9
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Gregory Nutt c75f33cef1 ELF build reuires -fno-common in CFLAGS 2014-09-08 07:57:05 -06:00
Gregory Nutt 080e53a908 libapps.a needs to be added to the list of libraries to link against. 2014-09-07 10:45:41 -06:00
Gregory Nutt a70b7580eb apps/ make-related fixes. Now builds kernel mode file system 2014-09-06 12:28:30 -06:00
Gregory Nutt 8aabf57b45 For the kernel build, there is no reason for ELF flags to be different 2014-09-06 10:31:17 -06:00
Gregory Nutt 5a79aa40e5 Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished) 2014-09-06 08:00:47 -06:00
Gregory Nutt 7bd5b43ef3 Add ELF linker script for import build 2014-09-05 16:20:45 -06:00
Gregory Nutt 2dc9308e91 Need to add CRT0 to every Makefile in apps/examples/tests 2014-09-05 16:05:29 -06:00
Gregory Nutt 5c571020f2 Add libgcc to the set of libraries to link against 2014-09-05 15:35:41 -06:00
Gregory Nutt 294d526ed2 Provide library names and paths in apps/import/Make.defs 2014-09-05 13:59:20 -06:00
Gregory Nutt d308c39cb1 apps/import Make.defs must also define CFLAGS 2014-09-05 12:16:45 -06:00
Gregory Nutt 293d27f3d5 Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus trivial related changes 2014-09-05 11:26:27 -06:00
Gregory Nutt 46e70207ed Flesh out apps/import/Make.defs a little 2014-09-05 09:16:08 -06:00
Gregory Nutt 3349246328 Add an apps/import Make.defs file. Not much there yet, but it will be needed for 'make import' 2014-09-05 07:39:35 -06:00
Gregory Nutt 34019f1e40 Add the .config file to the export package 2014-09-05 07:39:04 -06:00
Gregory Nutt 5a787f8714 Add tmp/ directory to .gitignore 2014-09-04 17:09:13 -06:00
Gregory Nutt b091b48723 Add .gitignore file 2014-09-04 17:07:23 -06:00
Gregory Nutt fc6a4ed50a Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree). 2014-09-04 15:54:51 -06:00