Project

General

Profile

Actions

Bug #142

closed

Build system does not generate a working binary

Added by Hammel over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
-
Target version:
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 #1

Updated by Hammel about 11 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

Also available in: Atom PDF