achan1989 / ghidra-65816

WDC 65816 processor module for Ghidra
MIT License
22 stars 3 forks source link

Ghidra 9.1.2: Unknown prototype attribute: type #9

Open lab313ru opened 4 years ago

lab313ru commented 4 years ago

Decompiler: Unable to initialize the DecompilerInterface: Could not register program: Low-level Error: Unknown prototype attribute: type

n1tesh4dez commented 7 months ago

I removed the type="unknown" attribute in the <prototype> tag of the data/languages/65816.cspec file and it worked for me. I use Ghidra 11.0.1 but guess this will work for you too. Btw this attribute is also not existing in the already in Ghidra included 6502.cspec file for the NES processor so it might just be not necessary at all.