[cc65-devel] cannot compile testcode/lib/joy-test.c for NES
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Christian G. <ch...@gr...> - 2014-05-09 19:47:20
|
Hi, I'm getting this: blitz:~/atari800/cc65/testcode/lib$ cl65 -t nes -o /tmp/joynes joy-test.c Unresolved external `__sys_oserrlist' referenced in: common/stroserr.s(27) common/stroserr.s(29) Unresolved external `_co65_joy' referenced in: joy-test.s(72) joy-test.s(73) Unresolved external `doneirq' referenced in: runtime/callirq.s(41) Unresolved external `initirq' referenced in: runtime/callirq.s(40) ld65: Error: 4 unresolved external(s) found - cannot create output file blitz:~/atari800/cc65/testcode/lib$ I assume it is (was) expected to work, since it has a '#ifdef __NES__' inside. regards, chris |