gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > Problem about new Devkitpro with PAlib

#89900 - Nuja - Tue Jun 27, 2006 8:05 am

lo all,
I can't compile anything with devkitpro. it installs fine but when I try to compile, I got errors:

[Images not permitted - Click here to view it]

What is wrong ? (I use the last version of devkitpro and libnds)

Thank in advance ++

better topic

#89930 - wintermute - Tue Jun 27, 2006 2:49 pm

Nuja wrote:
lo all,
I can't compile anything with devkitpro. it installs fine but when I try to compile, I got errors:


Yes you can. Try building the nds examples which are supplied with devkitPro.

These errors are related to palib, please rename the topic and someone might be able to help.
_________________
devkitPro - professional toolchains at amateur prices
devkitPro IRC support
Personal Blog

#89965 - Nuja - Tue Jun 27, 2006 5:49 pm

wintermute wrote:
Nuja wrote:
lo all,
I can't compile anything with devkitpro. it installs fine but when I try to compile, I got errors:


Yes you can. Try building the nds examples which are supplied with devkitPro.

These errors are related to palib, please rename the topic and someone might be able to help.


If u mean files which are in Palibexample, I already tried with "helloword" and it did not compile anything but gave me an error. :/

#89969 - chatterbug89 - Tue Jun 27, 2006 6:09 pm

It's not your fault :-P I discovered though a ton of useless re-reading and trial and error that the latest libnds doesn't work with PAlib :-P

Read my post on http://teamnnc.free.fr/phpBB2/viewtopic.php?t=898&sid=70e971557eb1cf55eed34905dcea33a2 for some details and how to fix it. Basicly, you just need to the secound newest version of libnds instead of the newest...whcih is downloaded automticaly by devkitpro.

#89971 - wintermute - Tue Jun 27, 2006 6:31 pm

That's not a fix, that's a workaround to allow the use of a broken library.
_________________
devkitPro - professional toolchains at amateur prices
devkitPro IRC support
Personal Blog

#89974 - Nuja - Tue Jun 27, 2006 6:57 pm

thx for the tips, now I can compile :D. Now I am able to start the dev on ds :DD !

++

#89993 - chatterbug89 - Tue Jun 27, 2006 8:40 pm

wintermute wrote:
That's not a fix, that's a workaround to allow the use of a broken library.


Heh, your right ^^

#90011 - wintermute - Tue Jun 27, 2006 9:42 pm

Nuja wrote:

If u mean files which are in Palibexample, I already tried with "helloword" and it did not compile anything but gave me an error. :/


No, i mean the devkitPro examples. If you used the windows installer then you should find them in /path/to/devkitARM/examples/nds where /path/to is where you installed to - default c:\devkitPro\examples\nds.

Alternatively - http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=159894&release_id=426650
_________________
devkitPro - professional toolchains at amateur prices
devkitPro IRC support
Personal Blog

#90041 - Nuja - Wed Jun 28, 2006 1:16 am

Its a little bit off: do u think its hard for a beginner to make a wifispot finder homebrew (beginner in nds dev and c) ?

tia ++