Search found 3 matches

by Malakhim
Thu Oct 22, 2009 11:24 pm
Forum: devkitARM
Topic: Cannot link libtremor
Replies: 9
Views: 14144

Re: Cannot link libtremor

Thanks again.

One last question: both ov_open and ov_open_callbacks block when I call them and pass them the OGG file. I put the OGG in the 'data' folder, renamed it 'Audio.bin' and I'm passing the pointer Audio_bin to ov_open_callbacks. The audio file is a little over a meg in size.

How would one ...
by Malakhim
Thu Oct 22, 2009 3:45 am
Forum: devkitARM
Topic: Cannot link libtremor
Replies: 9
Views: 14144

Re: Cannot link libtremor

Thanks a lot WinterMute, that did the trick.

If I might ask, how would one compile a library from source using devkitARM? I tried putting the binaries in devkitARM\bin in the path as well as the binaries in devkitARM\arm-eabi\bin and both times the configure script errored out claiming that 'The ...
by Malakhim
Tue Oct 20, 2009 9:34 pm
Forum: devkitARM
Topic: Cannot link libtremor
Replies: 9
Views: 14144

Cannot link libtremor

I'm incredibly new to NDS programming and I'm trying to create a program that will play an OGG file that's included in the NDS file. Unfortunately, when I try to compile the program I get the following:

template.o: In function 'main':
c:/ndsprograms/src/FirstAudio/source/template.c:28: undefined ...