<HTML><body>Help,<BR>
Getting "undefined reference to 'main' line 0, external location:/home/darb/development/icecube/powerpc-rtems4.11/icecube/lib/librtemscpu.a(dummy.o)<BR>
<BR>
/*<BR>
 *  Simple test program -- simplified version of sample test hello.<BR>
 */<BR>
<BR>
#include <bsp.h><BR>
#include <stdlib.h><BR>
#include <stdio.h><BR>
<BR>
rtems_task Init(<BR>
  rtems_task_argument ignored<BR>
)<BR>
{<BR>
  printf( "\n\n*** HELLO WORLD TEST ***\n" );<BR>
  printf( "Hello World\n" );<BR>
  printf( "*** END OF HELLO WORLD TEST ***\n" );<BR>
  exit( 0 );<BR>
}<BR>
<BR>
/* configuration information */<BR>
<BR>
/* NOTICE: the clock driver is explicitly disabled */<BR>
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER<BR>
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER<BR>
<BR>
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE<BR>
#define CONFIGURE_MAXIMUM_TASKS 1<BR>
<BR>
#define CONFIGURE_INIT<BR>
#include <rtems/confdefs.h><BR>
/* end of file */<BR>
<br><br><span style="font-family:Arial; Font-size:10.0pt"> <hr width="100%"> This email has been scanned for email related threats and delivered safely by Mimecast.<br> For more information please visit <a href="http://www.mimecast.com">http://www.mimecast.com</a> <hr width="100%"> </span></body></HTML>