From ade5fb42679b7e890f29487ca850c65f9944fa1e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 29 Oct 2012 00:52:23 +0000 Subject: 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 --- apps/examples/README.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/examples/README.txt') 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). -- cgit v1.2.3