Error while compiling package mpd

Hi,
i'm new to openwrt (just a couple of days).
i'm trying to compile the package mpd for links smart 7688.
https://openwrt.org/toh/hwdata/mediatek/mediatek_linkit_smart_7688

sudo make package/mpd/compile -j1 V=s

i got this error:

..................................
checking for ICU... no
configure: error: libicu not found
.................................

i tryed to download and compile package icu but i got always the same error...

any help is appreciated.... Thanks

I've never tried to build a single package without building an image first to get the toolchain and dependencies "straightened out".

make menuconfig   # and select your device
make -jN clean download toolchain/install world

for example.

Hi Jeff,
I'm working in an already installed toolchain from another developer that prepared the environment to me. I already builded an image with success.
Now i only have to add mpd package to this. But i'm having hard time.
I know im giving little information about this. Im sorry.
Thanks for your time

1 Like