jayacotton / inettools-z80

Inet tools for z80-rc2014 tcp/ip stack code.
MIT License
17 stars 2 forks source link

Build Issue : undefined symbol: _heap #32

Open dennowiggle opened 8 months ago

dennowiggle commented 8 months ago

I get the following error when trying to build with the latest z88dk. This is the error for "make ifconfig"

zcc  +cpm -create-app -pragma-include:zpragma.inc -DAMALLOC2 -oifconfig -Wunused addrprint.o w5500.o dhcp.o spi.o socket.o ethernet.o dns.o libhost.o libinet.o
alloc/malloc-classic/calloc_callee.asm:27: error: undefined symbol: _heap
  ^---- _heap
alloc/malloc-classic/free.asm:25: error: undefined symbol: _heap
  ^---- _heap
make: *** [Makefile:56: ifconfig] Error 1

Any suggestions on how to address this.