Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril HAENEL <chaenel@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] 2009.02-rc2 released
Date: Sat, 24 Jan 2009 14:03:40 +0100	[thread overview]
Message-ID: <497B11AC.3090103@free.fr> (raw)
In-Reply-To: <87vds5gjpl.fsf@macbook.be.48ers.dk>



Peter Korsgaard a ?crit :
>>>>>> "Cyril" == Cyril HAENEL <chaenel@free.fr> writes:
>>>>>>             
>
>  Cyril> Compilation problem for me :
>
>  Cyril> tar jxvf buildroot-2009.02-rc2.tar.bz2
>  Cyril> cd buildroot-2009.02-rc2
>  Cyril> make menuconfig + Exit + Save
>  Cyril> make at91sam9260dfc_defconfig
>
> That one seems to have BR2_ENABLE_LOCALE enabled.
>
>  Cyril> make
>
>  -> I answer N at all questions
>  -> I answer 3 for the memory type question (Nand flash 2KB page and
>  Cyril> 128KB block)
>
>  Cyril> After 2 or 3 minutes :
>
>  Cyril>  LN include/sys/procfs.h
>  Cyril>  LN include/sys/ucontext.h
>  Cyril>  LN include/sys/user.h
>  Cyril>  HOSTCC extra/locale/gen_wc8bit
>  Cyril> extra/locale/gen_wc8bit.c: In function 'main':
>  Cyril> extra/locale/gen_wc8bit.c:356: warning: array subscript is above array
>  Cyril> bounds
>  Cyril> extra/locale/gen_wc8bit.c:415: warning: array subscript is above array
>  Cyril> bounds
>  Cyril> extra/locale/gen_wc8bit.c:481: warning: array subscript is above array
>  Cyril> bounds
>  Cyril>  GEN extra/locale/codesets.txt
>  Cyril>  GEN extra/locale/c8tables.h
>  Cyril> setlocale(LC_CTYPE,"en_US.UTF-8") failed!
>
> And your host doesn't seem to have the en_US.UTF-8 locale which seems
> to be a requirement for this.
>
> I don't know the finer details about the locale generation in uclibc,
> and if en_US.UTF-8 really should be required, for that you better ask
> the uclibc list.
>
>   
Hi Peter,

I disabled BR2_ENABLE_LOCALE :

tar jxvf buildroot-2009.02-rc2.tar.bz2
cd buildroot-2009.02-rc2
make menuconfig + Exit + Save
make at91sam9260dfc_defconfig

Edit .config and disable BR2_ENABLE_LOCALE

make

--> I answer the default proposition at all questions, except for memory 
type question, I answer 3

This time there is no setlocale() error, but after a while, I have an 
error on the module-init-tools-3.2.2 compilation :

    /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"module-init-tools\" -DVERSION=\"3.2.2\"  -I. -I.     -g -O2 
-Wunused -Wall -c `test -f 'modinfo.c' || echo './'`modinfo.c
modinfo.c: In function 'main':
modinfo.c:338: attention : 'infosize' may be used uninitialized in this 
function
/usr/bin/gcc  -g -O2 -Wunused -Wall   -o modinfo  modinfo.o zlibsupport.o 
/usr/bin/gcc  -g -O2 -Wunused -Wall   -o insmod.static -static insmod.o 
/usr/bin/ld: cannot find -lc
collect2: ld a retourn? 1 code d'?tat d'ex?cution
make[1]: *** [insmod.static] Erreur 1
make[1]: quittant le r?pertoire ? 
/home/nlc/developpement/linuxEmbedded/buildroot-2009.02-rc2/toolchain_build_arm/module-init-tools-3.2.2 
?
make: *** 
[/home/nlc/developpement/linuxEmbedded/buildroot-2009.02-rc2/toolchain_build_arm/module-init-tools-3.2.2/depmod] 
Erreur 2

What can be the problem this time ?

Regards,
Cyril

-- 

Cyril Haenel
Registered Linux User #332632

  reply	other threads:[~2009-01-24 13:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 21:12 [Buildroot] 2009.02-rc2 released Peter Korsgaard
2009-01-23 21:27 ` Cyril HAENEL
2009-01-24  9:02   ` Peter Korsgaard
2009-01-24 13:03     ` Cyril HAENEL [this message]
2009-01-26 17:24 ` Robert Nelson
2009-01-26 17:43   ` Peter Korsgaard
2009-01-26 18:30     ` Robert Nelson
2009-01-26 18:49       ` Peter Korsgaard
2009-01-28  8:47 ` Hinko Kocevar
2009-01-28 16:37   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2009-01-25  0:28 Paul Jones
2009-01-25  7:32 ` Ulf Samuelsson
2009-01-25 13:07   ` Peter Korsgaard
2009-01-25 21:17     ` Ulf Samuelsson
2009-01-25 21:28       ` Peter Korsgaard
2009-01-25 22:24         ` Ulf Samuelsson
2009-01-25 23:52           ` Paul Jones
2009-01-26  5:54             ` Peter Korsgaard
2009-01-26  8:48               ` Cyril HAENEL
2009-01-26 16:23           ` Peter Korsgaard
2009-01-26 12:04       ` Thomas Lundquist

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=497B11AC.3090103@free.fr \
    --to=chaenel@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox