-->
Page 2 of 2

Re: App crash, how can I debug ?

PostPosted: Fri Nov 13, 2015 4:11 pm
by dannybackx
FYI adding a trivial link into the ESP8266_RTOS_SDK (search engines say that's where to find xtensa/corebits.h) isn't enough :

/tmp/build6826651435799429866.tmp/GDBStub/GDBStub.c.o: In function `gdb_server':
/home/danny/src/sketchbook/esp8266/libraries/GDBStub/src/GDBStub.c:304: undefined reference to `uart_write_char_d'
collect2: error: ld returned 1 exit status
Error compiling.

Re: App crash, how can I debug ?

PostPosted: Sun Dec 13, 2015 1:28 am
by Venkatesh
This is taken from Smart.js. But I see smart.js is built-up on RTOS. How this works.. I have no clue.. any thoughts ?