summaryrefslogtreecommitdiff
path: root/apps/import
Commit message (Collapse)AuthorAgeFilesLines
* ELF build reuires -fno-common in CFLAGSGregory Nutt2014-09-081-2/+5
|
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-071-1/+1
|
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-061-4/+4
|
* For the kernel build, there is no reason for ELF flags to be differentGregory Nutt2014-09-061-2/+2
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+2
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Add ELF linker script for import buildGregory Nutt2014-09-051-0/+129
|
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-0/+16
|
* Add libgcc to the set of libraries to link againstGregory Nutt2014-09-051-0/+9
|
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-051-0/+15
|
* apps/import Make.defs must also define CFLAGSGregory Nutt2014-09-051-1/+22
|
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus ↵Gregory Nutt2014-09-051-4/+73
| | | | trivial related changes
* Flesh out apps/import/Make.defs a littleGregory Nutt2014-09-052-20/+47
|
* Add an apps/import Make.defs file. Not much there yet, but it will be ↵Gregory Nutt2014-09-052-0/+38
| | | | needed for 'make import'
* Add the .config file to the export packageGregory Nutt2014-09-051-0/+9
|
* Add tmp/ directory to .gitignoreGregory Nutt2014-09-041-0/+1
|
* Add .gitignore fileGregory Nutt2014-09-041-0/+6
|
* Beginning of logic that will, hopefully, all me to build applications ↵Gregory Nutt2014-09-041-0/+68
against a NuttX export package (vs. the nuttx/ source tree).