Moxie Sim build error
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
After getting dtc, now the build fails here:
../../binutils-gdb/gdb/moxie-tdep.c: In function ‘moxie_skip_prologue’:
../../binutils-gdb/gdb/moxie-tdep.c:244:8: error: incompatible types when assigning to type ‘struct symbol *’ from type ‘struct block_symbol’
sym = lookup_symbol (func_name, NULL, VAR_DOMAIN, NULL);
Any suggestions?
--joel