ESP32: Trivial typo prevent good link

This commit is contained in:
Gregory Nutt 2016-11-14 13:41:30 -06:00
parent c84db68103
commit 0ed0217be2
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.*)))