bwhitman / respeaker-xmos-hid

Python & C hidapi examples for the "Respeaker" microphone array to show angle & VAD information
19 stars 16 forks source link

How to compile for/on MT7688? #5

Open theronic opened 5 years ago

theronic commented 5 years ago

How do you compile this on the Respeaker Core 1.0? make throws "make not found". opkg doesn't have make.

I can build it on OSX, but the binary doesn't want to run on Respeaker. I'm guessing I need to cross-compile, but how?

Thank you!