aboutsummaryrefslogtreecommitdiff
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
commit71fad980c5dfe057dd380a05f1ca1e0bfad2ef1f (patch)
tree84f10662c214892091c5b7d5dce796b6f736c6b4 /apps/examples/README.txt
parent61c97b1ddcc40f068e549d12dc8e63445d3ee4f5 (diff)
downloadpx4-firmware-71fad980c5dfe057dd380a05f1ca1e0bfad2ef1f.tar.gz
px4-firmware-71fad980c5dfe057dd380a05f1ca1e0bfad2ef1f.tar.bz2
px4-firmware-71fad980c5dfe057dd380a05f1ca1e0bfad2ef1f.zip
Finish implemention of ELF loader static constructor support. Still some issues.
git-svn-id: http://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).