Hi, I am compiling a shared library (.so) to then include in my legato application. The below is my command line. However I am getting not found error for standard C++ headers e.g. time.h stdlib.h cstring etc… I must be pointing at the wrong locations, please point me in the correct direction…
/home/legato/.leaf/wp76-toolchain_SWI9X07Y_02.37.07.00-linux64/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ --sysroot=/home/legato/.leaf/wp76-toolchain_SWI9X07Y_02.37.07.00-linux64/sysroots/armv7a-neon-poky-linux-gnueabi/usr/bin/.debug/ -D _XPTR -D _USE_32BIT_TIME_T -g -std=c++11 -fPIC -c -x c++ /home/legato/projects/MyProject/Clock.cpp -o /home/legato/projects/MyProject/obj/arm/Debug/Clock.o
Do I have the correct locations etc? Which env variables might I have to set as well?