Log in

View Full Version : Duplicate symbol main


linuxboy
10-01-2011, 11:23
Hi,
Yesterday I got the cRIO up and working and flashed and whatnot and decided I should test using my own code so I loaded up WindRiver's example hello world program but when I ran it netconsole kept complaining about duplicate symbol main or something. Does anyone know why this is happening and/or has a way to run a hello world program on it?

Thanks,
Oliver

BradAMiller
10-01-2011, 15:13
Be sure that you create the robot program using one of the Downloadable Kernel Module sample programs. The only ones that work have names that start with "FRC", the others are designed to run on other platforms (not the cRIO).

Brad

linuxboy
18-01-2011, 22:09
thanks!! that fixed it.

Oliver