06-17-2014 10:41 AM
Hello,
I try to work with the sample projects in C for the myRIO Hardware.
I have installed all stuff, but the compiler can't find the symbols like
DIOB_70OUT, DIOB_70DIR and all other register defines.
In which file are the symboles defined? I can't find any h-file with used defines.
Thank you for any help,
Markus
Solved! Go to Solution.
06-18-2014 05:30 AM
Hello,
here is our solution for the problem with unknown symbols. The symbols are defined in MyRio1900.h and in MyRio1950.h. The Eclipse IDE has an problem with the multiple defines of the symbols. Our system is a myRio 1900 so we delete the MyRio1950.h and the NiFpga_MyRio1950Fpga10.h files. After that, all defines were detected and Eclipse could compile the projects without errors.
Thanks
Markus