c2rust icon indicating copy to clipboard operation
c2rust copied to clipboard

Issue in transpiling genann on apple silicon

Open enum-class opened this issue 6 months ago • 0 comments

On macos with sequoia 15.5 and Apple clang version 17.0.0 (clang-1700.0.13.5) for genann subject, I run intercept-build make and then run ./target/debug/c2rust transpile --emit-build-files ~/Documents/genann/compile_commands.json and face this warning and error:

warning: c2rust: Encountered unsupported BuiltinType kind 104 for type __mfp8
1 warning generated.
Transpiling example2.c
thread 'main' panicked at 'Type conversion not implemented for TagTypeUnknown expecting 3', c2rust-transpile/src/c_ast/conversion.rs:833:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I did not face this issue on linux, Could you please help me with this ?

enum-class avatar Jun 04 '25 04:06 enum-class