Hi
Could you please guide me to re-compile SAM-BA ?
I have SAM-BA v2.8 in windows xp machine. Since my sdram gives issues, i would like to rework on SAM-BA source.
Do I need any specified compiler for it?
Can I use a gcc compiler for it ?
The error message is as follows:
Code:
make CHIP=at91sam9260 BOARD=at91sam9260-ek MEMORY=sram_samba DYN_TRACES=1
arm-none-eabi-gcc -g -Os -I../../at91lib/boards/at91sam9260-ek -I../../at91lib/peripherals -I../../at91lib/components -I../../at91lib -Dat91sam9260 -D__ASSEMBLY__ -c -o obj/isp_cstartup.o ../common/isp_cstartup.S
make: arm-none-eabi-gcc: Command not found
make: *** [obj/isp_cstartup.o] Error 127
Please help me. Thanks in advance
SJR