compilation problem

Denis Vlasenko vda.linux at googlemail.com
Tue Oct 3 19:47:31 UTC 2006


On Tuesday 03 October 2006 20:20, depx wrote:
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
><html>

I am not a browser.

>  depx a écrit : 
> Jason Schoon a écrit : 
> On 10/2/06, depx <depx at neuf.fr> wrote: 
>  
> hi all,
>  
>  when i do make allnoconfig or make defconfig and make :
>  wath does it mean
>  
>    HOSTLINK scripts/usage
>    GEN include/bbconfigopts.h
>    GEN .depend
>  /usr/src/utils/busybox-1.2.1/include/bbconfigopts.h:13 hmm, unterminated 
>  make[1]: *** [.depend] Erreur 1
>  make: *** [_all] Erreur 2
> 
>  
> Have you tried a make clean?  => yes
>  
> 
>  
> a fresh one :
>  root at agir:/usr/src# tar xjf busybox-1.2.1.tar.bz2
>  root at agir:/usr/src# cd busybox-1.2.1/
>  root at agir:/usr/src/busybox-1.2.1# make defconfig
>    HOSTCC conf.o
>    HOSTCC zconf.tab.o
>    HOSTCC conf
>  root at agir:/usr/src/busybox-1.2.1# make
>    HOSTLINK scripts/bb_mkdep
>    HOSTLINK scripts/usage
>    GEN include/bbconfigopts.h
>    GEN .depend
>  /usr/src/busybox-1.2.1/include/bbconfigopts.h:13 hmm, unterminated
>  make[1]: *** [.depend] Erreur 1
>  make: *** [_all] Erreur 2
>  
>  I tried on ubuntu dapper and edgy with gcc-3.4 and gcc-4.0.
>  I tried with a old busybox (1.1.2) and the daily snapshot one ...
>  
>  Allways the same error :  Do i missed a dev lib ?

Makefile says:

include/bbconfigopts.h: .config $(top_srcdir)/scripts/config/mkconfigs
        $(disp_gen)
        $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@

So please look into that script (it's quite simple),
run it by hand and debug.
--
vda



More information about the busybox mailing list