You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to compile on Raspbian Stretch using the instructions provided. There is an error, but I cannot capture it because my Pi locks up following the error apparently keeping the disk (SD card) busy. I can only power off and back on the Pi at that point.
I was attempting to build it on the Pi because I could not compile any projects against the apt package either. The compile process would get the SD card busy just like the building of the SDK does and the Pi becomes unresponsive. I'm not sure what I can do to work around this.
Update: I was able to get it to work from the apt-get package on Raspbian Stretch. It appears most likely my SD card was becoming corrupted, so IO intensive work during compilation was causing it to freeze up the system. I made an exact copy to a new SD card and I was able to compile and run the sample! :-)
Looks like the Raspbian version of libcpprest-dev does not correctly install the CMake config file(s), which means that find_package() does not work. I just tested with 2.9.1-1.
Activity
ras0219-msft commentedon Mar 31, 2016
What have you tried?
Zoidborg7 commentedon Oct 10, 2018
I have not been able to compile on Raspbian Stretch using the instructions provided. There is an error, but I cannot capture it because my Pi locks up following the error apparently keeping the disk (SD card) busy. I can only power off and back on the Pi at that point.
I was attempting to build it on the Pi because I could not compile any projects against the apt package either. The compile process would get the SD card busy just like the building of the SDK does and the Pi becomes unresponsive. I'm not sure what I can do to work around this.
Zoidborg7 commentedon Oct 11, 2018
Update: I was able to get it to work from the apt-get package on Raspbian Stretch. It appears most likely my SD card was becoming corrupted, so IO intensive work during compilation was causing it to freeze up the system. I made an exact copy to a new SD card and I was able to compile and run the sample! :-)
aksiksi commentedon May 8, 2019
Looks like the Raspbian version of
libcpprest-dev
does not correctly install the CMake config file(s), which means thatfind_package()
does not work. I just tested with 2.9.1-1.