Changes between Initial Version and Version 1 of Ticket #12031, comment 1


Ignore:
Timestamp:
Apr 27, 2015, 10:27:43 PM (9 years ago)
Author:
waddlesplash

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12031, comment 1

    initial v1  
    33Is this driver from FreeBSD? If not, you probably can compile it out-of-tree (on a Haiku system, that is).
    44
    5 Additionally, cross-compiling Haiku on Haiku is pretty finicky, you might want to try a non-cross-compile ({{{rm -rf generated && ./configure && jam -q -jNUM @nightly-raw}}}). And if it's only one driver you want to build, you can append the target name onto the end of the command line and build just that driver and its dependencies.
     5Additionally, cross-compiling Haiku on Haiku is pretty finicky, you might want to try a non-cross-compile (in one line, {{{rm -rf generated && ./configure && jam -q -jNUM @nightly-raw}}}). And if it's only one driver you want to build, you can append the target name onto the end of the command line and build just that driver and its dependencies.