MISRA Discussion Forums
New discussion topic - Exemplar Suite - Printable Version

+- MISRA Discussion Forums (https://forum.misra.org.uk)
+-- Forum: MISRA C (https://forum.misra.org.uk/forumdisplay.php?fid=4)
+--- Forum: MISRA-C:2004 Exemplar Suite (https://forum.misra.org.uk/forumdisplay.php?fid=116)
+--- Thread: New discussion topic - Exemplar Suite (/showthread.php?tid=388)



New discussion topic - Exemplar Suite - david ward - 26-07-2007

This topic is for questions and discussions related to the Exemplar Suite. For questions or discussions relating to the Rules which arise from using the Exemplar Suite, please post these in the appropriate Rule topic.


Re: New discussion topic - Exemplar Suite - Mohammad - 20-02-2011

Hi,

I am trying to run the Exemplar Suite using eclipse, but I have an problem with "extern" functions in "mc2_header.h" file.

How can I run Exemplar Suite using Eclipse?

Thanks,
Mohammad


Re: New discussion topic - Exemplar Suite - misra-c - 23-02-2011

The Exemplar Suite is not intended to produce an executable program or programs. It is intentional that some of the files do not compile. Source code is not provided for all of the functions declared in mc2_header.h because the suite is not intended to link to a complete executable.

The suite contains files that provide examples of code that are / are not compliant to the related MISRA C rule.

MISRA does not endorse or provide advice on specific tools so is unable to comment on any problems that might be related to the Eclipse IDE.


Re: New discussion topic - Exemplar Suite - Mohammad - 03-03-2011

I used them to produce some programs and they works fine now.

Thanks for help.