From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F187F9B.4070203@domain.hid> Date: Thu, 19 Jan 2012 21:39:55 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4F173B1C.3000300@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] "Inappropriate ioctl for device" with xeno_16550A on Xenomai 2.6, not Xenomai 2.5 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manuel Vonthron Cc: xenomai@xenomai.org On 01/18/2012 10:56 PM, Manuel Vonthron wrote: > "-fno-omit-frame-pointer" doesn't fix the problem but gcc versions are > indeed different: > - gcc 4.3.2 on the "working" machine > - gcc 4.6.2 on the other gcc 4.6.2 definitely needs -fno-omit-frame-pointer. Stupid suggestion: if you re-used the same build directory for xenomai user-space, did you think about running "make clean" after reconfiguring? -- Gilles.