rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
920 stars 60 forks source link

32-bit pointer cast #284

Open antoyo opened 1 year ago

antoyo commented 1 year ago

See here: https://github.com/rust-lang/rustc_codegen_gcc/issues/265#issuecomment-1604534286

danielcdz commented 5 months ago

Hello! I would like to help with this one! I have over 3 years of experience as a software engineer and I want to learn about web3 and blockchain, this is my 2nd OD Hack 🫡

antoyo commented 5 months ago

Sorry. I completely forgot about this issue.

A good first step would be to build a cross-compiler for sh4 and attempt to run rustc_codegen_gcc for this architecture. These instructions should help you.

danielcdz commented 5 months ago

Hey @antoyo I will left this issue to other person, cause at the moment I can't work on this