Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

Binary not found

Thanks!! It was able to build and produce a binary, but there's still alot of semantic errors?

 

Description	Resource	Path	Location	Type
Symbol 'DIOB_70DIR' could not be resolved	main.c	/myRIO Example - DIO	line 69	Semantic Error
Symbol 'DIOB_70OUT' could not be resolved	main.c	/myRIO Example - DIO	line 70	Semantic Error
Symbol 'DIOB_70IN' could not be resolved	main.c	/myRIO Example - DIO	line 71	Semantic Error
Type 'uint8_t' could not be resolved	DIO.c	/myRIO Example - DIO	line 162	Semantic Error
Symbol 'DIOA_70IN' could not be resolved	main.c	/myRIO Example - DIO	line 61	Semantic Error
Type 'uint8_t' could not be resolved	DIO.c	/myRIO Example - DIO	line 161	Semantic Error
Symbol 'DIOA_70DIR' could not be resolved	main.c	/myRIO Example - DIO	line 64	Semantic Error
Type 'uint8_t' could not be resolved	DIO.c	/myRIO Example - DIO	line 160	Semantic Error
Symbol 'DIOA_70OUT' could not be resolved	main.c	/myRIO Example - DIO	line 65	Semantic Error
Type 'uint8_t' could not be resolved	DIO.c	/myRIO Example - DIO	line 59	Semantic Error
Symbol 'DIOA_70IN' could not be resolved	main.c	/myRIO Example - DIO	line 66	Semantic Error
Type 'uint8_t' could not be resolved	DIO.c	/myRIO Example - DIO	line 58	Semantic Error
Type 'time_t' could not be resolved	main.c	/myRIO Example - DIO	line 50	Semantic Error
Type 'time_t' could not be resolved	main.c	/myRIO Example - DIO	line 51	Semantic Error
Symbol 'DIOA_70DIR' could not be resolved	main.c	/myRIO Example - DIO	line 59	Semantic Error
Symbol 'DIOA_70OUT' could not be resolved	main.c	/myRIO Example - DIO	line 60	Semantic Error
Type 'uint32_t' could not be resolved	DIO.h	/myRIO Example - DIO	line 25	Semantic Error
Type 'uint32_t' could not be resolved	DIO.h	/myRIO Example - DIO	line 26	Semantic Error
Type 'uint8_t' could not be resolved	DIO.h	/myRIO Example - DIO	line 27	Semantic Error
Type 'uint32_t' could not be resolved	DIO.h	/myRIO Example - DIO	line 24	Semantic Error

 

0 Kudos
Message 11 of 13
(3,317 Views)

[DELETED]

0 Kudos
Message 12 of 13
(3,317 Views)

Hi jeremiahb,

 

It appears that some of the variables as well as data types are not being imported correctly.  Can you assert that you have included all header files required to execute this example?  

 

Also, you mentioned that you were still able to produce a bit file.  Does this file function as expected?  What kind of behavior are you seeing?

 

Nick

Applications Engineer
National Instruments
0 Kudos
Message 13 of 13
(3,303 Views)