Changes between Version 1 and Version 2 of Ticket #17724


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17724 – Description

    v1 v2  
    99./configure --cross-tools-source ../buildtools --build-cross-tools x86
    1010
    11 ...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. 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.
     11...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. 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. This is quite "hacky" and cumbersome.
     12
     13So, again, a package that works "out-of-the-box" would be much appreciated!
    1214
    1315Thank you!