Can't create binary file..

anonymous wrote on Monday, December 24, 2012:

I would like to port Cortex-A9.
so i look up FreeRTOS Cortex-A9 Demo for QEMU guide and stucked…
c/c++ Eclipse CDT
clean:
-$(RM) $(SECONDARY_SIZE)$(OBJS)$(C_DEPS)$(ASM_DEPS)$(SECONDARY_FLASH)$(EXECUTABLES)$(SECONDARY_LIST)$(S_UPPER_DEPS) FreeRTOS_ARM_Cortex-A9.elf
-@echo ’ ’

and error message is
recipe for target `clean’ failed makefile /FreeRTOS_ARM_Cortex-A9_QEMU/Debug line 75 C/C++ Problem

how can i create "FreeRTOS_ARM_Cortex-A9.hex "?.,…

rtel wrote on Monday, December 24, 2012:

I have no idea where you got the code and I have never built for Cortex-A9 myself nor used QEMU, so cannot give direct support other to say that there are three Cortex-A9 ports in the FreeRTOS Interactive site they may be able to help you as a reference:

http://interactive.freertos.org/entries/21922816-updated-xilinx-freertos-port-for-zynq-to-sdk-14-2-release
http://interactive.freertos.org/entries/21558347-arm-cortex-a9-versatileexpress-quad-core-port
http://interactive.freertos.org/entries/21035433-arm-cortex-a9-port-nvidia-tegra2-arm-realview-pbx-a9-and-versatile-express-using-cs-gcc

regards.

anonymous wrote on Monday, December 24, 2012:

http://interactive.freertos.org/entries/21035433-arm-cortex-a9-port-nvidia-tegra2-arm-realview-pbx-a9-and-versatile-express-using-cs-gcc

That is what i used.
  And plug in is not work. so i changed eclipse heilo to juno.
But it still doesn’t work…