Leon de Boer

Results 3 comments of Leon de Boer

The compile isn't including in spi.c The compiler knows what the function looks like because of spi.h but the linker can't find the code body. Did you use my makefile...

Oh really strange it's the processor selection flags that makes stdint.h stop work -O3 -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s Place it in your link options On 7/09/2017 1:51 AM, Matt Godbolt...

Okay I did some playing around .. the problem is -mfloat-abi=hard So we don't have any hard float libraries. looking in your config https://github.com/mattgodbolt/compiler-explorer-image/blob/master/gcc-cross/build/new/arm-6.3.0.config you have these # CT_ARCH_FLOAT_HW is...