Risto97/ad9850_rpi

error with the "sudo make install" command

Opened this issue · 5 comments

By following the instructions in the README file, I get this error (seen screenshot).
2020-07-06-105216_1920x1080_redimpng

Thanks, can you do "git pull" and try "make" then "sudo make install again"

Thanks for your answer.
Still get an error as you can see.
2020-07-06-113428_1920x1080_redim

Are you on Raspbian?
You are missing libconfig library.
Try installing this
sudo apt-get install libconfig++-dev

I was using Archlinux so the package was different.

You also need wiringPi.
Sorry for not including instructions in the Readme, this was just a University project

In my previous post I made a typo don't do "sudo make install again" but "sudo make install"