vscode-amiga-wks-example
vscode-amiga-wks-example copied to clipboard
sys:gencop: objectnotfound
hello , i am getting this error
is it out putting as d:\vscode-amiga-wks-example-windows_x64_6\uae\dh0\myprogram , somethings wrong somewhere buddy.
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.
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.