<html><head></head><body>How are you compiling this?<br>
<br>
Is this with the git head?<br>
<br>
--joel<br><br><div class="gmail_quote">On October 11, 2014 12:36:45 PM CDT, Brad Andrews <bandrews@activepower.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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>



</blockquote></div></body></html>