I've been trying to build rustc_codegen_gcc for m68k-unknown-none-elf (basically, bare-metal m68k with only libcore) in a Docker container. But, I've hit a dead-end: whatever I try to do in the Dockerfile, the image compilation never progresses past trying to build the sysroot because rustc_codegen_gcc cannot load the libgccjit.so file, even though it's right there (found by the find command) and was just built before building rustc_codegen_gcc
I was wondering if you could help me fix this. It would mean a lot to me
CI logs: https://ci.codeberg.org/repos/16937/pipeline/11/3#L3118
Docker source repository: https://codeberg.org/techmetx11/rustc-gcc-m68k
I've been trying to build rustc_codegen_gcc for
m68k-unknown-none-elf(basically, bare-metal m68k with only libcore) in a Docker container. But, I've hit a dead-end: whatever I try to do in the Dockerfile, the image compilation never progresses past trying to build the sysroot because rustc_codegen_gcc cannot load thelibgccjit.sofile, even though it's right there (found by thefindcommand) and was just built before building rustc_codegen_gccI was wondering if you could help me fix this. It would mean a lot to me
CI logs: https://ci.codeberg.org/repos/16937/pipeline/11/3#L3118
Docker source repository: https://codeberg.org/techmetx11/rustc-gcc-m68k