21
Corepure64 / Re: gcc-15.1.0 installation error
« Last post by Rich on July 06, 2025, 07:03:41 AM »Hi chikunjiho920@gmail.com
That's not an installation error, that's a build error. TC16 x86_64 has
gcc 14.2.0 available. For some reason you are attempting to build
version 15.1.0.
When compiling anything on Tinycore, you should install a proper
toolchain, which is compiletc.tcz.
Did you do that?
Notes related to building gcc are included in here:
http://tinycorelinux.net/16.x/x86_64/release/src/toolchain/compile_tc16_x86_64
You may need to rebuild some gcc dependencies first, I don't know.
Juanito typically builds the toolchain, maybe he has some additional comments.
Notes on how the currently available version of ruby was compiled are here:
http://tinycorelinux.net/15.x/x86_64/tcz/src/ruby/compile_ruby
Why are you attempting to rebuild gcc and ruby?
That's not an installation error, that's a build error. TC16 x86_64 has
gcc 14.2.0 available. For some reason you are attempting to build
version 15.1.0.
When compiling anything on Tinycore, you should install a proper
toolchain, which is compiletc.tcz.
Did you do that?
Notes related to building gcc are included in here:
http://tinycorelinux.net/16.x/x86_64/release/src/toolchain/compile_tc16_x86_64
You may need to rebuild some gcc dependencies first, I don't know.
Juanito typically builds the toolchain, maybe he has some additional comments.
Notes on how the currently available version of ruby was compiled are here:
http://tinycorelinux.net/15.x/x86_64/tcz/src/ruby/compile_ruby
Why are you attempting to rebuild gcc and ruby?