Vision Demo Project brdkViBase Library

Hello ,

When I move the library written in C language in the Vision demo brdk project to another project, it gives the following errors in the image. I tried some methods but it didn’t fixed.

Lib. name: brdkViBase

I get these errors when I compile the project.


Thank you, Halil.

What GCC version are you using? I think I had to set it to V6.x.x to clear some errors.

1 Like

It seems that something has adapted the files including the normally hidden ByteOrderMarker.
The solution is to remove these characters from the files and save the files.

1 Like

I upgraded the gcc version from 4.1.2 to 6.3.0 and it worked. Thank you.