prb28 / vscode-amiga-assembly

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

Link order cannot be set (Bug partly still present) #262

Closed Real-MJoe closed 10 months ago

Real-MJoe commented 1 year ago

Thanks for fixing the bug. The first part also works correctly. The given data are compiled according to their order in task.json. :) grafik

Unfortunately, the order in the link process is still sorted by the names of the files. The entrypoint is at the first place which is correct, but the startup.o file must be linked before the asset.o file. grafik

Thanks for the efforts

prb28 commented 1 year ago

Sorry about that, I was overconfident with my little unit test. Thanks for the report !

prb28 commented 1 year ago

@Real-MJoe can you please try th 1.8.3 pre-release ?

Real-MJoe commented 1 year ago

Yes... the bug is fixed in this pre-release. Thanks for fixing the problem quickly.