using this makefile (works for the at example) https://gist.github.com/zarya/7e1a08160bf3b7ac220f
if i try to compile the IoT Demo or https://github.com/cnlohr/dumbcraft8266 i am getting the error:
zarya@esp8266:~/source/IoT_Demo$ make
CC driver/adc.c
CC driver/gpio16.c
CC driver/i2c_master.c
CC driver/key.c
/tmp/ccLFnipI.s: Assembler messages:
/tmp/ccLFnipI.s:183: Error: literal pool location required for text-section-literals; specify with .literal_position
make: *** [build/driver/key.o] Error 1