Closed GoogleCodeExporter closed 9 years ago
I was initially confused why my offline compile builds using code sourcery gcc
were working but the online mbed.org compiler was not. It turns out gcc was
generating a warning and using an implicit declaration (which is not a good
idea) so it looks like this should affect all platforms when doing a non-debug
build. I added -Werror-implicit-function-declaration to my gcc options to
force an error if this happens again.
Original comment by j...@missioncognition.net
on 9 Feb 2012 at 12:11
This issue was closed by revision 5e690a1264c2.
Original comment by dwhall...@gmail.com
on 20 Feb 2012 at 6:36
Added #include <stdio.h> to three files so mbed cloud compiler works.
Original comment by dwhall...@gmail.com
on 20 Feb 2012 at 6:37
Original issue reported on code.google.com by
j...@missioncognition.net
on 8 Feb 2012 at 11:56