Statistics: Posted by rajkumar patel — Wed Mar 22, 2017 7:12 pm
in the Makefile did it for me.
CFLAGS = -I.
Statistics: Posted by Stational — Sun Dec 18, 2016 5:23 am
LOCAL void ICACHE_FLASH_ATTR
xtensa-lx106-elf-gcc -I. -mlongcalls -c -o sensor.o sensor.c
xtensa-lx106-elf-gcc -Teagle.app.v6.ld sensor.o -nostdlib -Wl,--start-group -lmain -lnet80211 -lwpa -llwip -lpp -lphy -lc -Wl,--end-group -lgcc -o sensor
/home/test/Desktop/opt/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: sensor section `.text' will not fit in region `iram1_0_seg'
/home/test/Desktop/opt/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: region `iram1_0_seg' overflowed by 344 bytes
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'sensor' failed
make: *** [sensor] Error 1
Statistics: Posted by Stational — Sat Dec 17, 2016 5:13 am
Statistics: Posted by Guest — Sun Dec 11, 2016 12:15 pm
Statistics: Posted by Stational — Fri Dec 09, 2016 5:17 am
Statistics: Posted by Guest — Sun Dec 04, 2016 8:35 pm
xtensa-lx106-elf-gcc -Teagle.app.v6.ld segmentled.o -nostdlib -Wl,--start-group -lmain -lnet80211 -lwpa -llwip -lpp -lphy -lc -Wl,--end-group -lgcc -o segmentled
/home/test/Desktop/opt/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: segmentled section `.text' will not fit in region `iram1_0_seg'
/home/test/Desktop/opt/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: region `iram1_0_seg' overflowed by 1000 bytes
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'segmentled' failed
make: *** [segmentled] Error 1
Statistics: Posted by Stational — Sat Dec 03, 2016 3:25 am