On 10/29/20 1:27 PM, Carlos Morales Socorro wrote:
Hi, the file is there...
If the file is there, why isn't gcc finding it?You can use 'strace -f -o tr gcc -I lib ...' to see what system calls GCC is using. It should be looking for lib/sys/stat.h, so you can look for 'stat.h' in the 'tr' file.