This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-15 09:23:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
b6c72debcb
nuttx
/
symtab
History
Download ZIP
Download TAR.GZ
Gregory Nutt
1da2f6b685
symtab/Makefile: The OS symbol table should not be generated in the PROTECTED and KERNEL build modes. In those modes, the applications should link with libproxy which will provide symbol-compatible access to OS functions via a call gate.
2019-08-13 09:45:00 -06:00
..
.gitignore
symtab/, tools/: NuttX provides lists of available syscalls and library functions and tools to process them. The lists can be used to build symbol table which allows runtime program loading which can reuse functions already compiled into NuttX system image. List processing, compilation and linking to the final system image has been possible only under manual control until now.
2019-08-13 09:09:43 -06:00
Makefile
symtab/Makefile: The OS symbol table should not be generated in the PROTECTED and KERNEL build modes. In those modes, the applications should link with libproxy which will provide symbol-compatible access to OS functions via a call gate.
2019-08-13 09:45:00 -06:00