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 agoYou are missing more system headers.
Probably string.h and sys/time.h It is also worth always using the unix '/' in directory paths, rather than the microsoft '\'. The former is valid in almost all microsoft tools.