[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help me
From: |
Noah Misch |
Subject: |
Re: help me |
Date: |
Thu, 21 Jun 2007 05:02:22 -0700 |
User-agent: |
Mutt/1.5.9i |
On Wed, Jun 20, 2007 at 10:33:34AM +0800, cjfeng wrote:
> address@hidden cpufrequtils-002]$ make
> Building ccdv
> Compiling cpufreq.c: [ERROR]
>
> /usr/bin/libtool --silent --mode=compile mipsel-linux-gcc -DVERSION="002"
> -DP
Change the Makefile so this uses `/usr/bin/libtool --tag=CC --mode=compile ...'.
This is a bit of a hack: it relies on the build and host systems being similar
from Libtool's perspective. Presuming your host is also GNU/Linux, you have a
fair chance of this working.
> ACKAGE="cpufrequtils" -DPACKAGE_BUGREPORT="address@hidden" -D_GNU_SOURCE
> -pip
> e -DINTERFACE_PROC -DINTERFACE_SYSFS -Os -fomit-frame-pointer -Wall
> -Wchar-su
> bscripts -Wpointer-arith -Wsign-compare -Wshadow
> -I/opt/ingenic/mipseltools/l
> ib/gcc-lib/mipsel-linux/3.3.1/include -o lib/cpufreq.lo -c lib/cpufreq.c
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'
> make: *** [lib/cpufreq.lo] Error 1
- help me, cjfeng, 2007/06/20
- Re: help me,
Noah Misch <=