From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

C Support for NI myRIO 1.0 -> Symbol ... could not be resolved

Solved!
Go to solution

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

 

 

0 Kudos
Message 1 of 2
(5,695 Views)
Solution
Accepted by topic author mwld

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

0 Kudos
Message 2 of 2
(5,681 Views)