I am using SDK1.7.I have finished the steps of
'
'
I do not know if I followed right steps.I got following error message when $CC hello.c
-------------------------------------------------------------------------------------------------------------------------------------------------------------
hello.c:1:22: fatal error: iostream.h: No such file or directory
#include <iostream.h>
^
compilation terminated.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Is it workable to reload cross-complie separately ? and I want to know where I can get separate cross-complie install packages。
There is no iostream.h file in the SDK 1.7 toolchain for the e500v2 core.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
but when I used stdio.h file,I got the same error message.
thank you for your reply and have a great day.
forget this question!I sourced the wrong file. I got the error message when I selected environment-setup-ppce500v2-fsl-linux ,and I succeed $CC hello.c when I selected environment-setup-ppce500v2-fsl-linux-gnuspe !