Hi,

i tried to compile the binutils with mingw32-msys, but I get the
following error message:

msp430-dis.c:35: parse error before `u_short'
msp430-dis.c:36: parse error before `u_short'
msp430-dis.c:37: parse error before `u_short'
msp430-dis.c:38: parse error before `u_short'
msp430-dis.c: In function `print_insn_msp430':
msp430-dis.c:68: `u_short' undeclared (first use in this function)
msp430-dis.c:68: (Each undeclared identifier is reported only once
msp430-dis.c:68: for each function it appears in.)
msp430-dis.c:68: parse error before `insn'
msp430-dis.c:74: `insn' undeclared (first use in this function)
msp430-dis.c: In function `msp430_nooperands':
msp430-dis.c:163: parse error before `u_short'
.
.
.
etc.

The lines in msp430-dis.c:
35: int msp430_nooperands PARAMS ((struct msp430_opcode_s *, bfd_vma, u_short, 
char *, int *));
36: int msp430_singleoperand   PARAMS ((disassemble_info *, struct 
msp430_opcode_s *, bfd_vma, u_short, char *,char *, int *));
37: int msp430_doubleoperand PARAMS ((disassemble_info *, struct 
msp430_opcode_s *, bfd_vma, u_short, char *, char *, char *, char *, int *));
38: int msp430_branchinstr PARAMS ((disassemble_info *, struct msp430_opcode_s 
*, bfd_vma, u_short, char *, char *, int *));


Any hints?

Thanks
   Andreas


Reply via email to