z88dk-lib saying library not found.

Post Reply
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

z88dk-lib saying library not found.

Post by tschak909 »

I've put together a quick binding for EOS, and I wanted to test it, but this happens:

Code: Select all

thomc@TMA-2:/mnt/c/Users/thomc/Workspace/eoslib$ z88dk-z80asm -xeos build/src/*.o
thomc@TMA-2:/mnt/c/Users/thomc/Workspace/eoslib$ ls -l
total 37
-rwxrwxrwx 1 thomc thomc   624 Aug  6 19:10 Makefile
-rwxrwxrwx 1 thomc thomc   602 Aug  6 19:09 Makefile~
drwxrwxrwx 1 thomc thomc   512 Aug  6 19:11 build
-rwxrwxrwx 1 thomc thomc 32668 Aug  6 19:20 eos.lib
drwxrwxrwx 1 thomc thomc   512 Aug  6 18:57 src
thomc@TMA-2:/mnt/c/Users/thomc/Workspace/eoslib$ z88dk-lib +coleco eos.lib

Z88DK-LIB v18510-46dd225ec-20210731
Third Party Library Installer

Target: coleco

Library name: eos
..not found
wtf?

-Thom
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Re: z88dk-lib saying library not found.

Post by dom »

I think z88dk-lib is looking for files in specific paths, eg I think the header has to be sourced from eos/coleco/classic/eos.h etc.

There's not much need for the tool for classic - you can just add extra -I, -L search paths.
Post Reply