respeaker / respeaker-feed

20 stars 23 forks source link

Compile error target-mipsel_24kec+dsp_uClibc-0.9.33.2/hidapi-0.8.0-rc1/.built Error 1 #2

Open guanch1984 opened 7 years ago

guanch1984 commented 7 years ago

I was trying to build respeaker feed on Linkit 7688 DUO board.

Here is my setup, 16.04 Ubuntu VM, followed the guide in here https://github.com/MediaTek-Labs/linkit-smart-7688-feed

I was able to pull from https://github.com/MediaTek-Labs/linkit-smart-7688-feed.git then build no problem, flash fine.

Then I would like to have MTK feed still from linkit-smart-7688-feed.git, to keep wifi part up-to-date and feed the rest from respeaker repo,

So I forked respeaker repo to my own git, then deleted mtk-linkit mtk-linkit-webui mtk-sdk-wifi

But it gives me this error /openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/hidapi-0.8.0-rc1/.built] Error 1

Are there some parts I need to select at make menuconfig ?

juncaofish commented 7 years ago

Did you make the firmware with config.respeaker (cp it to .config)? I succeeded in the make process. However, there're other issues waiting for me. My platform is LinkIt 7688, but I think it should be the same with DUO.

BTW, if there're some kind of respeaker community for us to exchange issues, that will be helpful.

xiongyihui commented 7 years ago

Try make package/hidapi/clean first. If it doesn't work, try make dirclean to rebuild all things.

When we merged linkit-smart-7688-feed into respeaker-feed. we got error too. We got it work by make dirclean