summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved binfmt debug outputGregory Nutt2014-09-073-20/+37
|
* Correct size comparison (pages vs. sections)Gregory Nutt2014-09-071-1/+4
|
* Refresh configurationGregory Nutt2014-09-071-11/+6
|
* Fix typo in ELF variable name (only see it when C++ support is enabled)Gregory Nutt2014-09-071-3/+3
|
* Update ChangeLogsGregory Nutt2014-09-072-1/+10
|
* Fix some conditional compilation in kernel build mode. And, while we are ↵Gregory Nutt2014-09-073-11/+14
| | | | touching this logic, make g_default_pthread_attr const.
* Several commands must be disabled in the kernel build because they depend on ↵Gregory Nutt2014-09-072-3/+27
| | | | interfaces that are not available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and ps.
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-072-2/+2
|
* Update ChangeLogGregory Nutt2014-09-071-0/+3
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-0721-266/+315
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-18/+19
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-072-11/+12
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-0767-719/+832
| | | | 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-0785-0/+85
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-0785-0/+85
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-0785-85/+85
| | | | command
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0785-85/+85
|
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0785-0/+340
|
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0786-87/+107
|
* Fix apps/examples/hello/MakefileGregory Nutt2014-09-071-4/+11
|
* SAMA5D4-EK kernel configurations needs support for task termination clean-upGregory Nutt2014-09-062-4/+10
|
* apps/bin should be removed on cleanGregory Nutt2014-09-061-0/+1
|
* Customize the program name in the generic setup that was added to each ↵Gregory Nutt2014-09-0686-86/+86
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-0686-0/+774
| | | | will need customization
* Fix all install targetsGregory Nutt2014-09-0688-346/+346
|
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-064-34/+49
|
* Fix program name configuration variable used in the MakefileGregory Nutt2014-09-061-2/+2
|
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-067-18/+45
|
* Oops wrong elseGregory Nutt2014-09-0688-89/+89
|
* Add missing else from last big changeGregory Nutt2014-09-0688-0/+88
|
* Update ChangeLogGregory Nutt2014-09-061-3/+4
|
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ↵Gregory Nutt2014-09-0688-0/+792
| | | | a main()
* For the kernel build, there is no reason for ELF flags to be differentGregory Nutt2014-09-061-2/+2
|
* Only one install target per MakefileGregory Nutt2014-09-0664-260/+128
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-0694-94/+94
|
* Update ChangeLogGregory Nutt2014-09-061-0/+2
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-0694-0/+392
|
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-0625-34/+10
|
* Add support for an installation directory:Gregory Nutt2014-09-062-5/+13
|
* Update ChangleLogGregory Nutt2014-09-061-0/+3
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-06151-49/+437
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Update ChangeLogsGregory Nutt2014-09-062-1/+7
|
* SAMA5D4-EK kernel configuration now builds NSH instead of examples/elfGregory Nutt2014-09-062-12/+135
|
* 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-0511-35/+50
|
* 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-0510-79/+76
|
* Update ChangelogsGregory Nutt2014-09-052-0/+3
|
* apps/import Make.defs must also define CFLAGSGregory Nutt2014-09-051-1/+22
|
* Kernel build export package also needs to include WINTOOL settingGregory Nutt2014-09-052-0/+2
|