Hello all, I'm trying to port the entire Boost library system.
Working with the CMake version helped me getting rid of the horrible B2 (bootstrap) build chain which I tried to port but with a lot of headaches.
I'm fixing little problems during compilation, but got stuck in some assembler section:
make gives me
make_i386_sysv_elf_gas.S:34: Error: unknown pseudo-op: `.hidden'
I'm currently using GCC 14.20, but as.exe is the "original" one on OS/2 since the 9.2.0 release of GCC.
It seems the assembler is the culprit, by searching in some other forums.
Am I correct in assuming that by default the "as" assembler is used? Or is it WASM?
I'll keep trying, but some suggestion would be greatly appreciated.
Mentore