OS/2, eCS & ArcaOS - Technical > Programming

GCC - updates

<< < (16/26) > >>

KO Myung-Hun:
No problems here, thanks!

Paul Smedley:
GCC 15.10 is expected in the coming months...

gcc.exe (GCC) 15.0.1 20250209 (experimental)
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Paul Smedley:
One interesting nit is that when attempting to build something with cmake/ninja in parallel mode, I get:

--- Code: ---c++.exe: fatal error: cannot execute 'C:/usr/local1501/bin/../libexec/gcc/i686-pc-os2-emx/15/cc1plus.exe': spawnv: Resource busy
compilation terminated.

--- End code ---

'ninja -j 1' seems to work OK.

KO Myung-Hun:

--- Quote from: Paul Smedley on February 18, 2025, 12:10:49 am ---One interesting nit is that when attempting to build something with cmake/ninja in parallel mode, I get:

--- Code: ---c++.exe: fatal error: cannot execute 'C:/usr/local1501/bin/../libexec/gcc/i686-pc-os2-emx/15/cc1plus.exe': spawnv: Resource busy
compilation terminated.

--- End code ---

'ninja -j 1' seems to work OK.

--- End quote ---

I've encountered this when building gcc v14.2.0 with 'ld.exe'. In my case, adding '-Zomf' to LDFLAGS when building gcc fixed this problem.

Paul Smedley:
Thanks, but I checked and -Zomf is definitely being used :(

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version