**** BEGIN LOGGING AT Wed Aug 24 02:59:57 2011 Aug 24 14:05:50 is there an easy way to pick to use gcc-4.5 instead of 4.6? Aug 24 14:10:51 galak: yes.. set GCCVERSION ?= "4.5" and SDKGCCVERSION ?= "4.5" in local.conf or distro config Aug 24 14:11:14 thanks Aug 24 14:11:20 galak: s/4.5/4.5.1/g Aug 24 16:47:05 khem: ping Aug 24 18:37:58 hi, I 've read that ipkg packaging support is no longer there in wikipedia. So, is it better to go with deb than ipkg for embedded divices?? Aug 24 18:44:06 Arial700, I think ipk has received more testing than deb, so I would still consider that preferred. Aug 24 18:45:12 zenlinux_laptop, Oh.. do u mean in Yocto? Aug 24 18:47:48 Arial700, yes Aug 24 18:47:52 rpm has the most testing, followed by ipk Aug 24 18:48:25 ipk has been the primary package format of OE, so they've keep things pretty well maintained Aug 24 18:48:36 zenlinux_laptop, Thanku... Does ipk supports all the packages that i may need... Aug 24 18:48:49 Arial700, it should Aug 24 18:48:55 zenlinux_laptop, I mean if i want to 've some custom packages... Aug 24 18:49:53 then I 've to convert the one from deb to ipk and do that right ?? Aug 25 01:13:07 I think I -finally- figured out what is going on with the prelinker! Aug 25 01:13:50 libelf is byte swapping the GNU_HASH data structure on load.. the problem is that it's doing a 32-bit (4 byte word) byte swap... and some of the elements in the structure are 64-bit! Aug 25 01:13:56 (on a 64-bit host) Aug 25 01:14:05 it looks like I'm going to have to figure out how to do a custom load routine.. ARG Aug 25 01:15:30 fray: not fun :/ Aug 25 01:15:42 this has taken be over a week at this point.. Aug 25 01:16:01 and I still havn't cleaned up all o the debugging in my code.. and I know my updated prelink won't work on ARM or MIPS.. :P Aug 25 01:16:03 ARG! Aug 25 01:16:09 (but hey x86_64 seems happer) Aug 25 01:16:28 I do suspect even on x86_64 we might be having alignment problems in the structue.. but I can't tell yet) Aug 25 01:16:35 * fray goes and grabs some food Aug 25 02:01:20 um food Aug 25 02:26:49 excellent.. binutil's readelf can't even read a PPC64 elf table on a non-PPC64 host.. Aug 25 02:27:03 'er.. gnu.hash table that is **** ENDING LOGGING AT Thu Aug 25 02:59:58 2011