Forum Discussion
Altera_Forum
Honored Contributor
14 years agoRebuild OpenCV libraries in NIOS II (8.0)
:confused: Hello I want make a video tracking project on NIOS II. My project can be successfully built in Eclipse(with CDT) after some configuration work( include path, librar...
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.