floor not defined on arm-gcc when using -specs=nosys.specs -specs=nano.specs
Using the arm-gcc direct from ARM and I’m having issues including the math floor function. I’ve checked the source for newlib-nano and it has an implementation for floor, so it seems like it should work. It also is a builtin in GCC, so it seems like I should have that version as a fallback. Adding -lm to compiler/linker options does not help.