Cross compiling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1963
    sansp00
    Participant

    Well, been messing around with my shiny new Media Vault. I was able to build a firmware image using a Fedora Core VMWare image and the GPL source with instructions. What I would like to do now is to compile a Firefly nightie from this …
    Can anyone help ?!?
    Thanks
    Patrick S.

    #14627
    rpedde
    Participant

    @sansp00 wrote:

    Well, been messing around with my shiny new Media Vault. I was able to build a firmware image using a Fedora Core VMWare image and the GPL source with instructions. What I would like to do now is to compile a Firefly nightie from this …
    Can anyone help ?!?
    Thanks
    Patrick S.

    How much kung-fu do you have?

    I think the “rightest” way to do it would be to set up a compilation environment for unslung and build the unslung packages using the compiler you have. That already has all the libs and deps and everything you need.

    But it would take some hacking on the makefile stuff for unslung.

    Not impossible, I wouldn’t think, but I haven’t really attacked it myself.

    That’s how I’d go.

    Failing that, you’ll need to download all the deps and compile from source. At a minimum you’ll need libid3tag and sqlite3. Compile those and install them to a staging directory, and then build firefly against that staging directory. Then copy the libs and the firefly binary over to the box and run it. Crossing fingers as appropriate.

    — Ron

    #14628
    sansp00
    Participant

    Well, I have a black belt in sudo 😉 I just hate messing with makefiles …
    I’ll dig up the sources for the 2 ‘third’ parties and see what I can cook up.
    The unslung is a bit out of my range and I found out that the MV team are working on a ipkg scheme to get packages. I rather wait a bit to see what they will come up with and just mess with FF.

    Thanks
    Patrick S.

    #14629
    rpedde
    Participant

    @sansp00 wrote:

    Well, I have a black belt in sudo 😉 I just hate messing with makefiles …
    I’ll dig up the sources for the 2 ‘third’ parties and see what I can cook up.
    The unslung is a bit out of my range and I found out that the MV team are working on a ipkg scheme to get packages. I rather wait a bit to see what they will come up with and just mess with FF.

    Thanks
    Patrick S.

    Yeah, I think an unslung optware port is the best move.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.