Skip to content

Instantly share code, notes, and snippets.

@randunel
Created February 15, 2014 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randunel/9018806 to your computer and use it in GitHub Desktop.
Save randunel/9018806 to your computer and use it in GitHub Desktop.
BOARDNAME=1 RELEASE=1 ESPRUINO_1V3=1 LINUX=1 make
Generating platform configs
Generating pin info
Generating JS wrappers
WRAPPERSOURCES = src/jswrap_pin.c src/jswrap_espruino.c src/jswrap_functions.c src/jswrap_modules.c src/jswrap_process.c src/jswrap_interactive.c src/jswrap_json.c src/jswrap_object.c src/jswrap_string.c src/jswrap_number.c src/jswrap_array.c src/jswrap_arraybuffer.c src/jswrap_serial.c src/jswrap_spi_i2c.c src/jswrap_onewire.c src/jswrap_io.c libs/jswrap_fat.c libs/jswrap_math.c libs/graphics/jswrap_graphics.c libs/network/http/jswrap_http.c libs/network/cc3000/jswrap_cc3000.c
DEFINES = -DNO_ASSERT -DESPRUINO_1V3 -DUSE_FILESYSTEM -DUSE_MATH -DUSE_GRAPHICS -DUSE_NET -DUSE_CC3000 -DSEND_NON_BLOCKING -DUSB -DSTM32F1 -DARM -DFAKE_STDLIB -DSTM32 -DUSE_STDPERIPH_DRIVER=1 -DSTM32F103RC -DESPRUINOBOARD -DSTM32F10X_XL -DLINUX
Generating pin info
CC /home/mihai/projects/personal/espruino/Espruino/targetlibs/stm32f1/lib/startup_stm32f10x_hd.o
CC src/jslex.o
CC src/jsvar.o
CC src/jsutils.o
CC src/jsparse.o
CC src/jspin.o
src/jsvar.c: In function 'jsvFindChildFromString':
src/jsvar.c:1419:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
if (*(int*)fastCheck==*(int*)child->varData.str && // speedy check of first 4 bytes
^
src/jsvar.c:1419:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
src/jsvar.c: In function 'jsvStringIteratorAppend':
src/jsvar.c:2331:29: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
assert(it->charIdx == 0);
^
src/jsvar.c: In function 'jsvArrayBufferIteratorDataToInt':
src/jsvar.c:2395:17: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
else assert(0);
^
src/jsvar.c: In function 'jsvArrayBufferIteratorDataToFloat':
src/jsvar.c:2406:17: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
else assert(0);
^
src/jsvar.c: In function 'jsvArrayBufferIteratorSetValue':
src/jsvar.c:2453:19: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
else assert(0);
^
src/jsvar.c:2461:19: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
else assert(0);
^
src/jsvar.c: In function 'jsvIteratorNew':
src/jsvar.c:2519:19: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
} else assert(0);
^
src/jsutils.c:21:19: fatal error: mconf.h: No such file or directory
#include "mconf.h"
^
compilation terminated.
make: *** [src/jsutils.o] Error 1
make: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment