Project

General

Profile

Actions

Cross-compiling NDN projects for Raspberry Pi » History » Revision 6

« Previous | Revision 6/48 (diff) | Next »
Wentao Shang, 03/06/2014 10:33 AM


Cross-compiling NDN projects for Raspberry Pi

Note: before reading this document, you should already be familiar with the basic concepts of compiling and linking (especially the linking part). If not, you may be interested in reading this great book: Linkers and Loaders

Basic Steps

We first introduce the high level steps of cross-compiling. Remember to compile a C/C++ project, we need the source code for the project, the header files for the included libraries, the binary objects of the libraries, and the compiler tools (gcc, as, ld, etc.). The last three things together is referred to as a building environment.

Updated by Wentao Shang about 10 years ago · 6 revisions