bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible Bug-Report for the GNU ld


From: Nick Clifton
Subject: Re: Possible Bug-Report for the GNU ld
Date: Wed, 7 Feb 2001 14:36:36 -0800

Hi Acyr,

: * Command line that GNU MAKE expands when invoking GNU ld
:  m68k-coff-ld -Map link.map --script=3Dlnkram.x -ozero.cof
:   -L../../includes/hardware \
:   -L../../includes/peripherals \
:   -L../../includes/interface \
:   -L../../includes/standard \
:   -llibhardware -llibperipherals -llibinterface -llibstandard \
:   -llibnew -llibgcc \
:   zero.o
:
: m68k-coff-ld: cannot open -llibhardware: No such file or directory

Unfortunately there is not enough information to find the exact cause
of this problem.  If you add the --verbose command line switch, the
linker will display all of the files that it tries to open and link
in.  This may help you discover what is wrong.

It also possible that there is something in the 3Dlnkram.x script
which is causing this problem.  If you omit it does the problem still
occur ?

Cheers
        Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]