Forum Discussion
Altera_Forum
Honored Contributor
20 years agobuildroot snapshot update 20060426
The buildroot snapshots will last for only one month. The 20060320 as specified in build script no longer exist. So we have to move to a newer snapshot. Note if you have the toolchain working,...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by hippo@Apr 27 2006, 04:43 AM the buildroot snapshots will last for only one month.
the 20060320 as specified in build script no longer exist.
so we have to move to a newer snapshot.
note if you have the toolchain working, there is no need to update.
edit build script, change line29 to "snapshot=20060426"
break from line44 of build script, just before make .
in ~/buildroot, do make menuconfig, disable c++ in toolchain option.
then make, it will fail in busybox strip,
edit ~/buildroot/build_nios2/busybox/makefile, comment out line306, do_strip.
make again.
restart from line45 of build script.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14734)
--- quote end ---
--- Quote End --- Hi hippo, I'm retrying with the updated version of your buildroot. Following your instruction, I cut from line 44 (including make) and pasted in a new file. I executed the build script, ok. In ~/buildroot/ I entered make menuconfig and this is what I've got
$ make menuconfig
make -C package/config ncurses conf mconf
make: Entering directory `/home/MFM/buildroot/package/config'
make: `conf' is up to date.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -I. -c mconf.c -o mconf.o
In file included from mconf.c:26:
lxdialog/dialog.h:33:20: curses.h: No such file or directory
In file included from mconf.c:26:
lxdialog/dialog.h:131: syntax error before "use_colors"
lxdialog/dialog.h:131: warning: type defaults to `int' in declaration of `use_colors'
lxdialog/dialog.h:131: warning: data definition has no type or storage class
lxdialog/dialog.h:133: syntax error before "attributes"
lxdialog/dialog.h:133: warning: type defaults to `int' in declaration of `attributes'
lxdialog/dialog.h:133: warning: data definition has no type or storage class
lxdialog/dialog.h:153: syntax error before '*' token
lxdialog/dialog.h:153: warning: function declaration isn't a prototype
lxdialog/dialog.h:155: syntax error before '*' token
lxdialog/dialog.h:155: warning: function declaration isn't a prototype
lxdialog/dialog.h:156: syntax error before '*' token
lxdialog/dialog.h:156: warning: function declaration isn't a prototype
lxdialog/dialog.h:157: syntax error before '*' token
lxdialog/dialog.h:158: warning: function declaration isn't a prototype
lxdialog/dialog.h:159: syntax error before '*' token
lxdialog/dialog.h:159: warning: function declaration isn't a prototype
lxdialog/dialog.h:133: warning: array `attributes' assumed to have one element
make: *** Error 1
make: Leaving directory `/home/MFM/buildroot/package/config'
make: *** Error 2
$ I'm under FC5 and I installed and linked the gcc32.