GP32 Compiling For The Gp32


Splinter

Member
Joined
Jan 19, 2004
Messages
230
Age
35
Location
Donny, England (follow signs that say craphole)
Website
gp32place.150m.com
OK, i know i keep posting for help but i cant help being thick. Anyway ive been going on well with my C++ book and want to try some stuff on the GP32.

Ive got mr miriko's SDK but when running compile.bat under XP it gives an error saying: " 'make' is not recognised as an internal or external command, operable program or batch file"

Is this because of XP and theres a fix, or am i just doing things completely wrong?
 
Either, like don says, you're missing make 'n arm-elf-gcc. Or, you've not properly setup your path variable, make sure it points to the bin directory of your compiler stuff (PATH=%PATH%;<PATH TO BIN DIRECTORY HERE>) my bin directory for example is D:\GP32\GP32_MrMirko\bin, so I would type PATH=%PATH%;D:\gp32\gp32_mrmirko\bin to set my path up properly.
 
95/98/Me : Start -> Run -> sysedit.
Goto autoexec.bat.
At the end of the file, add the line
set path=%path%;THE PATH HERE
And save.

NT/2K/XP : Right click on My Computer.
Properties -> Advanced tab.
Click the 'Environment Variables' button.
Under 'System Variables', look up 'Path'. Click it and click Edit. Add ";THE PATH HERE", without quotes, to the
end of the 'Variable value' field.
 
sanmanuel84@yahoo.com (vice-pre's email) if people what to talk to him about GP32 project storyline ideas before programming them in.
 
Back
Top