#18387 - notb4dinner - Thu Mar 25, 2004 12:00 pm
I've just started looking at doing GBA dev stuff again after a while off and have run into a bit of the problem. On my development machine I have DJGPP (DOS port of GCC targeted at x86) and devkit advance installed. By default I would like to use DJGPP so I have my PATH set to the appropriate directory. Now when I come to compile a GBA project I would like to be able to temporarily switch my path to something suitable for devkit advance.
At the moment I'm trying to do this by running 'set PATH=<devkit advance path>' from within my makefile, however this doesn't seem to be successfully setting the path (ie. a path command straight after returns the old path). Anyone got any suggestions?
(BTW: I'm developing with Eclipse so just setting the path from within a command window then compiling is not really an ideal solution).
At the moment I'm trying to do this by running 'set PATH=<devkit advance path>' from within my makefile, however this doesn't seem to be successfully setting the path (ie. a path command straight after returns the old path). Anyone got any suggestions?
(BTW: I'm developing with Eclipse so just setting the path from within a command window then compiling is not really an ideal solution).