From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E01AB2C.4070409@domain.hid> Date: Wed, 22 Jun 2011 01:43:24 -0700 From: David Wiebe MIME-Version: 1.0 References: <4E00A476.2080006@domain.hid> <4E01977E.1080202@domain.hid> In-Reply-To: <4E01977E.1080202@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] rt_dev_ioctl List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hello, I'm re-writing my code to work with xenomai and I don't know how to get rt_dev_ioctl to compile in my program. #include in my program doesn't help david@domain.hid$ arm-none-linux-gnueabi-gcc -o xenomai-spi-eth-00002 $CFLAGS xenomai-spi-eth-00002.c $LDFLAGS -I /home/david/122720101858-beagleboard-working-set/kernel/linux/include/ xenomai-spi-eth-00002.c: In function 'main': xenomai-spi-eth-00002.c:137: warning: implicit declaration of function 'rt_dev_open' xenomai-spi-eth-00002.c:145: warning: implicit declaration of function 'rt_dev_ioctl' /tmp/ccZErCuj.o: In function `main': xenomai-spi-eth-00002.c:(.text+0x2c4): undefined reference to `rt_dev_open' xenomai-spi-eth-00002.c:(.text+0x318): undefined reference to `rt_dev_ioctl' collect2: ld returned 1 exit status David