Opened 14 years ago

Closed 14 years ago

#49 closed defect (fixed)

IssMemChecker no matching function

Reported by: silicomp <jrouland@…> Owned by: developers
Priority: minor Component: iss
Keywords: Cc:

Description

I have tried to use the issMemChecker with caba-vgmn-multi_timer-mipsel I have include the header file and change the platform_desc but i have this error.

/home/jrouland/soclib/soclib/soclib/iss/iss_memchecker/src/iss_memchecker.cpp:989: error: no matching function for call to ‘soclib::common::IssMemchecker<soclib::common::IssIss2<soclib::common::IssSimhelper<soclib::common::MipsElIss> > >::debugExceptionBypassed(soclib::common::Iss2::ExceptionClass&)’

Attachments (2)

top.cpp (9.7 KB) - added by silicomp <jrouland@…> 14 years ago.
platform_desc (573 bytes) - added by silicomp <jrouland@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by silicomp <jrouland@…>

Attachment: top.cpp added

Changed 14 years ago by silicomp <jrouland@…>

Attachment: platform_desc added

comment:1 Changed 14 years ago by Joel Porquet

Component: IP-Coresiss
Priority: majorminor
Resolution: fixed
Status: newclosed
  1. Please give the entire error log when you report an error/bug. Most often, if we have all the necessary information, we can help you without reproducing the bug...
  2. Mips Iss is deprecated: in my compilation, it is signaled 16 times in red. Making experiments with deprecated modules is generally not advised and useless.
  3. According to the documentation, iss_memchecker is not a standalone module, it has to be driven by software (eg MutekH). So I'm not sure it make sense to use it with the timer_mipsel platform.

Anyway, I have committed fixes that allow this platform to be compiled with iss_memchecker, so it should work now.

Note: See TracTickets for help on using tickets.