Changes between Version 6 and Version 7 of Ticket #17724


Ignore:
Timestamp:
Apr 28, 2022, 3:29:18 PM (2 years ago)
Author:
johnny_sokko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17724 – Description

    v6 v7  
    77TTBOMK, on Haiku, the only way to get the `gcc-x86` corss-compiler on the 64-Bit system is by checking out "buildtools" from the Git and building it with the following command:
    88
    9 <tt>./configure --cross-tools-source ../buildtools --build-cross-tools x86</tt>
     9./configure --cross-tools-source ../buildtools --build-cross-tools x86
    1010
    1111...but this takes several hours to complete. And, even more important, it ends up with a compiler that is missing the required header files and libraries - not very useful. Only way to get the compiler working for me was by copying the header files and libraries over from a 32-Bit Haiku system **and** manually setting the `--sysroot` when calling the compiler. I think that this is quite "hacky" and cumbersome.