summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
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).