Re: [RTnet-developers] rtnet-3.9.12 .amd64 rtai-3.8.1 build fail
Brought to you by:
bet-frogger,
kiszka
|
From: Jan K. <jan...@we...> - 2011-03-11 00:23:27
|
On 2011-03-10 17:17, bvl wrote: > On Wednesday 02 March 2011 08:16:29 Jan Kiszka wrote: > >>> herewith >>> >>> make[1]: Entering directory `/home/RT/rtnet-0.9.12/scripts/kconfig' >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE - >>> DCURSES_LOC="<ncurses.h>" -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/checklist.c -o >>> lxdialog/checklist.o >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE - >>> DCURSES_LOC="<ncurses.h>" -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/menubox.c -o >>> lxdialog/menubox.o gcc -Wall -Wstrict-prototypes -O2 >>> -fomit-frame-pointer -DLOCALE - DCURSES_LOC="<ncurses.h>" >>> -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/textbox.c -o >>> lxdialog/textbox.o gcc -Wall -Wstrict-prototypes -O2 >>> -fomit-frame-pointer -DLOCALE - DCURSES_LOC="<ncurses.h>" >>> -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/yesno.c -o >>> lxdialog/yesno.o gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer >>> -DLOCALE - DCURSES_LOC="<ncurses.h>" >>> -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/inputbox.c -o >>> lxdialog/inputbox.o >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE - >>> DCURSES_LOC="<ncurses.h>" -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/util.c -o lxdialog/util.o >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE - >>> DCURSES_LOC="<ncurses.h>" -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/lxdialog.c -o >>> lxdialog/lxdialog.o >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE - >>> DCURSES_LOC="<ncurses.h>" -I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/lxdialog/msgbox.c -o >>> lxdialog/msgbox.o gcc -o lxdialog/lxdialog lxdialog/checklist.o >>> lxdialog/menubox.o lxdialog/textbox.o lxdialog/yesno.o >>> lxdialog/inputbox.o lxdialog/util.o lxdialog/lxdialog.o >>> lxdialog/msgbox.o -lncurses >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer - >>> I/home/RT/rtnet-0.9.12/scripts/kconfig -c >>> /home/RT/rtnet-0.9.12/scripts/kconfig/mconf.c >>> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer - >>> I/home/RT/rtnet-0.9.12/scripts/kconfig -fPIC -c zconf.tab.c >>> lex.zconf.c:2969: warning: 'input' defined but not used >>> gcc -shared -o libkconfig.so zconf.tab.o >>> gcc -o mconf mconf.o libkconfig.so -Wl,- >>> rpath,/home/RT/rtnet-0.9.12/scripts/kconfig >>> [?1049h[1;24r(B[m[4l[?7h[?1h=# >>> # using defaults found in ../../.rtnet_config >>> # >>> interrupted(11) >> >> Interrupted? What did you do? Are you using some non-standard terminal? >> >> Jan >> >>> make[1]: *** [menuconfig] Error 1 >>> make[1]: Leaving directory `/home/RT/rtnet-0.9.12/scripts/kconfig' >>> make: *** [mconf] Error 2 >>> >>> ----------- >>> and same result whether run as root or normal user > > I have fixed the problem, it was due to optimised clflags. Once I > disabled these rtnet-3.9.12 compiles on the x86_64 (pure64-bit) setup I use. Interesting. What's your compiler version? > > Incidently attempts to compile rtfirewire on the said machine ( with or > without optimised cflags) resulted in the message 'unsupported platform' > on running the configure script. Attempts to compile rtnet with the switch > --enable-ftfirewire understandably fails as all the headers are missing > presumably from the prefix of installed rtfirewire. This begs the > question:- > > Is there a way to compile rtnet with rtfiirewire support using the source- > code of rtfirewire? rtfirewire bitrotted severely over the past years. I doubt you will easily make it work over current versions without touching code and build system. Jan |