From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mats Erik Andersson Date: Wed, 16 May 2007 19:51:29 +0200 Subject: [Buildroot] _IO_getc inconsistent with uClibc? Message-ID: <1179337889.9676.22.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi there, in an effort to implement bluez-utils-2.15 for an embedded system using uClibc, I ran into unexpected problems, since my linker cannot resolve the the symbol _IO_getc. Using a similar configuration with Debian Sarge and building bluez-utils, does not pose any problems, and its linker kindly points to _IO_getc@@GLIBC_2.0 when the relevant object files have been linkt together. It was exactly at this stage that my Buildroot setting decided to cancel work for the day! Now, I did allow uClibc to use macros for getc and puts in the configuration, out of old habit. Is it these macros that cause the mess? Regards, Mats Erik Andersson