On Mon, Aug 28, 2000 at 06:20:50PM +0200, Tomasz Motylewski wrote:
> Well I was actually quite shocked/amazed thet you have packaged
> rtlinux30pre6c as rtlinux-2.3-pre3.tar.gz. Shocked, because it was to me like
> Linus releasing his new 2.4.3pre14 kernel as stable 2.2.19. Amazed, because
> it means you have kept source compatibility with RTL-2.0. 

We would like to maintain fewer code bases -- so backporting the kernel
dependent stuff seemed cleaner.

> But unfortunately there are some problems which prevent just taking RTL-2.0
> application (like comedi) and compiling it with rtlinux-2.3-pre3.
> 
> First: /usr/src/linux/.config
> 
> rtlinux-2.3-pre2: CONFIG_RTL=y
> 
> rtlinux-2.3-pre3: CONFIG_RTLINUX=y
> Why was this changed?

Why is this referenced in comedi?

> Second: linux/rtl.h: No such file or directory
> Is there any way to detect (#ifdef) the change from <linux/rtl.h> to <rtl.h>

It's easy to define 
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,0)

We probably need a RTLINUX_VERSION_CODE too.

-- 
---------------------------------------------------------
Victor Yodaiken 
Finite State Machine Labs: The RTLinux Company.
 www.fsmlabs.com  www.rtlinux.com

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to