jimpastos / wink-relay-manager

Manage Wink Relay's native sensors and publish to MQTT
46 stars 24 forks source link

Cannot locate symbol "__read_chk" #19

Closed yanxke closed 5 months ago

yanxke commented 5 months ago

After following the install instructions, I'm not getting updates on mqtt and no logs on the local device. While trying to run it directly, I'm getting the following error:

CANNOT LINK EXECUTABLE: cannot locate symbol "__read_chk" referenced by "./edisonwink"...

jimpastos commented 5 months ago

Did you build yourself or download the pre compiled binary?

yanxke commented 5 months ago

I did my own build using the latest NDK and got that error. Using your precompiled release works now. Thanks!