Forum Discussion
CaptainPrice15
New Contributor
2 years agoProblems with the chrono library in NIOS II
Even though the includes in the bsp has the chrono library and #include<chrono> doesn't throw any error, when the library is used, there is always an error For Example, when I use "std::chrono::hig...
- 1 year ago
Hi CaptainPrice15,
The screenshot is just to show the application is able to run with the chrono library.
Try to compile/build all even when you see the errors while editing the code.
Thanks.
Regards,
Aik Eu
aikeu
Regular Contributor
1 year agoHi CaptainPrice15,
The screenshot is just to show the application is able to run with the chrono library.
Try to compile/build all even when you see the errors while editing the code.
Thanks.
Regards,
Aik Eu
CaptainPrice15
New Contributor
1 year agoHi @aikeu ,
Thanks for the quick reply. I did try that. But as said before, the code doesn't build and the compiler throws the above mentioned errors.