Cross-compiling NDN projects for Raspberry Pi » History » Version 5
Wentao Shang, 03/06/2014 10:30 AM
1 | 1 | Wentao Shang | Cross-compiling NDN projects for Raspberry Pi |
---|---|---|---|
2 | ============================================= |
||
3 | |||
4 | 2 | Wentao Shang | 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](http://www.amazon.com/Linkers-Kaufmann-Software-Engineering-Programming/dp/1558604960/ref=sr_1_1?ie=UTF8&qid=1394130356&sr=8-1&keywords=linker+and+loader) |
5 | 3 | Wentao Shang | |
6 | 4 | Wentao Shang | Basic Steps |
7 | ----------- |
||
8 | 3 | Wentao Shang | |
9 | 5 | Wentao Shang | We first introduce the high level steps of cross-compiling. |