rtai-config --linux-dir is pointing at /usr/src/linux, which should be
ok. I have this problem both on my laptop as well on my Pico-Itx board.
The .rtai_config is present after the error has been reported. In
menuconfig I just change the variant to RTAI, selects exit and answers
yes to save the config. I have attached the entire console output during
the installation process.

When it comes to rtcap, I will try to do some experiments with only rtlo
and on my laptop instead of the pico-itx.

/Henrik

On 09/05/2010 14:45 "Jan Kiszka" <jan.kis...@web.de> wrote:

> Henrik Slotholt wrote:
> > Hi,
> > 
> > When I exit make menuconfig in rtnet-0.9.12 the configure process
> > ends
> > with the error:
> > 
> > checking for RTnet Kconfig file... /usr/src/rtnet-0.9.12/configure:
> > line
> > 11568: .: .rtnet_config: file not found
> > .rtnet_config (supplied)
> 
> Mmm, that's contradicting itself. What were your steps? Is
> /usr/src/rtnet-0.9.12/.rtnet_config present after configure failed?
> 
> > checking for RT-extension... configure: error: *** RT-extended
> > kernel
> > not found in
> > make[1]: *** [config.status] Error 1
> > make[1]: Leaving directory `/usr/src/rtnet-0.9.12'
> > make: *** [menuconfig] Error 2
> > 
> > I have made links from /lib/modules/KERNEL-VERSION/build and source
> > to
> > the kernel headers, I also have a link from /usr/src/linux to the
> > kernel
> > headers. rtai-config are in the path.
> 
> Just in case: make sure to select the right RT variant
> (CONFIG_RTNET_RTEXT_CLASSIC).
> 
> I can't comment on the implications of the linking on the RTAI build.
> What matters to RTnet is what rtai-config --linux-dir reports.
> 
> > 
> > if I run:
> > ./configure --enable-via-rhine --enable-rtcap
> > --with-rtext=/usr/realtime
> > --with-linux=/usr/src/linux
> 
> --with-linux only applies to Xenomai. When RTAI is chosen, it provides
> the kernel path (see above). So configure will ignore this.
> 
> > --with-rtext-config=/usr/realtime/bin/rtai-config
> > --prefix=/usr/realtime/rtnet
> > 
> > It works just fine.
> > 
> > /Henrik
> > 
> 
> Jan
> 
> 
hen...@henrik-laptop:/usr/src$ sudo tar xvjf rtnet-0.9.12.tar.bz2 
tar: Record size = 8 blocks
rtnet-0.9.12/
rtnet-0.9.12/examples/
rtnet-0.9.12/examples/Kconfig
rtnet-0.9.12/examples/GNUmakefile.am
rtnet-0.9.12/examples/rtai/
rtnet-0.9.12/examples/rtai/GNUmakefile.am
rtnet-0.9.12/examples/rtai/simpleserver.c
rtnet-0.9.12/examples/rtai/GNUmakefile.in
rtnet-0.9.12/examples/rtai/simpleclient.c
rtnet-0.9.12/examples/rtai/rtnet_ifs.c
rtnet-0.9.12/examples/GNUmakefile.in
rtnet-0.9.12/examples/xenomai/
rtnet-0.9.12/examples/xenomai/GNUmakefile.am
rtnet-0.9.12/examples/xenomai/GNUmakefile.in
rtnet-0.9.12/examples/xenomai/posix/
rtnet-0.9.12/examples/xenomai/posix/rttcp-client.c
rtnet-0.9.12/examples/xenomai/posix/rtt-sender.c
rtnet-0.9.12/examples/xenomai/posix/GNUmakefile.am
rtnet-0.9.12/examples/xenomai/posix/raw-ethernet.c
rtnet-0.9.12/examples/xenomai/posix/GNUmakefile.in
rtnet-0.9.12/examples/xenomai/posix/rtt-responder.c
rtnet-0.9.12/examples/xenomai/posix/eth_p_all.c
rtnet-0.9.12/examples/xenomai/posix/rttcp-server.c
rtnet-0.9.12/examples/xenomai/native/
rtnet-0.9.12/examples/xenomai/native/kernel/
rtnet-0.9.12/examples/xenomai/native/kernel/GNUmakefile.am
rtnet-0.9.12/examples/xenomai/native/kernel/raw-packets.c
rtnet-0.9.12/examples/xenomai/native/kernel/frag-ip.c
rtnet-0.9.12/examples/xenomai/native/kernel/GNUmakefile.in
rtnet-0.9.12/examples/xenomai/native/kernel/Makefile.kbuild
rtnet-0.9.12/examples/xenomai/native/GNUmakefile.am
rtnet-0.9.12/examples/xenomai/native/frag-ip.c
rtnet-0.9.12/examples/xenomai/native/tdma-api.c
rtnet-0.9.12/examples/xenomai/native/GNUmakefile.in
rtnet-0.9.12/examples/xenomai/native/rtnet_ifs.c
rtnet-0.9.12/examples/generic/
rtnet-0.9.12/examples/generic/GNUmakefile.am
rtnet-0.9.12/examples/generic/linux_server.c
rtnet-0.9.12/examples/generic/linux_client.c
rtnet-0.9.12/examples/generic/GNUmakefile.in
rtnet-0.9.12/defconfig
rtnet-0.9.12/Kconfig
rtnet-0.9.12/drivers/
rtnet-0.9.12/drivers/rt_8139too.c
rtnet-0.9.12/drivers/rt_at91_ether.c
rtnet-0.9.12/drivers/Kconfig
rtnet-0.9.12/drivers/rt_eepro100.c
rtnet-0.9.12/drivers/GNUmakefile.am
rtnet-0.9.12/drivers/rt_loopback.c
rtnet-0.9.12/drivers/rt_natsemi.c
rtnet-0.9.12/drivers/e1000/
rtnet-0.9.12/drivers/e1000/e1000_param.c
rtnet-0.9.12/drivers/e1000/e1000_hw.h
rtnet-0.9.12/drivers/e1000/GNUmakefile.am
rtnet-0.9.12/drivers/e1000/e1000_main.c
rtnet-0.9.12/drivers/e1000/kcompat.c
rtnet-0.9.12/drivers/e1000/kcompat.h
rtnet-0.9.12/drivers/e1000/e1000_hw.c
rtnet-0.9.12/drivers/e1000/e1000_osdep.h
rtnet-0.9.12/drivers/e1000/e1000.h
rtnet-0.9.12/drivers/e1000/GNUmakefile.in
rtnet-0.9.12/drivers/e1000/Makefile.kbuild
rtnet-0.9.12/drivers/rt_pcnet32.c
rtnet-0.9.12/drivers/rt_mpc8xx_enet.c
rtnet-0.9.12/drivers/rt_smc91111.c
rtnet-0.9.12/drivers/rt_eth1394.c
rtnet-0.9.12/drivers/rt_smc91111.h
rtnet-0.9.12/drivers/rt_via-rhine.c
rtnet-0.9.12/drivers/GNUmakefile.in
rtnet-0.9.12/drivers/rt_mpc8xx_fec.c
rtnet-0.9.12/drivers/rt_macb.h
rtnet-0.9.12/drivers/rt_eth1394.h
rtnet-0.9.12/drivers/rt_mpc8260_fcc_enet.c
rtnet-0.9.12/drivers/Makefile.kbuild
rtnet-0.9.12/drivers/igb/
rtnet-0.9.12/drivers/igb/e1000_nvm.c
rtnet-0.9.12/drivers/igb/e1000_mac.h
rtnet-0.9.12/drivers/igb/igb.h
rtnet-0.9.12/drivers/igb/e1000_hw.h
rtnet-0.9.12/drivers/igb/GNUmakefile.am
rtnet-0.9.12/drivers/igb/e1000_phy.c
rtnet-0.9.12/drivers/igb/e1000_82575.h
rtnet-0.9.12/drivers/igb/e1000_82575.c
rtnet-0.9.12/drivers/igb/e1000_regs.h
rtnet-0.9.12/drivers/igb/GNUmakefile.in
rtnet-0.9.12/drivers/igb/igb_main.c
rtnet-0.9.12/drivers/igb/e1000_phy.h
rtnet-0.9.12/drivers/igb/e1000_mac.c
rtnet-0.9.12/drivers/igb/e1000_nvm.h
rtnet-0.9.12/drivers/igb/e1000_defines.h
rtnet-0.9.12/drivers/igb/Makefile.kbuild
rtnet-0.9.12/drivers/tulip/
rtnet-0.9.12/drivers/tulip/tulip.h
rtnet-0.9.12/drivers/tulip/pnic2.c
rtnet-0.9.12/drivers/tulip/interrupt.c
rtnet-0.9.12/drivers/tulip/media.c
rtnet-0.9.12/drivers/tulip/pnic.c
rtnet-0.9.12/drivers/tulip/tulip_core.c
rtnet-0.9.12/drivers/tulip/GNUmakefile.am
rtnet-0.9.12/drivers/tulip/GNUmakefile.in
rtnet-0.9.12/drivers/tulip/21142.c
rtnet-0.9.12/drivers/tulip/Makefile.kbuild
rtnet-0.9.12/drivers/tulip/eeprom.c
rtnet-0.9.12/drivers/mpc52xx_fec/
rtnet-0.9.12/drivers/mpc52xx_fec/rt_mpc52xx_fec.c
rtnet-0.9.12/drivers/mpc52xx_fec/GNUmakefile.am
rtnet-0.9.12/drivers/mpc52xx_fec/README
rtnet-0.9.12/drivers/mpc52xx_fec/rt_mpc52xx_fec.h
rtnet-0.9.12/drivers/mpc52xx_fec/GNUmakefile.in
rtnet-0.9.12/drivers/mpc52xx_fec/Makefile.kbuild
rtnet-0.9.12/drivers/mpc52xx_fec/linuxppc_2_4_devel-fec.patch
rtnet-0.9.12/drivers/experimental/
rtnet-0.9.12/drivers/experimental/README.r8169
rtnet-0.9.12/drivers/experimental/Kconfig
rtnet-0.9.12/drivers/experimental/rt_3c59x.c
rtnet-0.9.12/drivers/experimental/GNUmakefile.am
rtnet-0.9.12/drivers/experimental/rt_r8169.c
rtnet-0.9.12/drivers/experimental/e1000/
rtnet-0.9.12/drivers/experimental/e1000/e1000_82541.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_ich8lan.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_82571.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_nvm.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_80003es2lan.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_82571.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_mac.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_ich8lan.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_param.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_82543.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_hw.h
rtnet-0.9.12/drivers/experimental/e1000/GNUmakefile.am
rtnet-0.9.12/drivers/experimental/e1000/e1000_phy.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_main.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_manage.h
rtnet-0.9.12/drivers/experimental/e1000/kcompat.c
rtnet-0.9.12/drivers/experimental/e1000/kcompat.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_osdep.h
rtnet-0.9.12/drivers/experimental/e1000/e1000.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_api.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_regs.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_manage.c
rtnet-0.9.12/drivers/experimental/e1000/GNUmakefile.in
rtnet-0.9.12/drivers/experimental/e1000/e1000_82540.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_api.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_82543.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_82541.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_phy.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_mac.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_82542.c
rtnet-0.9.12/drivers/experimental/e1000/e1000_nvm.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_defines.h
rtnet-0.9.12/drivers/experimental/e1000/e1000_80003es2lan.h
rtnet-0.9.12/drivers/experimental/e1000/Makefile.kbuild
rtnet-0.9.12/drivers/experimental/GNUmakefile.in
rtnet-0.9.12/drivers/experimental/rt2500/
rtnet-0.9.12/drivers/experimental/rt2500/rt_rt2500pci.c
rtnet-0.9.12/drivers/experimental/rt2500/rt2500pci.h
rtnet-0.9.12/drivers/experimental/rt2500/Kconfig
rtnet-0.9.12/drivers/experimental/rt2500/GNUmakefile.am
rtnet-0.9.12/drivers/experimental/rt2500/README
rtnet-0.9.12/drivers/experimental/rt2500/GNUmakefile.in
rtnet-0.9.12/drivers/experimental/rt2500/rt_rt2x00core.c
rtnet-0.9.12/drivers/experimental/rt2500/rt2x00.h
rtnet-0.9.12/drivers/experimental/rt2500/Makefile.kbuild
rtnet-0.9.12/drivers/experimental/Makefile.kbuild
rtnet-0.9.12/drivers/rt_macb.c
rtnet-0.9.12/drivers/rt_at91_ether.h
rtnet-0.9.12/stack/
rtnet-0.9.12/stack/rtdev.c
rtnet-0.9.12/stack/Kconfig
rtnet-0.9.12/stack/packet/
rtnet-0.9.12/stack/packet/Kconfig
rtnet-0.9.12/stack/packet/GNUmakefile.am
rtnet-0.9.12/stack/packet/GNUmakefile.in
rtnet-0.9.12/stack/packet/af_packet.c
rtnet-0.9.12/stack/packet/Makefile.kbuild
rtnet-0.9.12/stack/GNUmakefile.am
rtnet-0.9.12/stack/rtnet_chrdev.c
rtnet-0.9.12/stack/include/
rtnet-0.9.12/stack/include/rtnet.h
rtnet-0.9.12/stack/include/INCLUDE.policy
rtnet-0.9.12/stack/include/ethernet/
rtnet-0.9.12/stack/include/ethernet/eth.h
rtnet-0.9.12/stack/include/rtnet_internal.h
rtnet-0.9.12/stack/include/rtwlan_io.h
rtnet-0.9.12/stack/include/rtnet_sys_xenomai.h
rtnet-0.9.12/stack/include/rtnet_port.h
rtnet-0.9.12/stack/include/rtnet_rtpc.h
rtnet-0.9.12/stack/include/rtnet_socket.h
rtnet-0.9.12/stack/include/rtcfg_chrdev.h
rtnet-0.9.12/stack/include/GNUmakefile.am
rtnet-0.9.12/stack/include/rtmac.h
rtnet-0.9.12/stack/include/rtnet_sys_rtai.h
rtnet-0.9.12/stack/include/rtdev.h
rtnet-0.9.12/stack/include/stack_mgr.h
rtnet-0.9.12/stack/include/rtwlan.h
rtnet-0.9.12/stack/include/rtcfg/
rtnet-0.9.12/stack/include/rtcfg/rtcfg_ioctl.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_file.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_proc.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_conn_event.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_event.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_timer.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_client_event.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg.h
rtnet-0.9.12/stack/include/rtcfg/rtcfg_frame.h
rtnet-0.9.12/stack/include/rtnet_sys.h
rtnet-0.9.12/stack/include/tdma_chrdev.h
rtnet-0.9.12/stack/include/GNUmakefile.in
rtnet-0.9.12/stack/include/rtnet_chrdev.h
rtnet-0.9.12/stack/include/rtskb.h
rtnet-0.9.12/stack/include/nomac_chrdev.h
rtnet-0.9.12/stack/include/rtmac/
rtnet-0.9.12/stack/include/rtmac/rtmac_proto.h
rtnet-0.9.12/stack/include/rtmac/rtmac_proc.h
rtnet-0.9.12/stack/include/rtmac/rtmac_vnic.h
rtnet-0.9.12/stack/include/rtmac/tdma/
rtnet-0.9.12/stack/include/rtmac/tdma/tdma.h
rtnet-0.9.12/stack/include/rtmac/tdma/tdma_dev.h
rtnet-0.9.12/stack/include/rtmac/tdma/tdma_proto.h
rtnet-0.9.12/stack/include/rtmac/tdma/tdma_worker.h
rtnet-0.9.12/stack/include/rtmac/tdma/tdma_ioctl.h
rtnet-0.9.12/stack/include/rtmac/rtmac_disc.h
rtnet-0.9.12/stack/include/rtmac/nomac/
rtnet-0.9.12/stack/include/rtmac/nomac/nomac.h
rtnet-0.9.12/stack/include/rtmac/nomac/nomac_dev.h
rtnet-0.9.12/stack/include/rtmac/nomac/nomac_proto.h
rtnet-0.9.12/stack/include/rtmac/nomac/nomac_ioctl.h
rtnet-0.9.12/stack/include/rtnet_iovec.h
rtnet-0.9.12/stack/include/ipv4/
rtnet-0.9.12/stack/include/ipv4/ip_output.h
rtnet-0.9.12/stack/include/ipv4/tcp.h
rtnet-0.9.12/stack/include/ipv4/ip_fragment.h
rtnet-0.9.12/stack/include/ipv4/af_inet.h
rtnet-0.9.12/stack/include/ipv4/route.h
rtnet-0.9.12/stack/include/ipv4/udp.h
rtnet-0.9.12/stack/include/ipv4/arp.h
rtnet-0.9.12/stack/include/ipv4/ip_sock.h
rtnet-0.9.12/stack/include/ipv4/protocol.h
rtnet-0.9.12/stack/include/ipv4/icmp.h
rtnet-0.9.12/stack/include/ipv4/ip_input.h
rtnet-0.9.12/stack/include/ipv4_chrdev.h
rtnet-0.9.12/stack/include/rtskb_fifo.h
rtnet-0.9.12/stack/include/rtdev_mgr.h
rtnet-0.9.12/stack/stack_mgr.c
rtnet-0.9.12/stack/rtcfg/
rtnet-0.9.12/stack/rtcfg/Kconfig
rtnet-0.9.12/stack/rtcfg/rtcfg_ioctl.c
rtnet-0.9.12/stack/rtcfg/GNUmakefile.am
rtnet-0.9.12/stack/rtcfg/rtcfg_conn_event.c
rtnet-0.9.12/stack/rtcfg/rtcfg_proc.c
rtnet-0.9.12/stack/rtcfg/rtcfg_client_event.c
rtnet-0.9.12/stack/rtcfg/GNUmakefile.in
rtnet-0.9.12/stack/rtcfg/rtcfg_module.c
rtnet-0.9.12/stack/rtcfg/rtcfg_file.c
rtnet-0.9.12/stack/rtcfg/Makefile.kbuild
rtnet-0.9.12/stack/rtcfg/rtcfg_timer.c
rtnet-0.9.12/stack/rtcfg/rtcfg_frame.c
rtnet-0.9.12/stack/rtcfg/rtcfg_event.c
rtnet-0.9.12/stack/rtdev_mgr.c
rtnet-0.9.12/stack/GNUmakefile.in
rtnet-0.9.12/stack/rtnet_rtpc.c
rtnet-0.9.12/stack/rtnet_module.c
rtnet-0.9.12/stack/eth.c
rtnet-0.9.12/stack/iovec.c
rtnet-0.9.12/stack/rtmac/
rtnet-0.9.12/stack/rtmac/Kconfig
rtnet-0.9.12/stack/rtmac/rtmac_proto.c
rtnet-0.9.12/stack/rtmac/GNUmakefile.am
rtnet-0.9.12/stack/rtmac/rtmac_disc.c
rtnet-0.9.12/stack/rtmac/tdma/
rtnet-0.9.12/stack/rtmac/tdma/tdma_worker.c
rtnet-0.9.12/stack/rtmac/tdma/tdma_dev.c
rtnet-0.9.12/stack/rtmac/tdma/Kconfig
rtnet-0.9.12/stack/rtmac/tdma/GNUmakefile.am
rtnet-0.9.12/stack/rtmac/tdma/tdma_proto.c
rtnet-0.9.12/stack/rtmac/tdma/GNUmakefile.in
rtnet-0.9.12/stack/rtmac/tdma/tdma_ioctl.c
rtnet-0.9.12/stack/rtmac/tdma/tdma_module.c
rtnet-0.9.12/stack/rtmac/tdma/Makefile.kbuild
rtnet-0.9.12/stack/rtmac/rtmac_vnic.c
rtnet-0.9.12/stack/rtmac/GNUmakefile.in
rtnet-0.9.12/stack/rtmac/nomac/
rtnet-0.9.12/stack/rtmac/nomac/Kconfig
rtnet-0.9.12/stack/rtmac/nomac/GNUmakefile.am
rtnet-0.9.12/stack/rtmac/nomac/nomac_ioctl.c
rtnet-0.9.12/stack/rtmac/nomac/GNUmakefile.in
rtnet-0.9.12/stack/rtmac/nomac/nomac_dev.c
rtnet-0.9.12/stack/rtmac/nomac/nomac_module.c
rtnet-0.9.12/stack/rtmac/nomac/Makefile.kbuild
rtnet-0.9.12/stack/rtmac/nomac/nomac_proto.c
rtnet-0.9.12/stack/rtmac/rtmac_module.c
rtnet-0.9.12/stack/rtmac/rtmac_proc.c
rtnet-0.9.12/stack/rtmac/Makefile.kbuild
rtnet-0.9.12/stack/rtmac/rtmac_syms.c
rtnet-0.9.12/stack/rtskb.c
rtnet-0.9.12/stack/socket.c
rtnet-0.9.12/stack/ipv4/
rtnet-0.9.12/stack/ipv4/ip_input.c
rtnet-0.9.12/stack/ipv4/protocol.c
rtnet-0.9.12/stack/ipv4/Kconfig
rtnet-0.9.12/stack/ipv4/ip_fragment.c
rtnet-0.9.12/stack/ipv4/GNUmakefile.am
rtnet-0.9.12/stack/ipv4/ip_output.c
rtnet-0.9.12/stack/ipv4/route.c
rtnet-0.9.12/stack/ipv4/af_inet.c
rtnet-0.9.12/stack/ipv4/GNUmakefile.in
rtnet-0.9.12/stack/ipv4/ip_sock.c
rtnet-0.9.12/stack/ipv4/arp.c
rtnet-0.9.12/stack/ipv4/Makefile.kbuild
rtnet-0.9.12/stack/ipv4/tcp/
rtnet-0.9.12/stack/ipv4/tcp/tcp.c
rtnet-0.9.12/stack/ipv4/tcp/Kconfig
rtnet-0.9.12/stack/ipv4/tcp/timerwheel.c
rtnet-0.9.12/stack/ipv4/tcp/GNUmakefile.am
rtnet-0.9.12/stack/ipv4/tcp/GNUmakefile.in
rtnet-0.9.12/stack/ipv4/tcp/timerwheel.h
rtnet-0.9.12/stack/ipv4/tcp/Makefile.kbuild
rtnet-0.9.12/stack/ipv4/icmp.c
rtnet-0.9.12/stack/ipv4/udp/
rtnet-0.9.12/stack/ipv4/udp/udp.c
rtnet-0.9.12/stack/ipv4/udp/Kconfig
rtnet-0.9.12/stack/ipv4/udp/GNUmakefile.am
rtnet-0.9.12/stack/ipv4/udp/GNUmakefile.in
rtnet-0.9.12/stack/ipv4/udp/Makefile.kbuild
rtnet-0.9.12/stack/Makefile.kbuild
rtnet-0.9.12/stack/rtwlan.c
rtnet-0.9.12/configure.ac
rtnet-0.9.12/scripts/
rtnet-0.9.12/scripts/kconfig/
rtnet-0.9.12/scripts/kconfig/zconf.l
rtnet-0.9.12/scripts/kconfig/lxdialog/
rtnet-0.9.12/scripts/kconfig/lxdialog/msgbox.c
rtnet-0.9.12/scripts/kconfig/lxdialog/colors.h
rtnet-0.9.12/scripts/kconfig/lxdialog/inputbox.c
rtnet-0.9.12/scripts/kconfig/lxdialog/dialog.h
rtnet-0.9.12/scripts/kconfig/lxdialog/GNUmakefile.am
rtnet-0.9.12/scripts/kconfig/lxdialog/BIG.FAT.WARNING
rtnet-0.9.12/scripts/kconfig/lxdialog/checklist.c
rtnet-0.9.12/scripts/kconfig/lxdialog/util.c
rtnet-0.9.12/scripts/kconfig/lxdialog/GNUmakefile.in
rtnet-0.9.12/scripts/kconfig/lxdialog/yesno.c
rtnet-0.9.12/scripts/kconfig/lxdialog/lxdialog.c
rtnet-0.9.12/scripts/kconfig/lxdialog/textbox.c
rtnet-0.9.12/scripts/kconfig/lxdialog/menubox.c
rtnet-0.9.12/scripts/kconfig/symbol.c
rtnet-0.9.12/scripts/kconfig/gconf.glade
rtnet-0.9.12/scripts/kconfig/expr.c
rtnet-0.9.12/scripts/kconfig/GNUmakefile.am
rtnet-0.9.12/scripts/kconfig/kconfig_load.c
rtnet-0.9.12/scripts/kconfig/expr.h
rtnet-0.9.12/scripts/kconfig/zconf.tab.c_shipped
rtnet-0.9.12/scripts/kconfig/kxgettext.c
rtnet-0.9.12/scripts/kconfig/zconf.y
rtnet-0.9.12/scripts/kconfig/util.c
rtnet-0.9.12/scripts/kconfig/GNUmakefile.in
rtnet-0.9.12/scripts/kconfig/lex.zconf.c_shipped
rtnet-0.9.12/scripts/kconfig/conf.c
rtnet-0.9.12/scripts/kconfig/qconf.cc
rtnet-0.9.12/scripts/kconfig/gconf.c
rtnet-0.9.12/scripts/kconfig/confdata.c
rtnet-0.9.12/scripts/kconfig/lkc.h
rtnet-0.9.12/scripts/kconfig/lkc_proto.h
rtnet-0.9.12/scripts/kconfig/Makefile.kconfig
rtnet-0.9.12/scripts/kconfig/mconf.c
rtnet-0.9.12/scripts/kconfig/qconf.h
rtnet-0.9.12/scripts/kconfig/menu.c
rtnet-0.9.12/scripts/kconfig/images.c
rtnet-0.9.12/scripts/kconfig/zconf.tab.h_shipped
rtnet-0.9.12/scripts/GNUmakefile.am
rtnet-0.9.12/scripts/GNUmakefile.in
rtnet-0.9.12/scripts/arch2host.sh
rtnet-0.9.12/scripts/autogen.sh
rtnet-0.9.12/ChangeLog
rtnet-0.9.12/makefile
rtnet-0.9.12/GNUmakefile.am
rtnet-0.9.12/README
rtnet-0.9.12/TODO
rtnet-0.9.12/addons/
rtnet-0.9.12/addons/rtnetproxy.c
rtnet-0.9.12/addons/rtcap.c
rtnet-0.9.12/addons/Kconfig
rtnet-0.9.12/addons/GNUmakefile.am
rtnet-0.9.12/addons/GNUmakefile.in
rtnet-0.9.12/addons/Makefile.kbuild
rtnet-0.9.12/NEWS
rtnet-0.9.12/GNUmakefile.in
rtnet-0.9.12/AUTHORS
rtnet-0.9.12/config/
rtnet-0.9.12/config/m4/
rtnet-0.9.12/config/m4/ltversion.m4
rtnet-0.9.12/config/m4/libtool.m4
rtnet-0.9.12/config/m4/bs.m4
rtnet-0.9.12/config/m4/ltsugar.m4
rtnet-0.9.12/config/m4/lt~obsolete.m4
rtnet-0.9.12/config/m4/ltoptions.m4
rtnet-0.9.12/config/autoconf/
rtnet-0.9.12/config/autoconf/config.sub
rtnet-0.9.12/config/autoconf/install-sh
rtnet-0.9.12/config/autoconf/missing
rtnet-0.9.12/config/autoconf/.version
rtnet-0.9.12/config/autoconf/ltmain.sh
rtnet-0.9.12/config/autoconf/depcomp
rtnet-0.9.12/config/autoconf/config.guess
rtnet-0.9.12/config/rtnet_config_pre.h.in
rtnet-0.9.12/config/modules/
rtnet-0.9.12/config/modules/Makefile
rtnet-0.9.12/tools/
rtnet-0.9.12/tools/rtnet.conf.in
rtnet-0.9.12/tools/rtifconfig.c
rtnet-0.9.12/tools/nomaccfg.c
rtnet-0.9.12/tools/GNUmakefile.am
rtnet-0.9.12/tools/rtroute.c
rtnet-0.9.12/tools/rtcfg.c
rtnet-0.9.12/tools/tdmacfg.c
rtnet-0.9.12/tools/GNUmakefile.in
rtnet-0.9.12/tools/rtiwconfig.c
rtnet-0.9.12/tools/rtnet.in
rtnet-0.9.12/tools/rtping.c
rtnet-0.9.12/tools/00-rtnet.rules
rtnet-0.9.12/tools/tdma.conf
rtnet-0.9.12/Documentation/
rtnet-0.9.12/Documentation/README.rtnetproxy
rtnet-0.9.12/Documentation/README.ipfragmentation
rtnet-0.9.12/Documentation/README.pools
rtnet-0.9.12/Documentation/README.rtmac
rtnet-0.9.12/Documentation/README.routing
rtnet-0.9.12/Documentation/TDMA.spec
rtnet-0.9.12/Documentation/GNUmakefile.am
rtnet-0.9.12/Documentation/README.rtcfg
rtnet-0.9.12/Documentation/RTcfg.spec
rtnet-0.9.12/Documentation/RTmac.spec
rtnet-0.9.12/Documentation/GNUmakefile.in
rtnet-0.9.12/Documentation/README.rtcap
rtnet-0.9.12/Documentation/RTnet.oxy
rtnet-0.9.12/Documentation/README.drvporting
rtnet-0.9.12/COPYING
rtnet-0.9.12/configure
rtnet-0.9.12/INSTALL
rtnet-0.9.12/aclocal.m4
hen...@henrik-laptop:/usr/src$ sudo -i
r...@henrik-laptop:~# rtai-config --linux-dir
/usr/src/linux
r...@henrik-laptop:~# ls /usr/src/linux
arch    drivers   init    linux-headers.revision  net       sound   virt
block   firmware  ipc     Makefile                samples   tools
crypto  fs        kernel  mm                      scripts   ubuntu
debian  include   lib     Module.symvers          security  usr
r...@henrik-laptop:~# cd /usr/src/rtnet-0.9.12
r...@henrik-laptop:/usr/src/rtnet-0.9.12# make menuconfig
make[1]: Entering directory `/usr/src/rtnet-0.9.12/scripts/kconfig'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer  -DLOCALE  
-DCURSES_LOC="<ncurses.h>" -I/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/rtnet-0.9.12/scripts/kconfig/lxdialog/lxdialog.c -o lxdialog/lxdialog.o
/usr/src/rtnet-0.9.12/scripts/kconfig/lxdialog/lxdialog.c: In function 
‘j_inputbox’:
/usr/src/rtnet-0.9.12/scripts/kconfig/lxdialog/lxdialog.c:211: warning: format 
not a string literal and no format arguments
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer  -DLOCALE  
-DCURSES_LOC="<ncurses.h>" -I/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/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/usr/src/rtnet-0.9.12/scripts/kconfig -c 
/usr/src/rtnet-0.9.12/scripts/kconfig/mconf.c
/usr/src/rtnet-0.9.12/scripts/kconfig/mconf.c: In function ‘exec_conf’:
/usr/src/rtnet-0.9.12/scripts/kconfig/mconf.c:469: warning: ignoring return 
value of ‘pipe’, declared with attribute warn_unused_result
/usr/src/rtnet-0.9.12/scripts/kconfig/mconf.c: In function ‘show_textbox’:
/usr/src/rtnet-0.9.12/scripts/kconfig/mconf.c:835: warning: ignoring return 
value of ‘write’, declared with attribute warn_unused_result
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer  
-I/usr/src/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,/usr/src/rtnet-0.9.12/scripts/kconfig
#
# using defaults found in defconfig
#


*** End of RTnet configuration.
*** Execute 'make' to build RTnet or try 'make help'.

make[1]: Leaving directory `/usr/src/rtnet-0.9.12/scripts/kconfig'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for i686-pc-linux-gnu-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking dependency style of cc... gcc3
checking for main in -lncurses... yes
checking for RTnet Kconfig file... /usr/src/rtnet-0.9.12/configure: line 11568: 
.: .rtnet_config: file not found
.rtnet_config (supplied)
checking for RT-extension... configure: error: *** RT-extended kernel not found 
in 
make: *** [config.status] Error 1
r...@henrik-laptop:/usr/src/rtnet-0.9.12# ls -a
.           ChangeLog     COPYING        GNUmakefile.am  NEWS           TODO
..          config        defconfig      GNUmakefile.in  README         tools
aclocal.m4  config.log    Documentation  INSTALL         .rtnet_config
addons      configure     drivers        Kconfig         scripts
AUTHORS     configure.ac  examples       makefile        stack
r...@henrik-laptop:/usr/src/rtnet-0.9.12# 

------------------------------------------------------------------------------

_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to