Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe errors are because you are missing quite a few# includes.
I'd start aff of adding (probably)# include <stdint.h> in order to get the fixed sized types (eg uint64_t) defined.The errors are because you are missing quite a few# includes.
I'd start aff of adding (probably)# include <stdint.h> in order to get the fixed sized types (eg uint64_t) defined.