blob: 2fc791ac057e0b73997dc54f3b7a1e3b8f1d9a8a [file] [log] [blame]
kthacker85477532006-04-17 14:39:05 +00001What I did to make contiki for CPC:
2
31. I took the contiki sources and made it compile with gcc on linux.
42. Next I made it compile with sdcc
53. Next I added cpc version of some files.
64. Then I prayed.
7
8About contiki:
9
10contiki is both the initial program to run to start the operating system
11AND contains a library of functions to use by the other programs.
12
13Compile contiki executable to generate the executable and to generate a
14list of symbols.
15
16These symbols are used to compile the other programs. When they are run
17they will automatically call the appropiate functions.
18
19This is not as good as referencing a fixed location jumptable, because
20each utility has to be recompiled if the contiki executable is recompiled
21:(
22