Search found 2 matches

by Koyuki
Fri Feb 22, 2013 4:10 pm
Forum: devkitARM
Topic: need help for compiling 1st hello wolrd program
Replies: 3
Views: 10592

Re: need help for compiling 1st hello wolrd program

Hello
Thank your for responding.

Here is the full result of make commande, given by using make in Programmer's Notepad.

> "make"
main.cpp
arm-none-eabi-g++ -MMD -MP -MF /c/devkitPro/examples/nds/hello_world/build/main.d -g -Wall -O2 -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast ...
by Koyuki
Sun Feb 10, 2013 7:05 pm
Forum: devkitARM
Topic: need help for compiling 1st hello wolrd program
Replies: 3
Views: 10592

need help for compiling 1st hello wolrd program

hello

I have problem for compiling the helloworld example that i found in the devkitpro directory
I know how to build (make in terminal or in programmer's notepad).
The makefile seems working fine, but i have compiling errors.

I think maybe i didn't really understand if i correctly installed the ...