summaryrefslogtreecommitdiff
path: root/apps/examples/posix_spawn
Commit message (Collapse)AuthorAgeFilesLines
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-1/+2
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Determine the main object name from the main source name in every kernel ↵Gregory Nutt2014-09-071-0/+1
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-071-0/+1
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-071-1/+1
| | | | command
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
|
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
|
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
|
* Customize the program name in the generic setup that was added to each ↵Gregory Nutt2014-09-061-1/+1
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-061-0/+9
| | | | will need customization
* Fix all install targetsGregory Nutt2014-09-061-4/+4
|
* Oops wrong elseGregory Nutt2014-09-061-1/+1
|
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
|
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ↵Gregory Nutt2014-09-061-0/+9
| | | | a main()
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-063-0/+4
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
|
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
|
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-141-1/+1
|
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-2/+2
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-302-0/+2
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-303-9/+6
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-6/+12
| | | | Add some missing .gitignore files
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; ↵Gregory Nutt2013-04-041-8/+4
| | | | fix a few more .gitignore files
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-044-0/+25
|
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-032-2/+2
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need ↵patacongo2013-01-141-14/+0
| | | | | | FAT, BINFS, NXFFS, and NFS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error handling bug in the fread logicpatacongo2013-01-113-15/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
* Various changes while debugging posix_spawnpatacongo2013-01-117-29/+277
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5510 42af7a65-404d-4744-a932-0658087f49c3
* Fix problem with initialization of file actionspatacongo2013-01-101-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5508 42af7a65-404d-4744-a932-0658087f49c3
* Added a test of posix_spawn()patacongo2013-01-108-0/+752
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3