First Last
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:  (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...