Changes between Version 5 and Version 6 of Ticket #17724
- Timestamp:
- Apr 28, 2022, 3:28:57 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17724 – Description
v5 v6 7 7 TTBOMK, 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: 8 8 9 ./configure --cross-tools-source ../buildtools --build-cross-tools x86 9 <tt>./configure --cross-tools-source ../buildtools --build-cross-tools x86</tt> 10 10 11 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 - 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.