ethteck / splat

A binary splitting tool to assist with decompilation and modding projects
MIT License
159 stars 42 forks source link

Remove `ld_section_labels` #362

Closed AngheloAlf closed 6 months ago

AngheloAlf commented 6 months ago

ld_section_labels was redundant so lets just remove it.

I also added an error message to the linker script generator in case a section is missing from the section_order. It looks like this

Linker script main:   0%|                                                  | 0/5 [00:00<?, ?it/s]
Error on linker script generation: section '.vutext' not found.
  Make sure the section '.vutext' is listed on 'section_order' of the yaml options.