@kelp It's many little things, the toolchain doesn't quite behave the same. gcc-wise, ASAN as an example, behaves totally differently. We use tcc for our wiki, and so you end up running after your own tail with all the weird errors in the flavor of `Invalid relocation entry [14] '.rela.debug_info' @ 000004f5
`. The only reliable C experience on ARM that I've had the chance of using was compiling with pcc on Plan9. On linux, it has never once just worked.
@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.