Open sczh01 opened 7 years ago
The problem is from buildroot/package/linux-firmware/, buildroot's url is not stable. You can make menuconfig and deselect the linux-firmware package to build in temporary.
You can see buildroot/package/linux-firmware/linux-firmware.mk , it will connect to http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git.
From my point, it's a very famous url :), isn't it?
csky_gx6605s_fbcon_defconfig is OK in gitlab, I tried it few minutes ago. See here:
Thanks,I should try gitlab version firstly.
host-kmod 24 Building PATH="/sde1/githup/gitlab_buildroot/buildroot/output/host/bin:/sde1/githup/gitlab_buildroot/buildroot/output/host/sbin:/sde1/githup/gitlab_buildroot/buildroot/output/host/usr/bin:/sde1/githup/gitlab_buildroot/buildroot/output/host/usr/sbin:/home/tony/.pyenv/plugins/pyenv-virtualenv/shims:/home/tony/.pyenv/shims:/home/tony/.pyenv/bin:/usr/lib64/qt-3.3/bin:/app/local64/bin:/app/local64/java/default/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/tony/bin" PKG_CONFIG="/sde1/githup/gitlab_buildroot/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/sde1/githup/gitlab_buildroot/buildroot/output/host/usr/lib/pkgconfig:/sde1/githup/gitlab_buildroot/buildroot/output/host/usr/share/pkgconfig" /usr/bin/make -j5 -C /sde1/githup/gitlab_buildroot/buildroot/output/build/host-kmod-24/ make[1]: Entering directory
/sde1/githup/gitlab_buildroot/buildroot/output/build/host-kmod-24' /usr/bin/make --no-print-directory all-recursive Making all in . CC shared/util.lo CC tools/rmmod.o CC tools/insmod.o CC tools/modinfo.o CC tools/modprobe.o CC tools/depmod.o shared/util.c:52: error: expected identifier or ‘(’ before ‘do’ shared/util.c:52: error: expected identifier or ‘(’ before ‘while’ make[3]: *** [shared/util.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make[1]: Leaving directory
/sde1/githup/gitlab_buildroot/buildroot/output/build/host-kmod-24' make: *** [/sde1/githup/gitlab_buildroot/buildroot/output/build/host-kmod-24/.stamp_built] Error 2 [tony@gujmVM buildroot]$ cd output/build/host-kmod-24/
You needn't try gitlab, gitlab is our test CI enviornment to prove the code is right!
Pls use github url.
What's sde1 filesystem format? Are you building on vfat/ntfs disk partition?
You can compile host-kmod on your PC alone, to find out why compile fail ?
From my point, Pls try ubuntu 16.04
sde1 is ext4. I still use the centos 6.5. its GCC version is 4.4.7.
Seems GCC and some lib is too old, but there are no error when I config the host-kmod.
Just delete this line, and then complie successfully.
Good
make csky_gx6605s_fbcon_defconfig make
Get below Error : per website info, this error is that's GIT url changed from http to https.
[tony@gujmVM buildroot]$ make WARNING: no hash file for csky-addons-4d8cf67c57ab2d70dfb7e5908fe0e9b6199c8a71.tar.gz