Search found 4 matches

by thor1981
Thu Feb 24, 2011 10:11 pm
Forum: devkitPPC
Topic: Error compiling
Replies: 6
Views: 10765

Re: Error compiling

Perfect!! The error was to use 64-bit version, but now comes another message.
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 ...
by thor1981
Wed Feb 23, 2011 8:39 am
Forum: devkitPPC
Topic: Error compiling
Replies: 6
Views: 10765

Re: Error compiling

Ok, thanks. My OS is 32 bits, so I'll try as you say.
by thor1981
Tue Feb 22, 2011 10:46 pm
Forum: devkitPPC
Topic: Error compiling
Replies: 6
Views: 10765

Re: Error compiling

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

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

I hope to help soon. Thank you.
by thor1981
Sat Feb 19, 2011 1:24 pm
Forum: devkitPPC
Topic: Error compiling
Replies: 6
Views: 10765

Error compiling

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:

alberto@alberto-desktop:~$ cd /opt/devkitpro/examples/wii ...