Search found 3 matches

by VeloxSouth
Tue Apr 20, 2010 9:14 pm
Forum: devkitARM
Topic: can't compile example. arm-eabi-g++ "(" unexpected.
Replies: 4
Views: 8738

Re: can't compile example. arm-eabi-g++ "(" unexpected.

Thanks for everything! It turns out that I had my folder structure like this

libnds
|-default_arm7-0.5.12
| |-default.arm7
| |-default.elf
|...

when it should have been without the default_arm7-0.5.12 folder.

Again, thanks for the help and the dev tools.
by VeloxSouth
Tue Apr 20, 2010 2:06 pm
Forum: devkitARM
Topic: can't compile example. arm-eabi-g++ "(" unexpected.
Replies: 4
Views: 8738

Re: can't compile example. arm-eabi-g++ "(" unexpected.

Thank you very much WinterMute. You were dead-on.

Unfortunately I've got another issue and tried to solve it myself again but I'm at a loss despite browsing the thread history again. I've got this output now.

steven@steven-laptop:~/devkitPro/examples/nds/hello_world$ make
Nintendo DS rom tool 1.47 ...
by VeloxSouth
Fri Apr 16, 2010 10:53 pm
Forum: devkitARM
Topic: can't compile example. arm-eabi-g++ "(" unexpected.
Replies: 4
Views: 8738

can't compile example. arm-eabi-g++ "(" unexpected.

OS: Ubuntu 9.10
devkitARMr30

I input make into the hello_world folder and it outputs the following

main.cpp
arm-eabi-g++ -MMD -MP -MF /home/steven/devkitPro/nds-examples-20100313/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb ...