This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bluez-libs (under uclinux)


Now my configure seems to work , I mean I haven't got
any errors. But make doesn't.I send you the message
error of make in the file make.log



 --- David Querbach <querbach at realtime dot bc dot ca>
escribió: > On Tue, Apr 22, 2003 at 01:55:17PM +0200,
Ignacio
> Uria wrote:
> 
> > /usr/local/arm-elf/bin/arm-elf-gcc -shared 
> > bluetooth.lo hci.lo   -Wl,-soname -Wl, -o .libs/
> 
> Several things look suspicious in the above line:
> 
>   - The second -Wl, has no argument.  Arguments to
> the -Wl, switch must
>     follow immediately without intervening spaces. 
> As written, the second
>     -Wl, argument passes nothing to the linker.
> 
>   - The -o option specifies the output file name,
> and thus must be a file
>     name, not a directory.  That's confirmed by the
> error message.
> 
> To fix this problem, find the line in the Makefile
> which generates the
> broken command.  Figure out what's supposed to be
> generated and you'll
> probably get some idea what went wrong.  These sorts
> of problems often
> involve broken text substitution of some kind.
> 
> Regards,
> 
> David Querbach
> Real-Time Systems Inc.
> 
> 

> ATTACHMENT part 2 application/pgp-signature 
 

___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]