[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Error when compiling for Blackfin + uClinux
- From: Gilles Ganault <gilles.ganault@...>
- Date: Mon, 28 Jun 2010 11:02:47 +0200
On Mon, 28 Jun 2010 07:30:14 +0200, Florian Weimer <fw@deneb.enyo.de>
wrote:
>* Gilles Ganault:
>
>> ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o
>> llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o
>> ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o
>> liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o
>> liblua.a
>> make[3]: liblua.a: Command not found
>
>Looks like ranlib is not defined properly.
Thanks for the tip. I suppose it's just not possible to compile a
package by running whatever Makefile is located there, and I must
analyse the whole chain between the top-level Makefile down to the
package Makefile to figure out how packages are compiled with what
options.
Thank you.