vscode-amiga-wks-example icon indicating copy to clipboard operation
vscode-amiga-wks-example copied to clipboard

sys:gencop: objectnotfound

Open StronSon opened this issue 3 years ago • 3 comments

hello , i am getting this error sys_gencop_objectnotfound

StronSon avatar Jan 26 '22 14:01 StronSon

is it out putting as d:\vscode-amiga-wks-example-windows_x64_6\uae\dh0\myprogram , somethings wrong somewhere buddy.

StronSon avatar Jan 26 '22 14:01 StronSon

this is all you really need to do , I don't see why you've made it so complicated.

vasmm68k_mot -m68000 -Fhunk -linedebug -o gencop.o gencop.s vlink -bamigahunk -Bstatic -o compiledfile gencop.o pause then copy to dh0: and run

or not sure if winuae supports direct files but you could winuae.exe compiledfile

anyway good work , but for now il stick to command line and editing in np++ until you fix it all. thank you for trying to make it easier though , all the best.

StronSon avatar Jan 26 '22 14:01 StronSon

This workspace is intended to be used like this : https://github.com/prb28/vscode-amiga-assembly/wiki/Getting-started#example-workspace Here is a tutorial : https://www.youtube.com/watch?v=x7OH7HIF5NQ&t=7689s Be careful to activate the long paths on windows: https://github.com/prb28/vscode-amiga-assembly/wiki/FAQ#the-emulator-starts-but-it-does-not-boot

Maybe I've a complicated mind ;-) If you are used to do it with a command line, you may not need something more integrated.

prb28 avatar Jan 26 '22 22:01 prb28