Search found 1 match

by pat
Tue Jan 05, 2010 12:20 am
Forum: devkitARM
Topic: Cannot Make Hello World?
Replies: 21
Views: 51104

Re: Cannot Make Hello World?

I am using OS X.
When I try to compile the hello_world, I got the following errors:-

./Makefile: line 2: .SUFFIXES:: command not found
./Makefile: line 5: syntax error near unexpected token `$(strip $(DEVKITARM)),'
./Makefile: line 5: `ifeq ($(strip $(DEVKITARM)),)'

I looked at the Makefile, the ...