From f1c2ce14060e4442dd59f6fa89e02b23c2d3989d Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 26 Oct 2012 19:53:20 +0000 Subject: ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 95d49a3fb..bfb92b6b7 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -333,8 +333,8 @@ examples/elf include the path to the genromfs executable. 3. ELF size: The ELF files in this example are, be default, quite large - because they include a lot of "build garbage". You can greately reduce the - size of the ELF binaries are using the objcopy --strip-unneeded command to + because they include a lot of "build garbage". You can greatly reduce the + size of the ELF binaries are using the 'objcopy --strip-unneeded' command to remove un-necessary information from the ELF files. 4. Simulator. You cannot use this example with the the NuttX simulator on -- cgit v1.2.3