#9825 - Darkain - Tue Aug 19, 2003 5:58 am
i downloaded the AAS audio library. but... i cant seem to get it linked in correctly. im using it w/ DivKitAdv. is there anything specific i should know?
i followed the directions as stated, such as making the sub-folder, and adding the carious options to the compiler and linker.
example:
CFLAGS = -c -g -O2 -mthumb-interwork -ILibAAS
CFLAGS2 = -g -O2 -mthumb-interwork -lm -LLibAAS -lAAS
error:
MB/engine.o:D:\Programming GBA\Game1/engine.cpp:35: undefined reference to `AAS_ShowLogo()'
this appears to be a simple linker error, and probably just something i overlooked... help would be nice tho, as i'm not a GCC expert.
_________________
-=- Darkain Dragoon -=-
http://www.darkain.com
DarkStar for Nintendo DS
i followed the directions as stated, such as making the sub-folder, and adding the carious options to the compiler and linker.
example:
CFLAGS = -c -g -O2 -mthumb-interwork -ILibAAS
CFLAGS2 = -g -O2 -mthumb-interwork -lm -LLibAAS -lAAS
error:
MB/engine.o:D:\Programming GBA\Game1/engine.cpp:35: undefined reference to `AAS_ShowLogo()'
this appears to be a simple linker error, and probably just something i overlooked... help would be nice tho, as i'm not a GCC expert.
_________________
-=- Darkain Dragoon -=-
http://www.darkain.com
DarkStar for Nintendo DS