nss compile error on Rockchip branch

  • Hello,

    nss fails to compile on the latest Rockchip branch.

    Any idea?

    Thanks,

  • Sorry don’t understand; there is the make error on line 11

    Btw. this is the offending line in package.mk

    makeinstall_host() {

    [...]

    cp -L nss/coreconf/nsinstall/*/nsinstall $TOOLCHAIN/bin

    }

    Oh f@ck. Missing "Linux" before the "*"

    cp -L nss/coreconf/nsinstall/Linux*/nsinstall $TOOLCHAIN/bin

    Edited 2 times, last by harsszegi (February 27, 2018 at 5:15 AM).