This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: opcodes porting prolem


On May 31, 2010, at 3:33 PM, zhangle wrote:

> 
> I am doing opcodes porting to a new target and when I compile the source
> directory it comes out this error.
> I am sure I have added all dependencies to the relating files
> The following is my error log.
> Can any of you tell me where I am doing wrong?

Looks pretty obvious:
> 
> arca-opc.c:94: error: `ARCA_OPERAND_F_SIMM21' undeclared here (not in a
> function)

This macro is not defined.  Many of the following errors will disappear once this one is fixed.

Tristan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]