Update paths in REAME file to account for new location of file

This commit is contained in:
Gregory Nutt 2017-01-29 09:02:07 -06:00
parent bedf040698
commit 30471a90f5

View File

@ -826,12 +826,12 @@ examples/module
and use that be build the ELF executables for the ROMFS file system. and use that be build the ELF executables for the ROMFS file system.
6. Linker scripts. You might also want to use a linker scripts to combine 6. Linker scripts. You might also want to use a linker scripts to combine
sections better. An example linker script is at nuttx/sched/module/gnu-elf.ld. sections better. An example linker script is at nuttx/libc/modlib/gnu-elf.ld.
That example might have to be tuned for your particular linker output to That example might have to be tuned for your particular linker output to
position additional sections correctly. The GNU LD LDMODULEFLAGS then might position additional sections correctly. The GNU LD LDMODULEFLAGS then might
be: be:
LDMODULEFLAGS = -r -e module_initialize -T$(TOPDIR)/sched/module/gnu-elf.ld LDMODULEFLAGS = -r -e module_initialize -T$(TOPDIR)/libc/modlib/gnu-elf.ld
examples/modbus examples/modbus
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
@ -1908,12 +1908,12 @@ examples/sotest
and use that be build the ELF executables for the ROMFS file system. and use that be build the ELF executables for the ROMFS file system.
6. Linker scripts. You might also want to use a linker scripts to combine 6. Linker scripts. You might also want to use a linker scripts to combine
sections better. An example linker script is at nuttx/sched/module/gnu-elf.ld. sections better. An example linker script is at nuttx/libc/modlib/gnu-elf.ld.
That example might have to be tuned for your particular linker output to That example might have to be tuned for your particular linker output to
position additional sections correctly. The GNU LD LDMODULEFLAGS then might position additional sections correctly. The GNU LD LDMODULEFLAGS then might
be: be:
LDMODULEFLAGS = -r -e module_initialize -T$(TOPDIR)/sched/module/gnu-elf.ld LDMODULEFLAGS = -r -e module_initialize -T$(TOPDIR)/libc/modlib/gnu-elf.ld
examples/system examples/system
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^