Re: Now I'm curious...

2007-09-04 Thread Hamish Moffatt
, is there a list of the known essential patches to 29? I'm using 0.9.28 and having problems with threads, so I'm attempting to upgrade to 29 as I see it includes a large libpthread update. Hamish -- Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED

arm support for new linuxthreads in 0.9.29

2007-09-04 Thread Hamish Moffatt
back to the old linuxthreads works, but I'm having problems with a multithreaded application hanging so I want to try the new library... What do I need to do to get the new version to compile? thanks Hamish -- Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED

readelf/ldconfig confused about ELF header

2007-10-30 Thread Hamish Moffatt
0x00 02 GCC_3.0 private flags = 202: [APCS-32] [FPA float format] [software FP] [has entry point] I guess this means something is whacky in ext2fsprog's library generation? thanks Hamish -- Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED

Re: readelf/ldconfig confused about ELF header

2007-10-30 Thread Hamish Moffatt
On Wed, Oct 31, 2007 at 05:10:05PM +1100, Hamish Moffatt wrote: I'm using buildroot to compile for armeb on a x86-64 (little-endian) host. uclibc's readelf and ldconfig are giving confusing results reading the headers of compiled libraries. Programs run ok, but ldconfig decides that my

Re: error when building gcc using buildroot/toolchain

2007-11-01 Thread Hamish Moffatt
=$(TARGET_PATH) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(GCC_BUILD_DIR2) all + PATH=$(TARGET_PATH) $(MAKE) $(HOST_CONFIGURE_OPTS) CPP=$(TARGET_CROSS)cpp -C $(GCC_BUILD_DIR2) all touch $@ $(GCC_BUILD_DIR2)/.installed: $(GCC_BUILD_DIR2)/.compiled -- Hamish Moffatt VK3SB [EMAIL PROTECTED

Re: readelf/ldconfig confused about ELF header

2008-01-05 Thread Hamish Moffatt
On Sat, Jan 05, 2008 at 04:14:59AM -0500, Mike Frysinger wrote: On Wednesday 31 October 2007, Hamish Moffatt wrote: I'm using buildroot to compile for armeb on a x86-64 (little-endian) host. please use the buildroot mailing list in the future I thought it was an ldconfig bug, but it turned