summaryrefslogtreecommitdiffstats
path: root/doc/daily_work.rst
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-03 00:03:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit08b6b88f7f98ac0e4b0121d13f91686a72980385 (patch)
treeceba3c4204cfc2237ecfee71a1b20a55f61a29a6 /doc/daily_work.rst
parent1a5f382875b668a1f09cbf5e6d37ef6c713dfc57 (diff)
downloadptxdist-08b6b88f7f98ac0e4b0121d13f91686a72980385.tar.gz
ptxdist-08b6b88f7f98ac0e4b0121d13f91686a72980385.tar.xz
doc: several fixes for dev manual
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc/daily_work.rst')
-rw-r--r--doc/daily_work.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/daily_work.rst b/doc/daily_work.rst
index fbea7a144..6e81791b6 100644
--- a/doc/daily_work.rst
+++ b/doc/daily_work.rst
@@ -316,13 +316,13 @@ Now we can step through our application by using the commands *step*,
*next*, *stepi*, *nexti*, *until* and so on.
.. note:: It might be impossible for GDB to find debug symbols for
-components like the main C runtime library. In this case they where
-stripped while building the toolchain. There is a switch in the
-OSELAS.Toolchain menu to keep the debug symbols also for the C runtime
-library. But be warned: This will enlarge the OSELAS.Toolchain
-installation on your harddisk! When the toolchain was built with the
-debug symbols kept, it will be also possible for GDB to debug C library
-functions our application calls (so it might worth the disk space).
+ components like the main C runtime library. In this case they where
+ stripped while building the toolchain. There is a switch in the
+ OSELAS.Toolchain menu to keep the debug symbols also for the C runtime
+ library. But be warned: This will enlarge the OSELAS.Toolchain
+ installation on your harddisk! When the toolchain was built with the
+ debug symbols kept, it will be also possible for GDB to debug C library
+ functions our application calls (so it might worth the disk space).
Migration between Releases
--------------------------
@@ -802,6 +802,8 @@ all projects, this step will simply copy the source archives from the
shared source archive directory. Otherwise PTXdist will start to
download them from the world wide web.
+.. _adding_src_autoconf_lib:
+
Creating a new Autotools Based Library
--------------------------------------