Error compiling
Posted: Sat Feb 19, 2011 1:24 pm
Hello,
This is mi first post on the web and is about compiling "hello world" for examples wii. Having followed the tutorial http://devkitpro.org/wiki/Getting_Started/devkitPPC, when I run make in the terminal, get the following error:
Please I need help. 
This is mi first post on the web and is about compiling "hello world" for examples wii. Having followed the tutorial http://devkitpro.org/wiki/Getting_Started/devkitPPC, when I run make in the terminal, get the following error:
Code: Select all
alberto@alberto-desktop:~$ cd /opt/devkitpro/examples/wii/template
alberto@alberto-desktop:/opt/devkitpro/examples/wii/template$ make
template.c
/opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc: 4: Syntax error: "(" unexpected
make[1]: *** [template.o] Error 2
make: *** [build] Error 2
alberto@alberto-desktop:/opt/devkitpro/examples/wii/template$
