Hi, i followed the steps in
but i'm stuck at the "Reconfigure Project" step, i got this output when make this
I chmod the workspace file to have 'rwx' permissions also i got the 2.1 yocto plugin version and the toolchain that i'm using is the corresponding to the image target (at least is what i think)
Toolchain:core-image-sato-armv7a http://downloads.yoctoproject.org/releases/yocto/yocto-2.1/toolchain/i686/
Image: bitbake core-image-sato
Machine: imx6ulevk
Really need help with this one, thanks and regards
Solved! Go to Solution.
Hi weidong.sun
Thanks for your answer, the issue seems to be a mismatch between the sdk toolchain and the sysroot file, this can be solved by building your own sdk toolchain (see Appendix A.2 from sdk manual).
Hope someone find this thread helpful.
Hello Alexis,
Ecllipse IDE is not our product, so it is not in the scope of support, but according to above log, I can give you some advice.
From No.1 screenshot, It seems that Makefile file should be needed for your application, so "no rule to make target" was reminded.
For more detailed about Ecllipse on how to create a Makefile, see here:
Hope above information can help you!
Best Regards,
Weidong
Hi weidong.sun
Thanks for your answer, the issue seems to be a mismatch between the sdk toolchain and the sysroot file, this can be solved by building your own sdk toolchain (see Appendix A.2 from sdk manual).
Hope someone find this thread helpful.