Friedrich

Results 3 comments of Friedrich

I changed out the build command for a slightly different one `../gccrs/configure --prefix=$HOME/gccrs-install --disable-bootstrap --enable-multilib --enable-languages=rust --host=sh4-elf --without-headers --disable-nls`. This command should work with a normal `gcc` build, but it...

There was an issue with my binutils setup. After fixing it, I can definitely confirm that building the normal GCC works with the command `../gccrs/configure --target=sh4-elf --prefix="$PREFIX" --disable-nls --enable-languages=rust --without-headers`...

No worries, I lost track of this ticket and forgot to close it. Yes, it worked out in the end, and I simply messed up a step in the setup...