| Next Page > | |
Welcome to the BlackDog Software Development Kit. The SDK consists of two primary sections:
To navigate the SDK, click the Developer's Guide or Third-Party Documentation links at the left to display the Table of Contents. You can also search any part of this SDK by selecting the scope of your search using the Search Another Area link and entering search terms.
This developer's guide consists of eight sections:
The SDK includes a number of third party tools to aid in development. This document includes copies of the documentation for the major tools and libraries so that you have the information at your fingertips. Including the third party documents in the SDK also allows you to perform searches over these documents.
This table provides descriptions of libraries that support core system functionality.
Tool |
Description |
|---|---|
Glibc, also known as libc6, is the GNU project's Standard C library. |
|
Documentation for programming for the Linux kernel. |
|
| PAM | Documentation for Linux PAM. |
| Debian | Debian New Maintainer's Guide and dh_make documentation. |
| crypto | The OpenSSL cryptographic library documentation. |
This table describes third party tools that support basic development in the SDK.
Tool |
Description |
|---|---|
The GNU Binutils is a collection of programming tools developed by the Free Software Foundation for the manipulation of object code in various object file formats. They are typically used in conjunction with GCC, make and GDB. |
|
The GNU Compiler Collection (usually shortened to GCC) is a set of programming language compilers produced by the GNU Project. It is free software distributed by the Free Software Foundation (FSF) under the GNU GPL, and is a key component of the GNU toolchain. It is the standard compiler for the open source Unix-like operating systems, and certain proprietary operating systems derived thereof such as Mac OS. |
|
| GDB | The GNU Debugger, usually called just GDB, is the standard debugger for the GNU software system. It is a portable debugger which runs on many Unix-like systems and works for many programming languages, including C, C++, and FORTRAN. Originally written by Richard Stallman in 1988, GDB is free software released under the GNU General Public License. |
| GNU Profiler | Gprof is a GNU project tool that helps you increase program efficiency by allowing you to see which parts of a program are taking most of the execution time. |
| QEMU | QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. |
This table describes third party tools and libraries that provide common functionality.
Tool |
Description |
|---|---|
Boost.org provides free peer-reviewed portable C++ source libraries. The SDK includes the program options, threads, and regular expression libraries. |
|
Information about busybox, the utility that provides many of the UNIX utilities on the BlackDog device. |
|
| GTK+ | Initially created for the graphics program the GIMP, the GIMP Toolkit — abbreviated as GTK+ — is one of the two most popular widget toolkits for the X Window System, intended for creating graphical user interfaces.GTK+ and Qt have supplanted Motif, previously the most widely-used X widget toolkit. |
| gtkmm | gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widgets. |
| libsigc++ | libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. |
| libstdc++ | The standard C++ library, needed for dynamically linked C++ programs. |
| make | Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. |
| OpenSSL | OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. Wrappers allowing the use of the OpenSSL library in a variety of computer languages are available. |
| X | The X Window System (commonly X11 or X) is a windowing system for bitmap displays. It is the standard graphical interface on Unix, Unix-like operating systems and OpenVMS, and is available for most other modern operating systems. |
| zlib | zlib is an open-source, cross-platform, general-purpose data compression library implementing the DEFLATE compression algorithm. |
| 2005-10-29 | Next Page > |
Copyright © Realm Systems, Inc. 2003-2005.
All rights reserved. |