Error when building against CPC target

Bug reports (if you don't/won't have a Github account)
Post Reply
mariocki
New member
Posts: 1
Joined: Wed Jan 18, 2017 10:19 pm

Error when building against CPC target

Post by mariocki »

HI,

I get the following error when building against the CPC target.
I'm using z88dk-199B built from source and installed locally on linux.

Code: Select all

z80asm -b -d  -oSayHello.bin -m -s -L.   -L/home/xxx/z88dk/lib/config/../..//lib/clibs -I/home/xxx/z88dk/lib/config/../..//lib -indos -igen_math -icpcfs -icpcrslib -icpc_clib -iz80_crt0    /tmp/tmpXXYuzT4y.asm @/tmp/tmpXX7PPT8b.lst
Error at file '/tmp/tmpXXYuzT4y.asm' line 135: symbol '__interposer_isr__' not defined
1 errors occurred during assembly
Key to filenames:
/tmp/tmpXX4RGzhj.o = SayHello.c
/tmp/tmpXX5gOdbW.o = other.c
Error at file '/tmp/tmpXXYuzT4y.asm' line 135: symbol '__interposer_isr__' not defined
                   ^ ----    ld hl,__interposer_isr__
Makefile:38: recipe for target 'SayHello.cpc' failed
make: *** [SayHello.cpc] Error 1
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

I can reproduce that when I compile with -startup=2/-subtype=noint is that the same in your case?

I've opened an issue at github to track this one.
Post Reply