You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
Is there any reason why we don't simply use -lgcc?
https://github.com/gfwilliams/EspruinoCompiler/blob/master/inc/linker.ld#L39
Probably to not to link in lot of bloat? You can try without that line how big the binary will be, the code is loaded into RAM so should be small, there is not that much RAM available.
Is there any reason why we don't simply use
-lgcc
?If so, I can prepare the opposite f2d conversion, we compile both without lto then link to that instead. That would solve all the problems, right?