[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Error when compiling for Blackfin + uClinux
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 28 Jun 2010 07:59:17 -0300
> 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.
It seems to be a problem in the uClinux Lua package, not in the
standard package from lua.org. So I guess you should file a bug
report with uClinux.
But try "make clean generic" and see if it builds. If you still have
problems with ranlib, try make with "RANLIB=true", not empty.