Search found 11 matches

by bsder
Mon Jun 23, 2008 10:02 am
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

What about this error : checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libstdc++-v3] Error 1 make[1]: Leaving directory `/home/andrewl/dkp/buildscripts/arm-eabi/gcc' make: *** [all] Error 2 It's still present into last ...
by bsder
Fri Jun 20, 2008 2:46 am
Forum: Bug Reports
Topic: Likely libnosys/libsysbase bug in configure
Replies: 0
Views: 5028

Likely libnosys/libsysbase bug in configure

In the configure file, there are two lines right next to one another after being patched: ac_unique_file="libnosys" ac_unique_file="libsysbase" This is very likely a bug as it *replaces* libnosys as an ac_unique_file yet does not remove libnosys from ac_subdirs_all. I'm still loo...
by bsder
Thu Jun 19, 2008 4:25 am
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

I actually sat down and pulled newlib-1.16.0 and compiled it directly and it doesn't seem to have an INITFINI problem. This doesn't mean that it is functional, but it points a strong finger that something is wrong with the devkitarm code rather than newlib itself. The fact that nobody else seems to ...
by bsder
Wed Jun 18, 2008 3:36 am
Forum: devkitARM
Topic: Where is libnds-src-20080511?
Replies: 1
Views: 4394

Where is libnds-src-20080511?

I'm trying the latest buildscripts and getting hung up on this. Thanks.
by bsder
Fri Jun 06, 2008 1:56 am
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

Then there's some problem with how you set up the prerequisites, the scripts work fine for me on pretty much every system I've tried them on. There's not really a lot I can do about this unfortunately, I'm at a loss to even come up with a question that might help diagnose your issue. I presume that...
by bsder
Sat May 31, 2008 6:30 am
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

Well, I have verified that clean installs of both Ubuntu 8.04 32-bit and Ubuntu 7.10 32-bit fail due to the INITFINI problem. I am currently uploading the VMWare images to my main server. If anybody *really* wants them, PM me and I will give you the links and the passwords. Be forewarned, these are ...
by bsder
Fri May 30, 2008 4:06 pm
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

I'll try the binary distribution on both platforms, but then, I suppose, I need to compile libgba and libnds by hand (since the binary distributions don't come with these packages, right?) Not necessarily, you can grab the binary tarballs of those packages as well, see http://wiki.devkitpro.org/ind...
by bsder
Thu May 29, 2008 6:53 am
Forum: Bug Reports
Topic: buildscripts-20080516 problems
Replies: 28
Views: 49489

Re: buildscripts-20080516 problems

I'm using gcc 4 on Mac OS X 10.5 I'm using gnu make 3.8.1 Update: I installed gnu awk from macports, replacing the awk that comes with Mac OS X. Now, I get basically the same error message as I get when I compile under linux: arm-eabi-gcc -B/Users/neglectoru/b/buildscripts/arm-eabi/newlib/arm-eabi/...
by bsder
Tue Apr 01, 2008 11:19 am
Forum: Bug Reports
Topic: buildscripts-20080308 is broken
Replies: 6
Views: 8659

Re: buildscripts-20080308 is broken

The HAVE_INITFINI_ARRAY thing is a newlib problem, it can't be built with make 3.81. I usually build with a local make 3.80 added temporarily to the path while building devkitARM. I may have messed up the packaging of the buildscripts for devkitARM as well, sorry. I'm hoping to release devkitARM r2...
by bsder
Mon Mar 24, 2008 1:24 am
Forum: Bug Reports
Topic: buildscripts-20080308 is broken
Replies: 6
Views: 8659

Re: buildscripts-20080308 is broken

Once I manage to get that working, I then bump into another issue when I attempt to compile the examples: /opt/devkitpro/libnds/lib/libnds9.a(initSystem.o): In function `initSystem': /home/andrewl/dkp/buildscripts/libnds-20071023/source/arm9/initSystem.c:88: undefined reference to `punixTime' collec...