This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Compile error (Arm evaluator)


>>>>> "Fabrice" == Fabrice Gautier <Fabrice_Gautier@sdesigns.com> writes:

>> -----Original Message----- From: Ravi Kumar B S
>> [mailto:ravikbs@mindtree.com] Subject: RE: [ECOS] Compile error
>> (Arm evaluator)
>> 
>> yes even i faced the same problem. if you see the Macro definition,
>> you will see that only p1 and p2 are used. so it wont harm if you
>> put some dummy arguments in the macro call.
>> 
>> Definition: #define CYGACC_CALL_VV2(t,e,p1,p2)
>> __call_vv_##e((p1),(p2))

Fabrice> In this definition it seems that e is used too.

Fabrice> So It would need at least 3 args...

You want to replace with CYGACC_CALL_VV0, I think.

Jesper


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