Rui Ueyama

Results 604 comments of Rui Ueyama

CentOS 7 is too old that I don't think you can install a compiler that is recent enough to compile mold using the standard packaging system. Have you tried the...

You can download binaries from https://github.com/rui314/mold/releases/tag/v2.2.0. > I believe my compiler supports C++20, since I've used C++20, so that should not be the issue here. You installed the compiler in...

I don't know why it failed on your system. Did you try to run `./dist.sh` on a system that is recently enough? Anyways, the mold executable created that way is...

We don't support that flag, but we also don't support linker script. Are you using mold to build embedded firmware?

It didn't work because of the typo? The correct spelling of the option is `-fuse-ld=mold`.

It seems like a GCC's bug, so I filed this as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111605. In the meantime, please create a `arm-none-eabi-ld.mold` as a symbolic link to `mold` in a directory in your...

@ishitatsuyuki sent a patch to gcc: https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633093.html

I think the terminating null character is mandatory by the ELF spec, and the compiler always adds it for you. Was your object file created by hand?

https://docs.oracle.com/cd/E23824_01/html/819-0690/ggdlu.html > If the section also has the SHF_STRINGS flag set, then the section can only contain null terminated strings. Null characters are only allowed as string terminators, and null...

Yes, please. The timestamp in the filename implies that the library was built in 2015, which is 8 years ago, so Intel may have fixed it already.