<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
I'm trying to compile an RTEMS application with two source file: a
init.c and a task.c. I also have a system.h as indicated in RTEMS
examples. If I use <b>#include "system.h"</b> in all two C files,
when I compile the application, a lot of errors appear, all of
type: <b>multiple definition of `rtems_libio_init_helper'</b>, ...<br>
All rtems examples are done in this way... how can I solve it?
Thanks a lot!<br>
<br>
Luca<br>
<br>
PS: If I compile the application whit a unique file it perfectly
works...<br>
</body>
</html>