Documentation/Maemo 5 Developer Guide/Kernel and Debugging Guide/Introduction

(Placeholder page created)
(categorise)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
-
Placeholder for Introduction chapter listing used examples inb this chapter
+
= Introduction =
-
Copy paste from still unreviewd version...
 
The following code examples are used in this chapter:
The following code examples are used in this chapter:
-
    * gdb_example
+
* [https://vcs.maemo.org/svn/maemoexamples/tags/maemo_5.0/gdb_example/ gdb_example]
-
    * MaemoPad
+
* [https://vcs.maemo.org/svn/maemoexamples/tags/maemo_5.0/maemopad MaemoPad]
-
    * valgrind_example
+
* [https://vcs.maemo.org/svn/maemoexamples/tags/maemo_5.0/valgrind_example valgrind_example]
-
    * hello-world-app
+
* [https://vcs.maemo.org/svn/maemoexamples/tags/maemo_5.0/hello-world-app hello-world-app]
 +
* [https://vcs.maemo.org/svn/maemoexamples/tags/maemo_5.0/hello-module/ hello-module]
 +
 
 +
This chapter documents two different topics: debugging Maemo applications and building the Maemo kernel.
 +
 
 +
== [[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide|Maemo Debugging Guide]] ==
 +
 
 +
Debugging tools are useful for finding and fixing errors in programs, such as segfaults or memory leaks. Mainly gdb and valgrind are discussed. Some further tools can be found at [[Documentation/devtools/maemo5]].
 +
 
 +
== [[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Kernel_Guide|Maemo Kernel Guide]] ==
 +
Compiling the kernel is not as difficult as it might sound. This section gives step-by-step instructions on configuring, compiling, and installing a custom Maemo kernel. It also gives an example on building a self-made kernel module.
 +
 
 +
[[Category:Development]]
 +
[[Category:Documentation]]
 +
[[Category:Fremantle]]

Latest revision as of 12:46, 12 February 2010

[edit] Introduction

The following code examples are used in this chapter:

This chapter documents two different topics: debugging Maemo applications and building the Maemo kernel.

[edit] Maemo Debugging Guide

Debugging tools are useful for finding and fixing errors in programs, such as segfaults or memory leaks. Mainly gdb and valgrind are discussed. Some further tools can be found at Documentation/devtools/maemo5.

[edit] Maemo Kernel Guide

Compiling the kernel is not as difficult as it might sound. This section gives step-by-step instructions on configuring, compiling, and installing a custom Maemo kernel. It also gives an example on building a self-made kernel module.