summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 00:52:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 00:52:23 +0000
commitade5fb42679b7e890f29487ca850c65f9944fa1e (patch)
tree84f10662c214892091c5b7d5dce796b6f736c6b4 /apps/examples/README.txt
parent09dcebb6991350498b809a20b55fbcfd982a0b2a (diff)
downloadnuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.tar.gz
nuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.tar.bz2
nuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.zip
Finish implemention of ELF loader static constructor support. Still some issues.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index abf95e208..907467bb1 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -323,6 +323,8 @@ examples/elf
CELFFLAGS = $(CFLAGS) -mlong-calls
+ Similarly for C++ flags which must be provided in CXXELFFLAGS.
+
2. Your top-level nuttx/Make.defs file must alos include an approproate definition,
LDELFFLAGS, to generate a relocatable ELF object. With GNU LD, this should
include '-r' and '-e main' (or _main on some platforms).