Hello, I have installed the latest SDK for OMAPL138 on Linux machine and am trying to cross compile hello world example as per the documentation.
but I get following error:
fatal error: stdio.h: No such file or directory
command to build example:
/opt/ti-processor-sdk-linux-omapl138-lcdk-06-03-00-106/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc ./helloworld.c -o helloworld
Please, let me know if the path is incorrect or how to fix this. thanks