arya-pathak

Results 3 comments of arya-pathak

Have you installed the GDAL library (C) as detailed in: https://gis.stackexchange.com/questions/370736/installing-gdal-on-ubuntu-20-04-unmet-dependencies If yes, it could be an issue regarding environment variables

This fixes the issue, thanks. Why does a newly created thread from native OS APIs lose context?

Could you help me understand the consequences of using native OS APIs instead of cFE/OSAL-specific ones? For operations tarring or copying files, I'm using `system("cp a b");` or `system("tar -xvf...