Actions
Bug #142
closedBuild system does not generate a working binary
Start date:
06 Dec 2012
Due date:
% Done:
100%
Estimated time:
Severity:
Critical
Description
If you build the opkg and install it, then run
sh /usr/bin/ldd /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
you'll get a message that the file is not a dynamic executable. If you do the following
sh /usr/bin/ldd /bin/busybox
You get a list of libraries against which busybox is linked. Since the same cross toolchain was used to build both xbmc and busybox, this leads to me to think the build of xbmc is just plain broken.
Updated by Hammel almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
The binary appears to work now so the cross compilation issues appear resolved without the need to use chroot. However, it does require that you have a PiBox build handy (or, eventually, a BeagleBox build) that you can point the XBMCBox build to.
Actions