Hi, I'm trying to get my computer setup for development with the GP2X but I have hit a road block. Im using Visual Studio 2005 SP1. When I try build the GP2X part of my project I get the following error:
CODE
Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
I know for a fact that this project is capable of being built and run as it works fine in my university's labs but not here at home.
This is what the build log shows if its any help:
CODE
@echo off
arm-linux-gcc.exe -c -I"C:\devkitpro\devkitGP2X\include\SDL" -o Debug\main.o "..\Source\main.cpp" 2>&1 | sed -e s/(.[a-zA-Z]\+)[0-9]\+):/\1(\2):/
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "main.cpp"
exit 1
:VCEnd
I have set a PATH: C:\devkitpro\devkitGP2X\bin
Any help would be greatly appreciated as I just don't know what to do about this problem...
CODE
Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
I know for a fact that this project is capable of being built and run as it works fine in my university's labs but not here at home.
This is what the build log shows if its any help:
CODE
@echo off
arm-linux-gcc.exe -c -I"C:\devkitpro\devkitGP2X\include\SDL" -o Debug\main.o "..\Source\main.cpp" 2>&1 | sed -e s/(.[a-zA-Z]\+)[0-9]\+):/\1(\2):/
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "main.cpp"
exit 1
:VCEnd
I have set a PATH: C:\devkitpro\devkitGP2X\bin
Any help would be greatly appreciated as I just don't know what to do about this problem...
Last edited by a moderator: