Email or username:

Password:

Forgot your password?
Top-level
cancel

@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.

2 comments
Devine Lu Linvega

@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.

Cian O'Connor

@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?

Go Up