Binutils-2.21.1 won't build properly.

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
LinuxFan2010
Posts: 15
Joined: Sat 28 Aug 2010, 14:37

Binutils-2.21.1 won't build properly.

#1 Post by LinuxFan2010 »

Following this walkthrough, I currently try to build Binutils-2.21.1 (I got everything compiled up to chapter 5.10, but had to realize that everything after that would fail compiling due to Binutils).

http://www.linuxfromscratch.org/lfs/vie ... pass1.html

Whenever I try to make Binutils, it will say " [make 1] Nothing to be done for All-Target" at the very end.

I already tried re-installing/re-downloading everything to the host (Linux From Scratch Live CD mounted through Oracle Virtual Box), but am still getting the same issues.

Any advice?

tytower

#2 Post by tytower »

I assume there is a reason for compiling this .
avr-binutils 2.21 is available through the puppy package installer. Maybe this will not do.
Puppy 5.3 gives access to the slackware repositories also perhaps it is there

When I got such messages in compiling it usually meant it had been made or installed and I was trying to do it again.

jamesjeffries2
Posts: 196
Joined: Mon 28 Apr 2008, 00:50

#3 Post by jamesjeffries2 »

Try doing make clean first then make

Post Reply