In trying to build the iMX6 Platform SDK, I run into a compile error:
$ ./tools/build_sdk -target mx6dq -board evb
I see that within C:\Program Files (x86)\CodeSourcery\Sourcery_CodeBench_for_ARM_EABI\arm-none-eabi\include\c++\4.7.2\arm-none-eabi, the bits/c++config.h exists, so merging the whole directory down to where it is expected to be, it compiles, but with link errors, such as:
....and on and on.
I'm guessing I have a configuration\makefile wrong somewhere, but haven't a clue where to look. Not seeing others
Thanks.
Solved! Go to Solution.
Hi,
I am facing follwoing issue.
# ./tools/build_sdk -t mx6dq -b smart_device -v a -test vpu
Building sdk [mx6dq smart_device a]
Compiling sdk/drivers/audio/src/cs42888.c
arm-none-eabi-gcc.exe: /cygdrive/c/Users/user10/Desktop/imx6_platform_sdk_v1.0.0
/iMX6_Platform_SDK/sdk/drivers/audio/src/cs42888.c: No such file or directory
arm-none-eabi-gcc.exe: no input files
make[2]: *** [/cygdrive/c/Users/user10/Desktop/imx6_platform_sdk_v1.0.0/iMX6_Pla
tform_SDK/output/mx6dq/lib/obj/sdk/sdk/drivers/audio/src/cs42888.o] Error 1
make[1]: *** [drivers] Error 2
make: *** [sdk] Error 2
Build mx6dq smart_device rev_a vpu failed with return code 2!
Thanks