I'm trying to install opencv on Intel Edison's linux os. I followed http://makezine.com/projects/make-43/photographic-memory/ in order to install it via opkg. However I get the following error, when run
opkg update
:
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
* parse_from_stream_nomalloc: Missing new line character at end of file!
* parse_from_stream_nomalloc: Missing new line character at end of file!
* parse_from_stream_nomalloc: Missing new line character at end of file!
Apparently due to this error, it cannot install any package. I looked thoroughly to find a solution but none of them worked. I appreciate your help.