Hi Abdelrahman,
Thanks for replying.
I download SDK v1.1.0 from Freescale website and was trying to build it using Poky Cross Toolchain that I got using 'bitbake meta-toolchain' command. This toolchain is installed at "/opt/poky/1.7" directory and all the required environment variables were configured using sourcing the envrionment-setup script. Now when I ran 'make' command from TOP DIR of SDK I got following error :
=============================================================
-c sdk/drivers/accelerometer/src/mma8451.c
In file included from /opt/poky/1.7/sysroots/cortexa9hf-vfp-neon-poky-linux-
gnueabi/usr/include/features.h:389:0,
from /opt/poky/1.7/sysroots/cortexa9hf-vfp-neon-poky-linux-
gnueabi/usr/include/string.h:25,
from
sdk/iMX6_Platform_SDK/sdk/drivers/accelerometer/src/mma8451.c:31:
/opt/poky/1.7/sysroots/cortexa9hf-vfp-neon-poky-linux-
gnueabi/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or
directory
# include <gnu/stubs-soft.h>
^
compilation terminated.
=============================================================
Can you please help me resolve this?
Thanks,
Dhaval