Difference between revisions of "Swupdate"

From ElphelWiki
Jump to: navigation, search
(lib.a': No such file or directory)
Line 8: Line 8:
 
solution: sudo apt-get install libssl-dev
 
solution: sudo apt-get install libssl-dev
  
==lib.a': No such file or directory==
+
==lib.a: No such file or directory==
  
?!
+
Didn't run '''oe_runmake env'''. It was failing with an error: '''No rule to make target 'dev'''' - wasn't in the build dir.

Revision as of 18:30, 8 July 2016

Setup

  • Kubuntu 16.04
  • Yocto Poky 2.0 (Jethro)

Issues

fatal error: openssl/evp.h: No such file or directory

solution: sudo apt-get install libssl-dev

lib.a: No such file or directory

Didn't run oe_runmake env. It was failing with an error: No rule to make target 'dev' - wasn't in the build dir.