Hi guys,
I am trying to switch from IAR to GNU/Eclipse and latest yagarto toolchain and yagarto make tools .
I downloaded the AT91SAM7X-EK Software Package and tried to compile any gcc project. All projects have the same error:
Code:
arm-elf-gcc -g -Os -nostartfiles -Wl,--gc-sections -T"../at91lib/boards/at91sam7x-ek/at91sam7x256/flash.lds"
-o bin/getting-started-project-at91sam7x-ek-at91sam7x256-flash.elf obj/flash_board_cstartup.o obj/flash_cp15_asm.o
obj/flash_main.o obj/flash_led.o obj/flash_stdio.o obj/flash_dbgu.o obj/flash_pio.o obj/flash_aic.o obj/flash_pio_it.o
obj/flash_pit.o obj/flash_tc.o obj/flash_pmc.o obj/flash_cp15.o obj/flash_board_memories.o obj/flash_board_lowlevel.o
arm-elf-gcc.exe: no input files
make: *** [flash] Error 1
But when I use Command prompt for last block, it works fine. Does anybody has ideas?
In Makefile i just changed following line:
CROSS_COMPILE = arm-none-eabi-
to: CROSS_COMPILE = arm-elf-
because i have no arm-none-eabi-gcc toolchain