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 mfm@May 4 2006, 10:41 AM 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
$ i'm under fc5 and i installed and linked the gcc32.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15057)</div> --- Quote End --- Have you installed the ncurses-devel package? - slacker