prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

Linker Error #246

Closed leissler closed 1 year ago

leissler commented 1 year ago

I downloaded an Amiga Demo with sources from here: http://coppershade.org/asmskool/SOURCES/Developing-Demo-Effects/DDE3/Sine/

All four .s files are assembled and a .o file is produced. However, I always get a "Linker error: Error 21: PhotonsMiniWrapper1.04!.o (CODE+0x4c): Reference to undefined symbol Demo."

What am I doing wrong with the linker?

leissler commented 1 year ago

Ok, this was stupid. I just forgot an INCDIR directive.