Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile probs with LEDE #1

Open
thuehn opened this issue Jun 14, 2016 · 1 comment
Open

compile probs with LEDE #1

thuehn opened this issue Jun 14, 2016 · 1 comment

Comments

@thuehn
Copy link

thuehn commented Jun 14, 2016

Hi,

Current sched_fq_pie does not compile under LEDE when selected in make menuconfig.
It looks like the proper header file for function qdisc_tree_decrease_qlen() is missing (defined in sch_generic.h but not included). I am not quite sure where to add it properly.

Greetings Thomas

error message:
make[3]: Entering directory '/Users/bluse/Desktop/Coding-Area/LEDE/feeds/cero/net/kmod-sched-fq_pie'
make -C /Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/linux-4.4.13 HOSTCFLAGS="-O2 -I/Users/bluse/Desktop/Coding-Area/LEDE/staging_dir/host/include -I/Users/bluse/Desktop/Coding-Area/LEDE/staging_dir/host/usr/include -I/Users/bluse/Desktop/Coding-Area/LEDE/staging_dir/target-mips_34kc_musl-1.1.14/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" CONFIG_SHELL="bash" V='' CC="mips-openwrt-linux-musl-gcc" SUBDIRS="/Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/sched-fq_pie-2015-git" modules
make[4]: Entering directory '/Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/linux-4.4.13'
egrep: empty (sub)expression
CC [M] /Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/sched-fq_pie-2015-git/sch_fq_pie.o
/Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/sched-fq_pie-2015-git/sch_fq_pie.c: In function 'fq_pie_change':
/Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/sched-fq_pie-2015-git/sch_fq_pie.c:823:2: error: implicit declaration of function 'qdisc_tree_decrease_qlen' [-Werror=implicit-function-declaration]
qdisc_tree_decrease_qlen(sch, drop_count);
^
cc1: some warnings being treated as errors
make[5]: *** [scripts/Makefile.build:265: /Users/bluse/Desktop/Coding-Area/LEDE/build_dir/target-mips_34kc_musl-1.1.14/linux-ar71xx_generic/sched-fq_pie-2015-git/sch_fq_pie.o] Error 1

@dtaht
Copy link
Owner

dtaht commented Jun 21, 2016

While fq_pie is "interesting", active development on it has ceased. It is also different from the fq_pie that just entered BSD. I like a few of the ideas in this module, and would have liked to have kept it working for further evaluation. I will ping the author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants