Question
compiling twoo many syscalls.c ?
Posted on June 03, 2018 at 09:10
There is syscalls.c in the Project folder generated by the cube
and in the project path, I have syscalls.c in nano libraries.
I want to sprintf with floating point, that's why I included the nano library
Trying without nano..
it compiles now...
totally clean build from the cube:
I added this into main.c and it compiles:
printf('asd %f', 1.34);
but where does it print to ?
(Hoping to have my PCB by Tuesday for testing
:(
)#compiler #nano