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.
Actions