I want to build an image for PowerPC-Architecture e200z4, but I'm new on this topic.
I used the tutorial linked here http://erika.tuxfamily.org/wiki/index.p ... (MPC_56xx).
So I created a Demo-Application (task_demo for e200zx) in eclipse with RT-Druid and set my cygwin-path and the path for the windriver-compiler. When I build the project, I get this output on the console:
Then I realised that the file ee_boot.src in Debug/obj/pkg/mcu/freescale_mpc5643l/src in the project is empty. I think this is the problem and wind river doesn't compile the source, so the file ee_boot.o can't be find./cygdrive/c/Users/USER~1/DOWNLO~1/EE_RT-~2.0-J/eclipse/plugins/COMEUE~4.201/ee_files/pkg/cfg/arch/rules_ppc_generic.mk:375: recipe for target `obj/pkg/mcu/freescale_mpc5643l/src/ee_boot.o' failed
make: *** [obj/pkg/mcu/freescale_mpc5643l/src/ee_boot.o] Error 1
How is this file generated and how can I fix the problem so the application is build successfully?
Thank you for your help!
Kind regards