Skip to main content

Gateway - CMake error

DA1469x

10 months ago

Posted bylouis___72 points 6 replies
0 upvotes

Hi Dialog,

I'm trying to get the gateway reference implementation working as per the guide (http://lpccs-docs.dialog-semiconductor.com/wira_social_distancing_tag_e…) to allow me to get social distancing data from 2 DA14695 USB dev kits.

However, as part of the cmake step, I always get errors in the output like "None of the required 'glib-2.0' found". Full output attached.

Can someone please help as I'm a bit at a loss of where to start.

Thank you

Attachment Size
Ouput file 5.71 KB

10 months ago

PM_Dialog

Hi louis,

谢谢你的问题。你能please zip and re-attach the file? Unfortunately, I am not able to open it..

Thanks, PM_Dialog

10 months ago

louis___ 72 points
Attachment Size
Zipped up output file 837 bytes

10 months ago

louis___ 72 points

Hi there Dialog, can you see the file now?

10 months ago

PM_Dialog

Hi louis,

Thanks for attaching the zip file. yes, I am able to see the files. I working on this so I'll get back to you asap.

Thanks, PM_Dialog

accepted answer!

10 months ago

PM_Dialog

Hi louis,

I searched on the web and I found this one :

sudo apt-get install libglib2.0

can you please give a try?

Thanks, PM_Dialog

10 months ago

louis___ 72 points

Hi Dialog,

I can now build and run the gtw_scan_and_log command. The output is a bit unclear to me so I'll dig into the gateway code and try to get what I need out of it.

Thank you