Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:libmaple [2015/03/18 15:53] – [libmaple] darron | tools:libmaple [2015/03/22 21:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
The help function of the make file gives us some clues about how to create our own projects with it. | The help function of the make file gives us some clues about how to create our own projects with it. | ||
< | < | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
Basic usage (BOARD defaults to maple): | Basic usage (BOARD defaults to maple): | ||
Line 52: | Line 52: | ||
This function didn't list the boards correctly for me, so this is a sanitised listing. | This function didn't list the boards correctly for me, so this is a sanitised listing. | ||
< | < | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
cm900 | cm900 | ||
| | ||
Line 70: | Line 70: | ||
< | < | ||
cp examples/ | cp examples/ | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
</ | </ | ||