p0is0n
Still Fresh
Hey guys, i've been trying to set up my GP2X for development using the wiki and some notes from my university site but have run into a problem. I have tried unsucsessfully to set up a project a few times and have found a test project on my university site but still get an error. The error is as follows:
1>main.cpp
1>'sed' 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'.
I have searched the project settings and have found what i think is the source of the problem, in the project settings -> configuration properties -> GCC Compiler -> Command Line it has:
arm-linux-gcc.exe -c -I"C:\devkitpro\devkitGP2X\include\SDL" -o Debug\GP2X_SDL.o 2>&1 | sed -e s/(.[a-zA-Z]\+)[0-9]\+):/\1(\2):/
the sed in this is the only place i can find it. I have been programming for a couple of years but have always had trouble with project settings and have no idea what this is/means and no idea how to fix it, any help would be appreciated.
1>main.cpp
1>'sed' 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'.
I have searched the project settings and have found what i think is the source of the problem, in the project settings -> configuration properties -> GCC Compiler -> Command Line it has:
arm-linux-gcc.exe -c -I"C:\devkitpro\devkitGP2X\include\SDL" -o Debug\GP2X_SDL.o 2>&1 | sed -e s/(.[a-zA-Z]\+)[0-9]\+):/\1(\2):/
the sed in this is the only place i can find it. I have been programming for a couple of years but have always had trouble with project settings and have no idea what this is/means and no idea how to fix it, any help would be appreciated.
Last edited by a moderator: