Jan Kiszka wrote:
Wolfgang Grandegger wrote:
Hi Jan,
when trying to build RTnet with Xenomai and Linux 2.4.25 for PowerPC I
realized that the ELDK 3.1.1 does not have the user space definition
ARPHRD_IEEE1394 used in tools/rtifconfig.c. Where should we add an
appropriate definition to fix that problem?
So far in rtifconfig.c itself with
#ifndef ARPHRD_IEEE1394
#define ARPHRD_IEEE1394 24
#endif
until someone may come up with a better solution.
OK, I thought you might have a compatibility header file for such
definitions.
Furthermore I realized the following warning message when making
rt_8139too.c:
rt_8139too.c: In function `rtl8139_init_board':
rt_8139too.c:699: warning: implicit declaration of function
`pci_request_regions '
rt_8139too.c:775: warning: implicit declaration of function
`pci_release_regions '
Where are they declared in that kernel version? They should normally
stick in linux/pci.h, and that one is included by the driver.
Ah, there is a "#ifdef CONFIG_PCI" in "linux/pci.h". Therefore it makes
little sense to select PCI based drivers without selecting CONFIG_PCI.
Thanks.
Wolfgang.
Jan
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users