bobintrees
Still Fresh
- Joined
- Feb 7, 2004
- Messages
- 35
I installed the SDK under Cygwin and I set the PATH. Now whenever I try to make anything such as the doublebuffer example, I get this:
It seems like make isn't making the .o file.
Any ideas?
Thanks,
Bobby
Code:
$ make
arm-elf-gcc -I../lib.src/include -O2 -s -mtune=arm9tdmi -c -o double.o double
.c
make: *** [double.o] Error 255
It seems like make isn't making the .o file.
Any ideas?
Thanks,
Bobby