#43352 - caesar - Sun May 22, 2005 5:44 pm
hi,
I have followed all steps for setting up devkit adv and vc++ 6.0. i have installed gba app wizard as well. but when i tried to compile simple program that is just to display an image, i got the following error:
--------------------Configuration: image - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\devkitadv\bin\gcc -I C:\devkitadv\arm-agb-elf\include -I C:\devkitadv\lib\gcc-lib\arm-agb-elf\3.0.2\include -I D:\workspace\image -mthumb-interwork -c -g -O2 -Wall -fverbose-asm D:\workspace\image\interupt.cpp
D:/workspace/image/interupt.cpp:67: parse error before `[' token
NMAKE : fatal error U1077: 'C:\devkitadv\bin\gcc' : return code '0x1'
Stop.
Error executing NMAKE.
image.exe - 2 error(s), 0 warning(s)
however, when i tried to compile in command prompt or using batch file, the program compiled perfectly fine.
best regards,
Caesar
I have followed all steps for setting up devkit adv and vc++ 6.0. i have installed gba app wizard as well. but when i tried to compile simple program that is just to display an image, i got the following error:
--------------------Configuration: image - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\devkitadv\bin\gcc -I C:\devkitadv\arm-agb-elf\include -I C:\devkitadv\lib\gcc-lib\arm-agb-elf\3.0.2\include -I D:\workspace\image -mthumb-interwork -c -g -O2 -Wall -fverbose-asm D:\workspace\image\interupt.cpp
D:/workspace/image/interupt.cpp:67: parse error before `[' token
NMAKE : fatal error U1077: 'C:\devkitadv\bin\gcc' : return code '0x1'
Stop.
Error executing NMAKE.
image.exe - 2 error(s), 0 warning(s)
however, when i tried to compile in command prompt or using batch file, the program compiled perfectly fine.
best regards,
Caesar