Skip to content

Instantly share code, notes, and snippets.

@nicopace
Created November 8, 2018 08:57
Show Gist options
  • Select an option

  • Save nicopace/63988e89dd2ae430ea73ade3af86b9ed to your computer and use it in GitHub Desktop.

Select an option

Save nicopace/63988e89dd2ae430ea73ade3af86b9ed to your computer and use it in GitHub Desktop.
How to add a new repo with a simple package to lime-sdk
# cd lime-sdk
cd feeds
git clone https://github.com/nicopace/openwrt-simple-repo.git newrepo
cd ..
REPOPATH=`pwd`/feeds/newrepo
TARGET=ar71xx/generic
echo src-link newrepo $REPOPATH >> feeds.conf
echo src-link newrepo $REPOPATH >> 17.01.4/$TARGET/sdk/feeds.conf
echo CONFIG_PACKAGE_helloworld=m >> libremesh.sdk.config
echo CONFIG_PACKAGE_helloworld=m >> 17.01.4/$TARGET/sdk/.config
V=s J=1 ./cooker -b $TARGET --package=helloworld
nico@ingorian:/home/nicolas/OS_projects/lime-sdk-LR$ V=s J=1 ./cooker -b $TARGET --package=helloworld
-> Building 17.01.4/ar71xx/generic/sdk
Updating feed 'base' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/base' ...
Create index file './feeds/base.index'
Updating feed 'packages' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/packages' ...
Create index file './feeds/packages.index'
Updating feed 'luci' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/luci' ...
Create index file './feeds/luci.index'
Updating feed 'routing' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/routing' ...
Create index file './feeds/routing.index'
Updating feed 'telephony' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/telephony' ...
Create index file './feeds/telephony.index'
Updating feed 'libremesh' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/libremesh' ...
Create index file './feeds/libremesh.index'
Updating feed 'libremap' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/libremap' ...
Create index file './feeds/libremap.index'
Updating feed 'limeui' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/limeui' ...
Create index file './feeds/limeui.index'
Updating feed 'newrepo' from '/home/nicolas/OS_projects/lime-sdk-LR/feeds/newrepo' ...
Create index file './feeds/newrepo.index'
Installing all packages from feed libremesh.
Installing all packages from feed libremap.
Installing all packages from feed limeui.
-> Building package helloworld on sdk 17.01.4/ar71xx/generic/sdk
make: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
tmp/.config-package.in:7:warning: ignoring type redefinition of 'PACKAGE_busybox' from 'boolean' to 'tristate'
tmp/.config-package.in:40:warning: ignoring type redefinition of 'PACKAGE_dnsmasq-dhcpv6' from 'boolean' to 'tristate'
tmp/.config-package.in:101:warning: ignoring type redefinition of 'PACKAGE_firewall' from 'boolean' to 'tristate'
tmp/.config-package.in:122:warning: ignoring type redefinition of 'PACKAGE_jsonfilter' from 'boolean' to 'tristate'
tmp/.config-package.in:166:warning: ignoring type redefinition of 'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:194:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:279:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'boolean' to 'tristate'
tmp/.config-package.in:307:warning: ignoring type redefinition of 'PACKAGE_librt' from 'boolean' to 'tristate'
tmp/.config-package.in:420:warning: ignoring type redefinition of 'PACKAGE_rpcd' from 'boolean' to 'tristate'
tmp/.config-package.in:483:warning: ignoring type redefinition of 'PACKAGE_ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:498:warning: ignoring type redefinition of 'PACKAGE_ubusd' from 'boolean' to 'tristate'
tmp/.config-package.in:512:warning: ignoring type redefinition of 'PACKAGE_uci' from 'boolean' to 'tristate'
tmp/.config-package.in:1279:warning: ignoring type redefinition of 'PACKAGE_kmod-batman-adv' from 'boolean' to 'tristate'
tmp/.config-package.in:1342:warning: ignoring type redefinition of 'PACKAGE_kmod-ath' from 'boolean' to 'tristate'
tmp/.config-package.in:1416:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k' from 'boolean' to 'tristate'
tmp/.config-package.in:1446:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k-common' from 'boolean' to 'tristate'
tmp/.config-package.in:1848:warning: ignoring type redefinition of 'PACKAGE_kmod-cfg80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2117:warning: ignoring type redefinition of 'PACKAGE_kmod-mac80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2694:warning: ignoring type redefinition of 'PACKAGE_libiwinfo-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2709:warning: ignoring type redefinition of 'PACKAGE_lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2782:warning: ignoring type redefinition of 'PACKAGE_libip4tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2796:warning: ignoring type redefinition of 'PACKAGE_libip6tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2826:warning: ignoring type redefinition of 'PACKAGE_libxtables' from 'boolean' to 'tristate'
tmp/.config-package.in:2858:warning: ignoring type redefinition of 'PACKAGE_libmbedtls' from 'boolean' to 'tristate'
tmp/.config-package.in:2895:warning: ignoring type redefinition of 'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
tmp/.config-package.in:2983:warning: ignoring type redefinition of 'PACKAGE_libiwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:2998:warning: ignoring type redefinition of 'PACKAGE_libjson-c' from 'boolean' to 'tristate'
tmp/.config-package.in:3011:warning: ignoring type redefinition of 'PACKAGE_liblua' from 'boolean' to 'tristate'
tmp/.config-package.in:3060:warning: ignoring type redefinition of 'PACKAGE_libncurses' from 'boolean' to 'tristate'
tmp/.config-package.in:3127:warning: ignoring type redefinition of 'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
tmp/.config-package.in:3152:warning: ignoring type redefinition of 'PACKAGE_libpcap' from 'boolean' to 'tristate'
tmp/.config-package.in:3225:warning: ignoring type redefinition of 'PACKAGE_libubox' from 'boolean' to 'tristate'
tmp/.config-package.in:3237:warning: ignoring type redefinition of 'PACKAGE_libubox-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3251:warning: ignoring type redefinition of 'PACKAGE_libubus' from 'boolean' to 'tristate'
tmp/.config-package.in:3264:warning: ignoring type redefinition of 'PACKAGE_libubus-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3278:warning: ignoring type redefinition of 'PACKAGE_libuci' from 'boolean' to 'tristate'
tmp/.config-package.in:3363:warning: ignoring type redefinition of 'PACKAGE_terminfo' from 'boolean' to 'tristate'
tmp/.config-package.in:3376:warning: ignoring type redefinition of 'PACKAGE_zlib' from 'boolean' to 'tristate'
tmp/.config-package.in:4166:warning: ignoring type redefinition of 'LUCI_LANG_hu' from 'boolean' to 'tristate'
tmp/.config-package.in:4169:warning: ignoring type redefinition of 'LUCI_LANG_pt' from 'boolean' to 'tristate'
tmp/.config-package.in:4172:warning: ignoring type redefinition of 'LUCI_LANG_sk' from 'boolean' to 'tristate'
tmp/.config-package.in:4175:warning: ignoring type redefinition of 'LUCI_LANG_ro' from 'boolean' to 'tristate'
tmp/.config-package.in:4178:warning: ignoring type redefinition of 'LUCI_LANG_en' from 'boolean' to 'tristate'
tmp/.config-package.in:4181:warning: ignoring type redefinition of 'LUCI_LANG_el' from 'boolean' to 'tristate'
tmp/.config-package.in:4184:warning: ignoring type redefinition of 'LUCI_LANG_uk' from 'boolean' to 'tristate'
tmp/.config-package.in:4187:warning: ignoring type redefinition of 'LUCI_LANG_ja' from 'boolean' to 'tristate'
tmp/.config-package.in:4190:warning: ignoring type redefinition of 'LUCI_LANG_vi' from 'boolean' to 'tristate'
tmp/.config-package.in:4193:warning: ignoring type redefinition of 'LUCI_LANG_de' from 'boolean' to 'tristate'
tmp/.config-package.in:4196:warning: ignoring type redefinition of 'LUCI_LANG_ko' from 'boolean' to 'tristate'
tmp/.config-package.in:4199:warning: ignoring type redefinition of 'LUCI_LANG_ms' from 'boolean' to 'tristate'
tmp/.config-package.in:4202:warning: ignoring type redefinition of 'LUCI_LANG_pl' from 'boolean' to 'tristate'
tmp/.config-package.in:4205:warning: ignoring type redefinition of 'LUCI_LANG_zh-cn' from 'boolean' to 'tristate'
tmp/.config-package.in:4208:warning: ignoring type redefinition of 'LUCI_LANG_no' from 'boolean' to 'tristate'
tmp/.config-package.in:4211:warning: ignoring type redefinition of 'LUCI_LANG_he' from 'boolean' to 'tristate'
tmp/.config-package.in:4214:warning: ignoring type redefinition of 'LUCI_LANG_zh-tw' from 'boolean' to 'tristate'
tmp/.config-package.in:4217:warning: ignoring type redefinition of 'LUCI_LANG_tr' from 'boolean' to 'tristate'
tmp/.config-package.in:4220:warning: ignoring type redefinition of 'LUCI_LANG_sv' from 'boolean' to 'tristate'
tmp/.config-package.in:4223:warning: ignoring type redefinition of 'LUCI_LANG_ru' from 'boolean' to 'tristate'
tmp/.config-package.in:4226:warning: ignoring type redefinition of 'LUCI_LANG_pt-br' from 'boolean' to 'tristate'
tmp/.config-package.in:4229:warning: ignoring type redefinition of 'LUCI_LANG_ca' from 'boolean' to 'tristate'
tmp/.config-package.in:4232:warning: ignoring type redefinition of 'LUCI_LANG_es' from 'boolean' to 'tristate'
tmp/.config-package.in:4235:warning: ignoring type redefinition of 'LUCI_LANG_cs' from 'boolean' to 'tristate'
tmp/.config-package.in:4238:warning: ignoring type redefinition of 'LUCI_LANG_fr' from 'boolean' to 'tristate'
tmp/.config-package.in:4241:warning: ignoring type redefinition of 'LUCI_LANG_it' from 'boolean' to 'tristate'
tmp/.config-package.in:4351:warning: ignoring type redefinition of 'PACKAGE_luci-theme-bootstrap' from 'boolean' to 'tristate'
tmp/.config-package.in:4391:warning: ignoring type redefinition of 'PACKAGE_luci-lib-ip' from 'boolean' to 'tristate'
tmp/.config-package.in:4429:warning: ignoring type redefinition of 'PACKAGE_luci-lib-jsonc' from 'boolean' to 'tristate'
tmp/.config-package.in:4443:warning: ignoring type redefinition of 'PACKAGE_luci-lib-nixio' from 'boolean' to 'tristate'
tmp/.config-package.in:4973:warning: ignoring type redefinition of 'PACKAGE_ebtables' from 'boolean' to 'tristate'
tmp/.config-package.in:5008:warning: ignoring type redefinition of 'PACKAGE_ip6tables' from 'boolean' to 'tristate'
tmp/.config-package.in:5056:warning: ignoring type redefinition of 'PACKAGE_iptables' from 'boolean' to 'tristate'
tmp/.config-package.in:5690:warning: ignoring type redefinition of 'PACKAGE_bmx6' from 'boolean' to 'tristate'
tmp/.config-package.in:5707:warning: ignoring type redefinition of 'PACKAGE_bmx6-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5722:warning: ignoring type redefinition of 'PACKAGE_bmx6-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5736:warning: ignoring type redefinition of 'PACKAGE_bmx6-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5750:warning: ignoring type redefinition of 'PACKAGE_bmx6-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:5765:warning: ignoring type redefinition of 'PACKAGE_bmx7' from 'boolean' to 'tristate'
tmp/.config-package.in:5796:warning: ignoring type redefinition of 'PACKAGE_bmx7-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5811:warning: ignoring type redefinition of 'PACKAGE_bmx7-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5825:warning: ignoring type redefinition of 'PACKAGE_bmx7-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5855:warning: ignoring type redefinition of 'PACKAGE_bmx7-tun' from 'boolean' to 'tristate'
tmp/.config-package.in:5873:warning: ignoring type redefinition of 'PACKAGE_bmx7-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:6258:warning: ignoring type redefinition of 'PACKAGE_uhttpd' from 'boolean' to 'tristate'
tmp/.config-package.in:6294:warning: ignoring type redefinition of 'PACKAGE_uhttpd-mod-ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:6311:warning: ignoring type redefinition of 'PACKAGE_alfred' from 'boolean' to 'tristate'
tmp/.config-package.in:6344:warning: ignoring type redefinition of 'PACKAGE_batctl' from 'boolean' to 'tristate'
tmp/.config-package.in:6363:warning: ignoring type redefinition of 'PACKAGE_bwm-ng' from 'boolean' to 'tristate'
tmp/.config-package.in:6420:warning: ignoring type redefinition of 'PACKAGE_ethtool' from 'boolean' to 'tristate'
tmp/.config-package.in:6506:warning: ignoring type redefinition of 'PACKAGE_hostapd-common' from 'boolean' to 'tristate'
tmp/.config-package.in:6581:warning: ignoring type redefinition of 'PACKAGE_iputils-ping' from 'boolean' to 'tristate'
tmp/.config-package.in:6595:warning: ignoring type redefinition of 'PACKAGE_iputils-ping6' from 'boolean' to 'tristate'
tmp/.config-package.in:6669:warning: ignoring type redefinition of 'PACKAGE_iw' from 'boolean' to 'tristate'
tmp/.config-package.in:6683:warning: ignoring type redefinition of 'PACKAGE_mtr' from 'boolean' to 'tristate'
tmp/.config-package.in:6704:warning: ignoring type redefinition of 'PACKAGE_netperf' from 'boolean' to 'tristate'
tmp/.config-package.in:6731:warning: ignoring type redefinition of 'PACKAGE_tcpdump-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:6882:warning: ignoring type redefinition of 'PACKAGE_wpad-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:7058:warning: ignoring type redefinition of 'PACKAGE_iwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:7071:warning: ignoring type redefinition of 'PACKAGE_jshn' from 'boolean' to 'tristate'
tmp/.config-package.in:7142:warning: ignoring type redefinition of 'PACKAGE_libjson-script' from 'boolean' to 'tristate'
tmp/.config-package.in:7187:warning: ignoring type redefinition of 'PACKAGE_pv' from 'boolean' to 'tristate'
tmp/.config-package.in:7204:warning: ignoring type redefinition of 'PACKAGE_safe-reboot' from 'boolean' to 'tristate'
tmp/.config-package.in:7223:warning: ignoring type redefinition of 'PACKAGE_sprunge' from 'boolean' to 'tristate'
tmp/.config-package.in:7236:warning: ignoring type redefinition of 'PACKAGE_watchping' from 'boolean' to 'tristate'
Config-build.in:5023:warning: defaults for choice values not supported
Config-build.in:5027:warning: defaults for choice values not supported
Config-build.in:5031:warning: defaults for choice values not supported
Config-build.in:5003:warning: defaults for choice values not supported
Config-build.in:5007:warning: defaults for choice values not supported
Config-build.in:5011:warning: defaults for choice values not supported
Config-build.in:4967:warning: defaults for choice values not supported
Config-build.in:4971:warning: defaults for choice values not supported
Config-build.in:4975:warning: defaults for choice values not supported
Config-build.in:4979:warning: defaults for choice values not supported
tmp/.config-package.in:3452:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3452: symbol PACKAGE_lime-basic-uing depends on PACKAGE_kmod-ebtables
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
Config-build.in:7789: symbol PACKAGE_kmod-ebtables is selected by PACKAGE_lime-proto-anygw
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3833: symbol PACKAGE_lime-proto-anygw is selected by PACKAGE_lime-basic-uing
tmp/.config-package.in:1725:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1725: symbol PACKAGE_kmod-brcmfmac depends on BRCMFMAC_SDIO
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1747: symbol BRCMFMAC_SDIO depends on PACKAGE_kmod-brcmfmac
#
# configuration written to .config
#
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/feeds/newrepo/packages/helloworld'
rm -rf /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/bin/packages/mips_24kc/newrepo/helloworld_1_mips_24kc.ipk
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/stamp/.helloworld_installed
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/packages/helloworld.list /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/host/packages/helloworld.list
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/feeds/newrepo/packages/helloworld'
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
tmp/.config-package.in:7:warning: ignoring type redefinition of 'PACKAGE_busybox' from 'boolean' to 'tristate'
tmp/.config-package.in:40:warning: ignoring type redefinition of 'PACKAGE_dnsmasq-dhcpv6' from 'boolean' to 'tristate'
tmp/.config-package.in:101:warning: ignoring type redefinition of 'PACKAGE_firewall' from 'boolean' to 'tristate'
tmp/.config-package.in:122:warning: ignoring type redefinition of 'PACKAGE_jsonfilter' from 'boolean' to 'tristate'
tmp/.config-package.in:166:warning: ignoring type redefinition of 'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:194:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:279:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'boolean' to 'tristate'
tmp/.config-package.in:307:warning: ignoring type redefinition of 'PACKAGE_librt' from 'boolean' to 'tristate'
tmp/.config-package.in:420:warning: ignoring type redefinition of 'PACKAGE_rpcd' from 'boolean' to 'tristate'
tmp/.config-package.in:483:warning: ignoring type redefinition of 'PACKAGE_ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:498:warning: ignoring type redefinition of 'PACKAGE_ubusd' from 'boolean' to 'tristate'
tmp/.config-package.in:512:warning: ignoring type redefinition of 'PACKAGE_uci' from 'boolean' to 'tristate'
tmp/.config-package.in:1279:warning: ignoring type redefinition of 'PACKAGE_kmod-batman-adv' from 'boolean' to 'tristate'
tmp/.config-package.in:1342:warning: ignoring type redefinition of 'PACKAGE_kmod-ath' from 'boolean' to 'tristate'
tmp/.config-package.in:1416:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k' from 'boolean' to 'tristate'
tmp/.config-package.in:1446:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k-common' from 'boolean' to 'tristate'
tmp/.config-package.in:1848:warning: ignoring type redefinition of 'PACKAGE_kmod-cfg80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2117:warning: ignoring type redefinition of 'PACKAGE_kmod-mac80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2694:warning: ignoring type redefinition of 'PACKAGE_libiwinfo-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2709:warning: ignoring type redefinition of 'PACKAGE_lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2782:warning: ignoring type redefinition of 'PACKAGE_libip4tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2796:warning: ignoring type redefinition of 'PACKAGE_libip6tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2826:warning: ignoring type redefinition of 'PACKAGE_libxtables' from 'boolean' to 'tristate'
tmp/.config-package.in:2858:warning: ignoring type redefinition of 'PACKAGE_libmbedtls' from 'boolean' to 'tristate'
tmp/.config-package.in:2895:warning: ignoring type redefinition of 'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
tmp/.config-package.in:2983:warning: ignoring type redefinition of 'PACKAGE_libiwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:2998:warning: ignoring type redefinition of 'PACKAGE_libjson-c' from 'boolean' to 'tristate'
tmp/.config-package.in:3011:warning: ignoring type redefinition of 'PACKAGE_liblua' from 'boolean' to 'tristate'
tmp/.config-package.in:3060:warning: ignoring type redefinition of 'PACKAGE_libncurses' from 'boolean' to 'tristate'
tmp/.config-package.in:3127:warning: ignoring type redefinition of 'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
tmp/.config-package.in:3152:warning: ignoring type redefinition of 'PACKAGE_libpcap' from 'boolean' to 'tristate'
tmp/.config-package.in:3225:warning: ignoring type redefinition of 'PACKAGE_libubox' from 'boolean' to 'tristate'
tmp/.config-package.in:3237:warning: ignoring type redefinition of 'PACKAGE_libubox-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3251:warning: ignoring type redefinition of 'PACKAGE_libubus' from 'boolean' to 'tristate'
tmp/.config-package.in:3264:warning: ignoring type redefinition of 'PACKAGE_libubus-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3278:warning: ignoring type redefinition of 'PACKAGE_libuci' from 'boolean' to 'tristate'
tmp/.config-package.in:3363:warning: ignoring type redefinition of 'PACKAGE_terminfo' from 'boolean' to 'tristate'
tmp/.config-package.in:3376:warning: ignoring type redefinition of 'PACKAGE_zlib' from 'boolean' to 'tristate'
tmp/.config-package.in:4166:warning: ignoring type redefinition of 'LUCI_LANG_hu' from 'boolean' to 'tristate'
tmp/.config-package.in:4169:warning: ignoring type redefinition of 'LUCI_LANG_pt' from 'boolean' to 'tristate'
tmp/.config-package.in:4172:warning: ignoring type redefinition of 'LUCI_LANG_sk' from 'boolean' to 'tristate'
tmp/.config-package.in:4175:warning: ignoring type redefinition of 'LUCI_LANG_ro' from 'boolean' to 'tristate'
tmp/.config-package.in:4178:warning: ignoring type redefinition of 'LUCI_LANG_en' from 'boolean' to 'tristate'
tmp/.config-package.in:4181:warning: ignoring type redefinition of 'LUCI_LANG_el' from 'boolean' to 'tristate'
tmp/.config-package.in:4184:warning: ignoring type redefinition of 'LUCI_LANG_uk' from 'boolean' to 'tristate'
tmp/.config-package.in:4187:warning: ignoring type redefinition of 'LUCI_LANG_ja' from 'boolean' to 'tristate'
tmp/.config-package.in:4190:warning: ignoring type redefinition of 'LUCI_LANG_vi' from 'boolean' to 'tristate'
tmp/.config-package.in:4193:warning: ignoring type redefinition of 'LUCI_LANG_de' from 'boolean' to 'tristate'
tmp/.config-package.in:4196:warning: ignoring type redefinition of 'LUCI_LANG_ko' from 'boolean' to 'tristate'
tmp/.config-package.in:4199:warning: ignoring type redefinition of 'LUCI_LANG_ms' from 'boolean' to 'tristate'
tmp/.config-package.in:4202:warning: ignoring type redefinition of 'LUCI_LANG_pl' from 'boolean' to 'tristate'
tmp/.config-package.in:4205:warning: ignoring type redefinition of 'LUCI_LANG_zh-cn' from 'boolean' to 'tristate'
tmp/.config-package.in:4208:warning: ignoring type redefinition of 'LUCI_LANG_no' from 'boolean' to 'tristate'
tmp/.config-package.in:4211:warning: ignoring type redefinition of 'LUCI_LANG_he' from 'boolean' to 'tristate'
tmp/.config-package.in:4214:warning: ignoring type redefinition of 'LUCI_LANG_zh-tw' from 'boolean' to 'tristate'
tmp/.config-package.in:4217:warning: ignoring type redefinition of 'LUCI_LANG_tr' from 'boolean' to 'tristate'
tmp/.config-package.in:4220:warning: ignoring type redefinition of 'LUCI_LANG_sv' from 'boolean' to 'tristate'
tmp/.config-package.in:4223:warning: ignoring type redefinition of 'LUCI_LANG_ru' from 'boolean' to 'tristate'
tmp/.config-package.in:4226:warning: ignoring type redefinition of 'LUCI_LANG_pt-br' from 'boolean' to 'tristate'
tmp/.config-package.in:4229:warning: ignoring type redefinition of 'LUCI_LANG_ca' from 'boolean' to 'tristate'
tmp/.config-package.in:4232:warning: ignoring type redefinition of 'LUCI_LANG_es' from 'boolean' to 'tristate'
tmp/.config-package.in:4235:warning: ignoring type redefinition of 'LUCI_LANG_cs' from 'boolean' to 'tristate'
tmp/.config-package.in:4238:warning: ignoring type redefinition of 'LUCI_LANG_fr' from 'boolean' to 'tristate'
tmp/.config-package.in:4241:warning: ignoring type redefinition of 'LUCI_LANG_it' from 'boolean' to 'tristate'
tmp/.config-package.in:4351:warning: ignoring type redefinition of 'PACKAGE_luci-theme-bootstrap' from 'boolean' to 'tristate'
tmp/.config-package.in:4391:warning: ignoring type redefinition of 'PACKAGE_luci-lib-ip' from 'boolean' to 'tristate'
tmp/.config-package.in:4429:warning: ignoring type redefinition of 'PACKAGE_luci-lib-jsonc' from 'boolean' to 'tristate'
tmp/.config-package.in:4443:warning: ignoring type redefinition of 'PACKAGE_luci-lib-nixio' from 'boolean' to 'tristate'
tmp/.config-package.in:4973:warning: ignoring type redefinition of 'PACKAGE_ebtables' from 'boolean' to 'tristate'
tmp/.config-package.in:5008:warning: ignoring type redefinition of 'PACKAGE_ip6tables' from 'boolean' to 'tristate'
tmp/.config-package.in:5056:warning: ignoring type redefinition of 'PACKAGE_iptables' from 'boolean' to 'tristate'
tmp/.config-package.in:5690:warning: ignoring type redefinition of 'PACKAGE_bmx6' from 'boolean' to 'tristate'
tmp/.config-package.in:5707:warning: ignoring type redefinition of 'PACKAGE_bmx6-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5722:warning: ignoring type redefinition of 'PACKAGE_bmx6-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5736:warning: ignoring type redefinition of 'PACKAGE_bmx6-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5750:warning: ignoring type redefinition of 'PACKAGE_bmx6-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:5765:warning: ignoring type redefinition of 'PACKAGE_bmx7' from 'boolean' to 'tristate'
tmp/.config-package.in:5796:warning: ignoring type redefinition of 'PACKAGE_bmx7-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5811:warning: ignoring type redefinition of 'PACKAGE_bmx7-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5825:warning: ignoring type redefinition of 'PACKAGE_bmx7-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5855:warning: ignoring type redefinition of 'PACKAGE_bmx7-tun' from 'boolean' to 'tristate'
tmp/.config-package.in:5873:warning: ignoring type redefinition of 'PACKAGE_bmx7-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:6258:warning: ignoring type redefinition of 'PACKAGE_uhttpd' from 'boolean' to 'tristate'
tmp/.config-package.in:6294:warning: ignoring type redefinition of 'PACKAGE_uhttpd-mod-ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:6311:warning: ignoring type redefinition of 'PACKAGE_alfred' from 'boolean' to 'tristate'
tmp/.config-package.in:6344:warning: ignoring type redefinition of 'PACKAGE_batctl' from 'boolean' to 'tristate'
tmp/.config-package.in:6363:warning: ignoring type redefinition of 'PACKAGE_bwm-ng' from 'boolean' to 'tristate'
tmp/.config-package.in:6420:warning: ignoring type redefinition of 'PACKAGE_ethtool' from 'boolean' to 'tristate'
tmp/.config-package.in:6506:warning: ignoring type redefinition of 'PACKAGE_hostapd-common' from 'boolean' to 'tristate'
tmp/.config-package.in:6581:warning: ignoring type redefinition of 'PACKAGE_iputils-ping' from 'boolean' to 'tristate'
tmp/.config-package.in:6595:warning: ignoring type redefinition of 'PACKAGE_iputils-ping6' from 'boolean' to 'tristate'
tmp/.config-package.in:6669:warning: ignoring type redefinition of 'PACKAGE_iw' from 'boolean' to 'tristate'
tmp/.config-package.in:6683:warning: ignoring type redefinition of 'PACKAGE_mtr' from 'boolean' to 'tristate'
tmp/.config-package.in:6704:warning: ignoring type redefinition of 'PACKAGE_netperf' from 'boolean' to 'tristate'
tmp/.config-package.in:6731:warning: ignoring type redefinition of 'PACKAGE_tcpdump-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:6882:warning: ignoring type redefinition of 'PACKAGE_wpad-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:7058:warning: ignoring type redefinition of 'PACKAGE_iwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:7071:warning: ignoring type redefinition of 'PACKAGE_jshn' from 'boolean' to 'tristate'
tmp/.config-package.in:7142:warning: ignoring type redefinition of 'PACKAGE_libjson-script' from 'boolean' to 'tristate'
tmp/.config-package.in:7187:warning: ignoring type redefinition of 'PACKAGE_pv' from 'boolean' to 'tristate'
tmp/.config-package.in:7204:warning: ignoring type redefinition of 'PACKAGE_safe-reboot' from 'boolean' to 'tristate'
tmp/.config-package.in:7223:warning: ignoring type redefinition of 'PACKAGE_sprunge' from 'boolean' to 'tristate'
tmp/.config-package.in:7236:warning: ignoring type redefinition of 'PACKAGE_watchping' from 'boolean' to 'tristate'
Config-build.in:5023:warning: defaults for choice values not supported
Config-build.in:5027:warning: defaults for choice values not supported
Config-build.in:5031:warning: defaults for choice values not supported
Config-build.in:5003:warning: defaults for choice values not supported
Config-build.in:5007:warning: defaults for choice values not supported
Config-build.in:5011:warning: defaults for choice values not supported
Config-build.in:4967:warning: defaults for choice values not supported
Config-build.in:4971:warning: defaults for choice values not supported
Config-build.in:4975:warning: defaults for choice values not supported
Config-build.in:4979:warning: defaults for choice values not supported
tmp/.config-package.in:3452:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3452: symbol PACKAGE_lime-basic-uing depends on PACKAGE_kmod-ebtables
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
Config-build.in:7789: symbol PACKAGE_kmod-ebtables is selected by PACKAGE_lime-proto-anygw
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3833: symbol PACKAGE_lime-proto-anygw is selected by PACKAGE_lime-basic-uing
tmp/.config-package.in:1725:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1725: symbol PACKAGE_kmod-brcmfmac depends on BRCMFMAC_SDIO
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1747: symbol BRCMFMAC_SDIO depends on PACKAGE_kmod-brcmfmac
#
# configuration written to .config
#
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/package/toolchain'
echo "libc" >> /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
echo "libgcc" >> /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
echo "libpthread" >> /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
echo "librt" >> /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/package/toolchain'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/feeds/newrepo/packages/helloworld'
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.prepared_2024df4fde9416c8fcb87e07f1fbb237_6664517399ebbbc92a37c5bb081b5c53_check
mkdir -p /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld
cp -fpR ./src/* /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.prepared_2024df4fde9416c8fcb87e07f1fbb237_6664517399ebbbc92a37c5bb081b5c53
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/stamp/.helloworld_installed
(cd /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/./; if [ -x ./configure ]; then find /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ -name config.guess | xargs -r chmod u+w; find /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ -name config.guess | xargs -r -n1 cp --remove-destination /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/scripts/config.guess; find /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ -name config.sub | xargs -r chmod u+w; find /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ -name config.sub | xargs -r -n1 cp --remove-destination /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include/fortify -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include " LDFLAGS="-L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; )
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.configured_*
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.configured_68b329da9893e34099c7d8ad5cb9c940
rm -f /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.built
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.built_check
CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include/fortify -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include/fortify -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include " LDFLAGS="-L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/lib -znow -zrelro " make -j1 -C /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" ;
make[3]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld'
mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld:helloworld -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/include -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include/fortify -I/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/include -c helloworld.c
# remove object files and executable when user executes "make clean"
mips-openwrt-linux-musl-gcc -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/usr/lib -L/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/toolchain-mips_24kc_gcc-5.5.0_musl/lib -znow -zrelro helloworld.o -o helloworld
make[3]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld'
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.built
rm -rf /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld.installed /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld
mkdir -p /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld
install -d -m0755 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld/bin
install -m0755 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/helloworld /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld/bin/
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld.installed
mkdir -p /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/root-ar71xx/stamp
SHELL= flock /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/tmp/.root-copy.flock -c 'cp -fpR /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/.pkgdir/helloworld/. /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/root-ar71xx/'
touch /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/root-ar71xx/stamp/.helloworld_installed
mkdir -p /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/bin/targets/ar71xx/generic/packages /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld/CONTROL /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/target-mips_24kc_musl/pkginfo
install -d -m0755 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld/bin
install -m0755 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/helloworld /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld/bin/
find /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/scripts/strip-kmod.sh" PATCHELF="/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/staging_dir/host/bin/patchelf" /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/scripts/rstrip.sh /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld
rstrip.sh: /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld/bin/helloworld: executable
(cd /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; )
install -d -m0755 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/bin/packages/mips_24kc/newrepo
/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/scripts/ipkg-build -c -o 0 -g 0 /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/bin/packages/mips_24kc/newrepo
Packaged contents of /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/build_dir/target-mips_24kc_musl/helloworld/ipkg-mips_24kc/helloworld into /home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/bin/packages/mips_24kc/newrepo/helloworld_1_mips_24kc.ipk
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/feeds/newrepo/packages/helloworld'
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[2]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
tmp/.config-package.in:7:warning: ignoring type redefinition of 'PACKAGE_busybox' from 'boolean' to 'tristate'
tmp/.config-package.in:40:warning: ignoring type redefinition of 'PACKAGE_dnsmasq-dhcpv6' from 'boolean' to 'tristate'
tmp/.config-package.in:101:warning: ignoring type redefinition of 'PACKAGE_firewall' from 'boolean' to 'tristate'
tmp/.config-package.in:122:warning: ignoring type redefinition of 'PACKAGE_jsonfilter' from 'boolean' to 'tristate'
tmp/.config-package.in:166:warning: ignoring type redefinition of 'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:194:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:279:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'boolean' to 'tristate'
tmp/.config-package.in:307:warning: ignoring type redefinition of 'PACKAGE_librt' from 'boolean' to 'tristate'
tmp/.config-package.in:420:warning: ignoring type redefinition of 'PACKAGE_rpcd' from 'boolean' to 'tristate'
tmp/.config-package.in:483:warning: ignoring type redefinition of 'PACKAGE_ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:498:warning: ignoring type redefinition of 'PACKAGE_ubusd' from 'boolean' to 'tristate'
tmp/.config-package.in:512:warning: ignoring type redefinition of 'PACKAGE_uci' from 'boolean' to 'tristate'
tmp/.config-package.in:1279:warning: ignoring type redefinition of 'PACKAGE_kmod-batman-adv' from 'boolean' to 'tristate'
tmp/.config-package.in:1342:warning: ignoring type redefinition of 'PACKAGE_kmod-ath' from 'boolean' to 'tristate'
tmp/.config-package.in:1416:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k' from 'boolean' to 'tristate'
tmp/.config-package.in:1446:warning: ignoring type redefinition of 'PACKAGE_kmod-ath9k-common' from 'boolean' to 'tristate'
tmp/.config-package.in:1848:warning: ignoring type redefinition of 'PACKAGE_kmod-cfg80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2117:warning: ignoring type redefinition of 'PACKAGE_kmod-mac80211' from 'boolean' to 'tristate'
tmp/.config-package.in:2694:warning: ignoring type redefinition of 'PACKAGE_libiwinfo-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2709:warning: ignoring type redefinition of 'PACKAGE_lua' from 'boolean' to 'tristate'
tmp/.config-package.in:2782:warning: ignoring type redefinition of 'PACKAGE_libip4tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2796:warning: ignoring type redefinition of 'PACKAGE_libip6tc' from 'boolean' to 'tristate'
tmp/.config-package.in:2826:warning: ignoring type redefinition of 'PACKAGE_libxtables' from 'boolean' to 'tristate'
tmp/.config-package.in:2858:warning: ignoring type redefinition of 'PACKAGE_libmbedtls' from 'boolean' to 'tristate'
tmp/.config-package.in:2895:warning: ignoring type redefinition of 'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
tmp/.config-package.in:2983:warning: ignoring type redefinition of 'PACKAGE_libiwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:2998:warning: ignoring type redefinition of 'PACKAGE_libjson-c' from 'boolean' to 'tristate'
tmp/.config-package.in:3011:warning: ignoring type redefinition of 'PACKAGE_liblua' from 'boolean' to 'tristate'
tmp/.config-package.in:3060:warning: ignoring type redefinition of 'PACKAGE_libncurses' from 'boolean' to 'tristate'
tmp/.config-package.in:3127:warning: ignoring type redefinition of 'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
tmp/.config-package.in:3152:warning: ignoring type redefinition of 'PACKAGE_libpcap' from 'boolean' to 'tristate'
tmp/.config-package.in:3225:warning: ignoring type redefinition of 'PACKAGE_libubox' from 'boolean' to 'tristate'
tmp/.config-package.in:3237:warning: ignoring type redefinition of 'PACKAGE_libubox-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3251:warning: ignoring type redefinition of 'PACKAGE_libubus' from 'boolean' to 'tristate'
tmp/.config-package.in:3264:warning: ignoring type redefinition of 'PACKAGE_libubus-lua' from 'boolean' to 'tristate'
tmp/.config-package.in:3278:warning: ignoring type redefinition of 'PACKAGE_libuci' from 'boolean' to 'tristate'
tmp/.config-package.in:3363:warning: ignoring type redefinition of 'PACKAGE_terminfo' from 'boolean' to 'tristate'
tmp/.config-package.in:3376:warning: ignoring type redefinition of 'PACKAGE_zlib' from 'boolean' to 'tristate'
tmp/.config-package.in:4166:warning: ignoring type redefinition of 'LUCI_LANG_hu' from 'boolean' to 'tristate'
tmp/.config-package.in:4169:warning: ignoring type redefinition of 'LUCI_LANG_pt' from 'boolean' to 'tristate'
tmp/.config-package.in:4172:warning: ignoring type redefinition of 'LUCI_LANG_sk' from 'boolean' to 'tristate'
tmp/.config-package.in:4175:warning: ignoring type redefinition of 'LUCI_LANG_ro' from 'boolean' to 'tristate'
tmp/.config-package.in:4178:warning: ignoring type redefinition of 'LUCI_LANG_en' from 'boolean' to 'tristate'
tmp/.config-package.in:4181:warning: ignoring type redefinition of 'LUCI_LANG_el' from 'boolean' to 'tristate'
tmp/.config-package.in:4184:warning: ignoring type redefinition of 'LUCI_LANG_uk' from 'boolean' to 'tristate'
tmp/.config-package.in:4187:warning: ignoring type redefinition of 'LUCI_LANG_ja' from 'boolean' to 'tristate'
tmp/.config-package.in:4190:warning: ignoring type redefinition of 'LUCI_LANG_vi' from 'boolean' to 'tristate'
tmp/.config-package.in:4193:warning: ignoring type redefinition of 'LUCI_LANG_de' from 'boolean' to 'tristate'
tmp/.config-package.in:4196:warning: ignoring type redefinition of 'LUCI_LANG_ko' from 'boolean' to 'tristate'
tmp/.config-package.in:4199:warning: ignoring type redefinition of 'LUCI_LANG_ms' from 'boolean' to 'tristate'
tmp/.config-package.in:4202:warning: ignoring type redefinition of 'LUCI_LANG_pl' from 'boolean' to 'tristate'
tmp/.config-package.in:4205:warning: ignoring type redefinition of 'LUCI_LANG_zh-cn' from 'boolean' to 'tristate'
tmp/.config-package.in:4208:warning: ignoring type redefinition of 'LUCI_LANG_no' from 'boolean' to 'tristate'
tmp/.config-package.in:4211:warning: ignoring type redefinition of 'LUCI_LANG_he' from 'boolean' to 'tristate'
tmp/.config-package.in:4214:warning: ignoring type redefinition of 'LUCI_LANG_zh-tw' from 'boolean' to 'tristate'
tmp/.config-package.in:4217:warning: ignoring type redefinition of 'LUCI_LANG_tr' from 'boolean' to 'tristate'
tmp/.config-package.in:4220:warning: ignoring type redefinition of 'LUCI_LANG_sv' from 'boolean' to 'tristate'
tmp/.config-package.in:4223:warning: ignoring type redefinition of 'LUCI_LANG_ru' from 'boolean' to 'tristate'
tmp/.config-package.in:4226:warning: ignoring type redefinition of 'LUCI_LANG_pt-br' from 'boolean' to 'tristate'
tmp/.config-package.in:4229:warning: ignoring type redefinition of 'LUCI_LANG_ca' from 'boolean' to 'tristate'
tmp/.config-package.in:4232:warning: ignoring type redefinition of 'LUCI_LANG_es' from 'boolean' to 'tristate'
tmp/.config-package.in:4235:warning: ignoring type redefinition of 'LUCI_LANG_cs' from 'boolean' to 'tristate'
tmp/.config-package.in:4238:warning: ignoring type redefinition of 'LUCI_LANG_fr' from 'boolean' to 'tristate'
tmp/.config-package.in:4241:warning: ignoring type redefinition of 'LUCI_LANG_it' from 'boolean' to 'tristate'
tmp/.config-package.in:4351:warning: ignoring type redefinition of 'PACKAGE_luci-theme-bootstrap' from 'boolean' to 'tristate'
tmp/.config-package.in:4391:warning: ignoring type redefinition of 'PACKAGE_luci-lib-ip' from 'boolean' to 'tristate'
tmp/.config-package.in:4429:warning: ignoring type redefinition of 'PACKAGE_luci-lib-jsonc' from 'boolean' to 'tristate'
tmp/.config-package.in:4443:warning: ignoring type redefinition of 'PACKAGE_luci-lib-nixio' from 'boolean' to 'tristate'
tmp/.config-package.in:4973:warning: ignoring type redefinition of 'PACKAGE_ebtables' from 'boolean' to 'tristate'
tmp/.config-package.in:5008:warning: ignoring type redefinition of 'PACKAGE_ip6tables' from 'boolean' to 'tristate'
tmp/.config-package.in:5056:warning: ignoring type redefinition of 'PACKAGE_iptables' from 'boolean' to 'tristate'
tmp/.config-package.in:5690:warning: ignoring type redefinition of 'PACKAGE_bmx6' from 'boolean' to 'tristate'
tmp/.config-package.in:5707:warning: ignoring type redefinition of 'PACKAGE_bmx6-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5722:warning: ignoring type redefinition of 'PACKAGE_bmx6-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5736:warning: ignoring type redefinition of 'PACKAGE_bmx6-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5750:warning: ignoring type redefinition of 'PACKAGE_bmx6-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:5765:warning: ignoring type redefinition of 'PACKAGE_bmx7' from 'boolean' to 'tristate'
tmp/.config-package.in:5796:warning: ignoring type redefinition of 'PACKAGE_bmx7-json' from 'boolean' to 'tristate'
tmp/.config-package.in:5811:warning: ignoring type redefinition of 'PACKAGE_bmx7-sms' from 'boolean' to 'tristate'
tmp/.config-package.in:5825:warning: ignoring type redefinition of 'PACKAGE_bmx7-table' from 'boolean' to 'tristate'
tmp/.config-package.in:5855:warning: ignoring type redefinition of 'PACKAGE_bmx7-tun' from 'boolean' to 'tristate'
tmp/.config-package.in:5873:warning: ignoring type redefinition of 'PACKAGE_bmx7-uci-config' from 'boolean' to 'tristate'
tmp/.config-package.in:6258:warning: ignoring type redefinition of 'PACKAGE_uhttpd' from 'boolean' to 'tristate'
tmp/.config-package.in:6294:warning: ignoring type redefinition of 'PACKAGE_uhttpd-mod-ubus' from 'boolean' to 'tristate'
tmp/.config-package.in:6311:warning: ignoring type redefinition of 'PACKAGE_alfred' from 'boolean' to 'tristate'
tmp/.config-package.in:6344:warning: ignoring type redefinition of 'PACKAGE_batctl' from 'boolean' to 'tristate'
tmp/.config-package.in:6363:warning: ignoring type redefinition of 'PACKAGE_bwm-ng' from 'boolean' to 'tristate'
tmp/.config-package.in:6420:warning: ignoring type redefinition of 'PACKAGE_ethtool' from 'boolean' to 'tristate'
tmp/.config-package.in:6506:warning: ignoring type redefinition of 'PACKAGE_hostapd-common' from 'boolean' to 'tristate'
tmp/.config-package.in:6581:warning: ignoring type redefinition of 'PACKAGE_iputils-ping' from 'boolean' to 'tristate'
tmp/.config-package.in:6595:warning: ignoring type redefinition of 'PACKAGE_iputils-ping6' from 'boolean' to 'tristate'
tmp/.config-package.in:6669:warning: ignoring type redefinition of 'PACKAGE_iw' from 'boolean' to 'tristate'
tmp/.config-package.in:6683:warning: ignoring type redefinition of 'PACKAGE_mtr' from 'boolean' to 'tristate'
tmp/.config-package.in:6704:warning: ignoring type redefinition of 'PACKAGE_netperf' from 'boolean' to 'tristate'
tmp/.config-package.in:6731:warning: ignoring type redefinition of 'PACKAGE_tcpdump-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:6882:warning: ignoring type redefinition of 'PACKAGE_wpad-mini' from 'boolean' to 'tristate'
tmp/.config-package.in:7058:warning: ignoring type redefinition of 'PACKAGE_iwinfo' from 'boolean' to 'tristate'
tmp/.config-package.in:7071:warning: ignoring type redefinition of 'PACKAGE_jshn' from 'boolean' to 'tristate'
tmp/.config-package.in:7142:warning: ignoring type redefinition of 'PACKAGE_libjson-script' from 'boolean' to 'tristate'
tmp/.config-package.in:7187:warning: ignoring type redefinition of 'PACKAGE_pv' from 'boolean' to 'tristate'
tmp/.config-package.in:7204:warning: ignoring type redefinition of 'PACKAGE_safe-reboot' from 'boolean' to 'tristate'
tmp/.config-package.in:7223:warning: ignoring type redefinition of 'PACKAGE_sprunge' from 'boolean' to 'tristate'
tmp/.config-package.in:7236:warning: ignoring type redefinition of 'PACKAGE_watchping' from 'boolean' to 'tristate'
Config-build.in:5023:warning: defaults for choice values not supported
Config-build.in:5027:warning: defaults for choice values not supported
Config-build.in:5031:warning: defaults for choice values not supported
Config-build.in:5003:warning: defaults for choice values not supported
Config-build.in:5007:warning: defaults for choice values not supported
Config-build.in:5011:warning: defaults for choice values not supported
Config-build.in:4967:warning: defaults for choice values not supported
Config-build.in:4971:warning: defaults for choice values not supported
Config-build.in:4975:warning: defaults for choice values not supported
Config-build.in:4979:warning: defaults for choice values not supported
tmp/.config-package.in:3452:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3452: symbol PACKAGE_lime-basic-uing depends on PACKAGE_kmod-ebtables
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
Config-build.in:7789: symbol PACKAGE_kmod-ebtables is selected by PACKAGE_lime-proto-anygw
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:3833: symbol PACKAGE_lime-proto-anygw is selected by PACKAGE_lime-basic-uing
tmp/.config-package.in:1725:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1725: symbol PACKAGE_kmod-brcmfmac depends on BRCMFMAC_SDIO
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:1747: symbol BRCMFMAC_SDIO depends on PACKAGE_kmod-brcmfmac
#
# configuration written to .config
#
make[1]: Entering directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
make[1]: *** No rule to make target 'package/helloworld/install'. Stop.
make[1]: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk/include/toplevel.mk:209: recipe for target 'package/helloworld/install' failed
make: *** [package/helloworld/install] Error 2
make: Leaving directory '/home/nicolas/OS_projects/lime-sdk-LR/17.01.4/ar71xx/generic/sdk'
-> Build error, see full output using V=s J=1 ./cooker <options>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment