Changes between Initial Version and Version 1 of Ticket #12000
- Timestamp:
- Apr 23, 2015, 6:40:53 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12000 – Description
initial v1 1 1 When trying to build an x86_64 Haiku image on a gcc2h Haiku host, I end up with an image that can't be booted by the haiku_loader. The error reported is "Version mismatch between boot loader and kernel!". 2 3 2 I'm failing to see anything obvious in the jam logs that would indicate a problem with how the files are compiled. 4 5 3 In order to build on Haiku, I use setarch x86 and run all commands in the gcc4 environment. 6 7 4 {{{ 8 5 setarch x86 … … 10 7 jam -q -j4 @minimum-anyboot 11 8 }}} 12 13 9 I am also attaching a copy of the log generated by jam.