| < Previous PageNext Page > | |
The BlackDog SDK uses the GCC (GNU Compiler Collection) to compile C++ code. See the GCC Manual or go to http://gcc.gnu.org/ for detailed information.
The BlackDog SDK (and the BlackDog device) includes BusyBox that combines tiny versions of many common UNIX utilities into a single small executable. The utilities in Busybox provide replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. Therefore, if you have Makefiles and applications that call command line utilities and options, you should verify that they use only commands and options available for BusyBox. See the Busybox Manual for more information (visit http://www.busybox.net/ for the most recent information).
| < Previous PageNext Page > | |
Copyright © Realm Systems, Inc. 2003-2005.
All rights reserved. |