@neauoire @kelp gcc sucks ass for ARM. it behaves badly and also sometimes emits broken machine code. use clang instead. it's wayyy better on ARM.
@cancel @kelp yeah, it's funny because every time I end up in arguments with people arguing that it's the same thing, that C is super portable, but it's only because they never tried it themselves.
@neauoire @cancel @kelp
My experience has been that you have to do a lot of voodoo to get C programs running on a new platform.
Rust is a lot better at this. I wonder if Zig has solved this?
@cancel @kelp yeah, it's funny because every time I end up in arguments with people arguing that it's the same thing, that C is super portable, but it's only because they never tried it themselves.