dealt (nicely) with the libgcc.a on the crio not having enough functions
diff --git a/aos/build/aos.gypi b/aos/build/aos.gypi
index 662a419..115ae06 100644
--- a/aos/build/aos.gypi
+++ b/aos/build/aos.gypi
@@ -44,6 +44,8 @@
     'defines': [
       '__STDC_FORMAT_MACROS',
       '_FORTIFY_SOURCE=2',
+      '__STDC_CONSTANT_MACROS',
+      '__STDC_LIMIT_MACROS',
     ],
     'ldflags': [
       '-pipe',