Changes between Initial Version and Version 1 of Ticket #12000


Ignore:
Timestamp:
Apr 23, 2015, 6:40:53 AM (9 years ago)
Author:
korli
Comment:

What about #8730?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12000 – Description

    initial v1  
    11When 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 
    32I'm failing to see anything obvious in the jam logs that would indicate a problem with how the files are compiled.
    4 
    53In order to build on Haiku, I use setarch x86 and run all commands in the gcc4 environment.
    6 
    74{{{
    85setarch x86
     
    107jam -q -j4 @minimum-anyboot
    118}}}
    12 
    139I am also attaching a copy of the log generated by jam.