roland Tollenaar wrote:
> Hi Wolfgang,
> 
>>    ...
>>    --with-linux=LINUX      real-time extended Linux kernel
>>
>> Please try
>>
>>     $  ./configure --with-linux=<path-to-your-xenomai-extended-kernel>
> 
> Same thing I am afraid. Identical :(
> 
> checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking for main in -lncurses... yes
> checking for RTnet Kconfig file... ./defconfig (default)
> checking for RT-extension... /usr/src/linux-2.6.16 (kernel 2.6.16 + 
> Xenomai)
> checking for Xenomai version... 2.3.1
> checking for RTDM skin... y
> checking for RT-FireWire installation... none
> checking for RT-extension target arch... i386
> checking for RTnet target arch... i386
> checking for CROSS_COMPILE... none
> checking for kernel module extension... .ko
> checking for rtdm/rtdm_driver.h... no
> configure: error: *** header not found or working, please check
> RT-extension installation
> 
> If only there were some hint as to what might be wrong with my kernel
> src. Even if I have to try another kernel src package -god forbid!- at
> least I would like to know why. Otherwise I might end up on a classic
> trial & error adventure and i cannot believe that rtnet is one of
> those black-art projects.
> 
> Would it be an idea to take the first point where configure goes off 
> kilter?
> 
> I have attached my config.log file in the meager hope that someone
> would care to look at the disaster within. I can see where the first
> error occurs, something with conftest.c and a header which is missing
> ac_nonexistent.h but I cannot make out where it is looking or where
> this file is supposed to be, or even what it makes out part of.
> 
> I get the feeling that my endeavors of getting rtnet operational with
> xenomai have been passed a "doomed to fail" judgment by the list. :(
> If so, and I do want to get this running what is the advice? Start
> trial and erroring with any and all kernels I can lay my hands on to
> see if there is one out there that is actually compatible?:) Try a
> couple of other distros? Anything?.........damn.

Help yourself, try finding the problem. The configure actually fails 
when building conftest.c with the command:

   make -C /usr/src/linux-2.6.16 ARCH=i386 CROSS_COMPILE= V=1 \
   M=/usr/src/rtnet-0.9.9 SUBDIRS=/usr/src/rtnet-0.9.9 modules > /dev/nul

Edit the "configure" script and search for "rtdm_driver". Some lines 
below you will find the compile command "$bs_kcompile > /dev/null" two 
times. Remove the redirection "> /dev/null" to see the compile command, 
which might help.

Wolfgang.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to