Contiki Port for IIgs (65816)? cont …
Sunday, January 28th, 2007I have started compling the apps and not surprisingly (due to the great job Adam and Oliver did) they have compiled with no or few errors – most involved missing headers that are file system related … once I figure that out I can look at the conio code. I will update this post later with the module names that don’t compile out of the box …..
APPS
- bounce – TEXTFRAME_TALL undeclared
- config – missing unistd
- configedit – includes kfs.h – has fastcall declaration
- editor – missing unistd
- ftp – missing unistd
- http-fsdata – } expected?
- shell – missing unistd
- smtp – type conflict line 363
- ssfire – bad pragma – line 121
- telnetd – error reading telnetd.conf – (not ported to apple yet)
- vnc – line 114 ek.h? } expected (not ported to apple yet)
- vnc-viewer – line 114 ek.h? } expected (not ported to apple yet)
- welcome – line 42 } expected
- wget – missing unistd
CTK
- ctk – line 1269 duplicate case label
- ctk-conio-service – can’t find conio.h
- ctk-conio – can’t find conio.h
- ctk-mouse – can’t find mouse.h
EK
LIB
UIP