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 "?.,…