ttninit Code
Brought to you by:
derjoghurt
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2009-03-27 | escor | [r5] revert to a simple ttn start |
| template | 2009-07-13 | derjoghurt | [r14] Added logging |
| tools | 2009-12-30 | derjoghurt | [r19] Workaround for lockup when more than one shared... |
| ttninit | 2009-03-22 | escor | [r1] initial |
| Makefile | 2009-03-23 | escor | [r2] template and cross compile description |
| Readme | 2009-03-23 | escor | [r2] template and cross compile description |
| cross.mak | 2009-07-13 | derjoghurt | [r16] Added logging |
| ttn | 2010-01-26 | escor | [r20] creates symlink /mnt/basedir which points to th... |
To cross compile this project create a file like cross.mak and set compiler vars. CFLAGS = -Wall -O2 LDFLAGS = -s -static CC=/path/to/compiler Now type "make INCLUDE=cross.mak" into the shell and the compiler defined in the cross.mak will be used. To create a release type "make INCLUDE=cross.mak release" and all files can be found in the release folder.