[Buildroot] User get prompted during uClibc compilation
Benjamin Delagoutte
benjamin.delagoutte at gmail.com
Tue Nov 7 09:27:10 UTC 2006
At least for 2 architectures (i386 and mips), user get prompted on the
command line while compiling uClibc, because of vague supplied uClibc
config. Some symbols don't exist anymore in uClibc newest versions or got
remplaced. Moreover, we need to specify the exact variant of the
architecture.
I made the choice of using CONFIG_MIPS_ISA_1 for mips and CONFIG_GENERIC_386
for i386, but we could as well replace this with a more optimized setup.
See attached patch.
Benjamin Delagoutte
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20061107/aa06221a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_uclibc_questions.diff
Type: text/x-patch
Size: 3166 bytes
Desc: not available
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20061107/aa06221a/attachment.bin>
More information about the buildroot
mailing list