From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C51EE52.4050506@domain.hid> Date: Thu, 29 Jul 2010 23:10:42 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 References: <4C51223A.2070700@domain.hid> <4C517FF1.1040902@domain.hid> <4C5198A5.6010002@domain.hid> <4C51D317.9020103@domain.hid> <4C51E361.8020102@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] Bug - Can 2 devices. List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rodolfo Oliveira Cc: xenomai-core Hello, On 07/29/2010 10:37 PM, Rodolfo Oliveira wrote: > I copied the command "# rtcanrecv 0xFFF-e" for my microcontroller and I can > not run it, this appeared the following message "/ > opt/denx/xenomai_2_2_91/src/utils/can: No such file or directory." > Microcontroller shipped with Linux 2.4 with Xenomai is cross compiled on > Linux on my desktop computer, so he will not find the directory that the > rtcanrecv are trying to access. > Is there another way to do? I usually mount the root filesystem of the ELDK via NFS and install the Xenomai libraries and utilities into it. > CONFIG_XENO_DRIVERS_CAN_MAX_DEVICES=4 OK, I checked your sources and realized, that you use a very very early version of RT-Socket-CAN. Any chance to switch to a more recent version of Xenomai 2.3? If not, please check the related commits of the xenomai-2.3 or xenomai-2.4 git repositories. I spotted a few fixes which may help. Wolfgang.