Hi,
I'm trying to make a package for the graphlcd plugin for vdr with the following basic entries:
Bash
PKG_NAME="vdr-plugin-graphlcd"
PKG_VERSION="1.0.1"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://projects.vdr-developer.org/projects/graphlcd/"
PKG_URL="https://projects.vdr-developer.org/git/vdr-plugin-graphlcd.git/snapshot/vdr-plugin-graphlcd-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_SHORTDESC="vdr-graphlcd"
PKG_LONGDESC="shows information about the current state of VDR on displays"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_LOCALE_INSTALL="yes"
PKG_TOOLCHAIN="manual"
Display More
which results in this error message:
Bash
CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include
cc1plus: internal compiler error: in add_path, at incpath.c:473
CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include
cc1plus: internal compiler error: in add_path, at incpath.c:473
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
Please submit a full bug report
I couldn't find any helping explanations till now. May be someone can give me a hint.
Thanks in advance
Alex