Changes between Initial Version and Version 1 of Ticket #12031, comment 1
- Timestamp:
- Apr 27, 2015, 10:27:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12031, comment 1
initial v1 3 3 Is this driver from FreeBSD? If not, you probably can compile it out-of-tree (on a Haiku system, that is). 4 4 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.5 Additionally, 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.