I have a strange problem which is stopping the linker from working (compiler is working fine, get the .o files). Output is:
1>------ Build started: Project: gp2xtest, Configuration: Debug Win32 ------
1>main.cpp
1>Linking gp2xtest.gpe...
1>arm-linux-gcc.exe: 2: No such file or directory
1>'gt' is not recognized as an internal or external command,
1>operable program or batch file.
1>'amp' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
1>Build log was saved at "file://c:\gp2xtest\Debug\BuildLog.htm"
1>gp2xtest - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
arm-linux-gcc.exe is accessible from the command line, so the PATH is set correctly. Any ideas? I had to change line 97 on the .rules file, replacing "$(TargetPath)" with $(TargetPath) to make the rules file import. There are no spaces in the path (I've put the folder in the root of the drive).
For reference I attempted to build test2.zip from slygamer, the build log is here:
http://www.boogleoogle.co.uk/BuildLog.htm
Any ideas? Thanks
Edit: Oh, my build log is here:
http://www.boogleoogle.co.uk/BuildLog2.htm