First Last

Results 4 comments of First Last

After using the latest release of dtk, there is a new set of errors visible in the uploaded log. [err.log](https://github.com/user-attachments/files/16275067/err.log)

FYI, any copy of `objdump` is able to have its output configured for clean asm output, like such: ![image](https://github.com/user-attachments/assets/f3cd150d-7c83-462f-b257-f4cb6cc686bd) (using `objdump --disassemble=add_assembler_option -M i386,att /usr/local/sce/ee/gcc/bin/ee-gcc` in this case)

This is an issue with the upstream demangler crate `msvc-demangler`, and should be filed there.

Adding onto this, `start.sh` uses an incorrect LD_PRELOAD that makes it not work. Using the following exports in place of the erroneous line makes the script not error out, but...