Error compiling

support for the powerpc toolchain
Post Reply
thor1981
Posts: 4
Joined: Sat Feb 19, 2011 1:13 pm

Error compiling

Post by thor1981 » 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:

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$ 
Please I need help. :(

nitrox
Posts: 12
Joined: Tue Jan 25, 2011 2:23 pm

Re: Error compiling

Post by nitrox » Sun Feb 20, 2011 8:56 am

Make expects a makefile, not a c source file. Look for a file named "makefile" (with or without extension) and run
make again.

thor1981
Posts: 4
Joined: Sat Feb 19, 2011 1:13 pm

Re: Error compiling

Post by thor1981 » Tue Feb 22, 2011 10:46 pm

I don't understand you. The source code is organizated well.

template-
+ makefile
+ source-----template.c

I hope to help soon. Thank you.

WinterMute
Site Admin
Posts: 2004
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Error compiling

Post by WinterMute » Wed Feb 23, 2011 12:37 am

You're trying to run the 64bit binaries on a 32bit system. Delete your devkitPPC folder, download the i686 archive & extract that into your devkitpro folder.
Help keep devkitPro toolchains free, Donate today

Personal Blog

thor1981
Posts: 4
Joined: Sat Feb 19, 2011 1:13 pm

Re: Error compiling

Post by thor1981 » Wed Feb 23, 2011 8:39 am

Ok, thanks. My OS is 32 bits, so I'll try as you say.

thor1981
Posts: 4
Joined: Sat Feb 19, 2011 1:13 pm

Re: Error compiling

Post by thor1981 » Thu Feb 24, 2011 10:11 pm

Perfect!! The error was to use 64-bit version, but now comes another message.

Code: Select all

alberto@alberto-P4VM800:~/Escritorio/prueba$ make
main.c

In file included from /home/alberto/Escritorio/prueba/source/main.c:1:0:
/opt/devkitpro/libogc/include/multiusos.h:12:20: fatal error: ogcsys.h: No such file or directory
compilation terminated.
make[1]: *** [main.o] Error 1
make: *** [build] Error 2

WinterMute
Site Admin
Posts: 2004
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Error compiling

Post by WinterMute » Fri Feb 25, 2011 11:34 am

I don't know what multiusos.h is or why it's in the libogc folder but it's not something provided by us. The basic problem is that you don't have libogc installed though - the links to the latest libraries are always at http://devkitpro.org/wiki/Getting_Started/devkitPPC

Sadly the producers of third party libraries for the Wii insist on instructing users to install them in inappropriate places despite being warned not to.
Help keep devkitPro toolchains free, Donate today

Personal Blog

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests