Skip to content

'none.lib' not found #1

Description

@chriscamacho

followed the instructions as per readme.md

everything seems to be working, but...

$ make
Building project...
mkdir -p bin
mkdir -p lst
mkdir -p map
cl65 --static-locals -t none -C src/includes/neo6502.cfg -O --cpu 65c02 -l lst/helloworld.lst -m map/helloworld.map -o bin/helloworld.bin src/main.asm src/includes/neo6502.lib
ld65: Error: Input file 'none.lib' not found
make: *** [Makefile:20: all] Error 1

the c project compile ok

$ make
Building project...
mkdir -p bin
mos-neo6502-clang -Os -o bin/helloworld.neo src/main.c
rm bin/helloworld.neo.elf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions