Hi,
I am a newbie with yagarto ide. I just installed the toolchain
yagarto-bu-2.18_gcc-4.2.2-c-c++_nl-1.16.0_gi-6.8.50_20080408.exe and
yagarto-ide-20071227-setup.exe. Also i installed java runtime.
I just tried to compile the sample code reffering to following link.
http://www.yagarto.de/howto/yagarto2/index.html
This is the result of the build with error.
**** Build of configuration Default for project Ethernut3Test ****
make all
arm-elf-gcc -x assembler-with-cpp -c -mcpu=arm7tdmi -g -gdwarf-2
-Wa,-amhls=src/crt.lst src/crt.s -o src/crt.o
process_begin: CreateProcess(NULL, arm-elf-gcc -x assembler-with-cpp -c
-mcpu=arm7tdmi -g -gdwarf-2 -Wa,-amhls=src/crt.lst src/crt.s -o
src/crt.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [src/crt.o] Error 2
Can anyone help me to use this toolchain?? I want to use it with
LPC2138.
Also can i use sample codes of winarm for LPC2138 with yagarto
toolchain?? if yes how??