gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > VC++......

#17642 - Nitro187 - Thu Mar 11, 2004 8:24 pm

I read the instructions for the app wizard for GBAdev, but I keep getting errors, check it out:

Code:

--------------------Configuration: testing - Win32 Release--------------------
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 ??wF\bin\as -I ??wF\arm-agb-elf\include -I ??wF\lib\gcc-lib\arm-agb-elf\3.0.2\include -mthumb-interwork C:\DEVKITADV\testing\crt0.s -ocrt0.o
The filename, directory name, or volume label syntax is incorrect.
NMAKE : fatal error U1077: '??wF\bin\as' : return code '0x1'
Stop.
Error executing NMAKE.

testing.exe - 1 error(s), 0 warning(s)


So what do I do to fix that? Everytime I go into the wizard, and specify the directory, it dissapears, but gives no confirmation that it was changed, even IF that is the problem.

I'm running VC++ 6.0, on Windows XP.

Thanks!

#17662 - dagamer34 - Fri Mar 12, 2004 1:13 am

Change the makefile. The appwizard doesn't change the DevKitAdvance directory for some reason so you will have to edit it manually.

Becomes a pain in the a#$ after a while. I wish someone would fix it.
_________________
Little kids and Playstation 2's don't mix. :(

#17699 - Nitro187 - Fri Mar 12, 2004 7:52 pm

Where is the make file located?

And what do I change in it?

#17701 - Nitro187 - Fri Mar 12, 2004 7:55 pm

Never mind, I found where it was, and what I had to edit. Thanks a bunch man!!!

#17713 - dagamer34 - Sat Mar 13, 2004 1:12 am

You're welcome.
_________________
Little kids and Playstation 2's don't mix. :(