ESP32: Trivial typo prevent good link
This commit is contained in:
parent
c84db68103
commit
0ed0217be2
@ -330,8 +330,8 @@ Debug Issues
|
||||
than OpenOCD is running in, invoke gdb. For example, for the
|
||||
template app, you would do this like such:
|
||||
|
||||
cd esp-idf-template
|
||||
xtensa-esp32-elf-gdb -ex 'target remote localhost:3333' ./build/app-template.elf
|
||||
cd nuttx
|
||||
xtensa-esp32-elf-gdb -ex 'target remote localhost:3333' nuttx
|
||||
|
||||
This should give you a gdb prompt.
|
||||
|
||||
|
@ -135,7 +135,7 @@ SECTIONS
|
||||
|
||||
/* C++ constructor and destructor tables, properly ordered: */
|
||||
|
||||
__sinit = ABSOLUTE(.);
|
||||
_sinit = ABSOLUTE(.);
|
||||
KEEP (*crtbegin.o(.ctors))
|
||||
KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
|
||||
KEEP (*(SORT(.ctors.*)))
|
||||
|
Loading…
Reference in New Issue
Block a user