Jared Woolston
12/16/2018, 6:09 PM-mfpu=fpv4-sp-d16 -mfloat-abi=hard -march=armv7e-m
to konan/platforms/zephyr/stm32f4_disco
but am still getting a link error of arm-none-eabi/bin/ld: error: zephyr/zephyr_prebuilt.elf uses VFP register arguments, libapp.a(program.o) does not
/home/jared/.konan/dependencies/gcc-arm-none-eabi-7-2017-q4-major-linux/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file libapp.a(program.o)
which suggests to me that the object file being built by konanc is not being built with the correct flags going to gcc. Am I missing something in configuring the build to pass these flags?darkmoon_uk
12/16/2018, 6:34 PMJared Woolston
12/16/2018, 7:09 PM