hi
i want to add an toolchain (gcc,make) in to my image that iam gonna build what all changes should i make please help
Look at the following page:
http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F3069706.html
Use the following command for test.c compiling:
gcc test.c --sysroot=/opt/fsl-networking/QorIQ-SDK-V1.8/sysroots/ppce500v2-fsl-linux-gnuspe/ -o test.c
Have a great day,
Pavel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
thanks for reply
since i have given an bitbake fsl-image-core
and also bitbake fsl-image-core -c populate sdk
i have installed toolchain in my host system only i wanted this feature in
t4240rdb how do deploy this feature in t4240rdb along with the filesystem image
Look at the following page:
http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F3069724.html
Find the “How do I include toolchain in rootfs?”
Have a great day,
Pavel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------