pschasch Posted September 29, 2015 Posted September 29, 2015 Hello, first tried building "https://github.com/igorpecovnik/lib"on ubuntu 14.04-Desktop, but "./compile.sh" failed and let crash the internal-terminal-gui-prog. Today I tried on 14.04.3-Server-Fresh-installed in a vmware, but "./compile.sh" fails too: ------------------------------------------------------------------ image : R1-> Jessy-> with_XFCE-> kernel_3.4.x ------------------------------------------------------------------ ... .. . make KBUILD_SRC= CHK include/linux/version.h CHK include/generated/utsrelease.hmake[3]: `include/generated/mach-types.h' is up to date. CALL scripts/checksyscalls.sh CHK include/generated/compile.h CHK kernel/config_data.h Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready Building modules, stage 2. MODPOST 1170 modulesWARNING: drivers/net/wireless/bcm4330/bcm4330: 'bcmsdh_probe' exported twice. Previous export was in drivers/net/wireless/ap6210/ap6210.koWARNING: drivers/net/wireless/bcm4330/bcm4330: 'bcmsdh_remove' exported twice. Previous export was in drivers/net/wireless/ap6210/ap6210.koWARNING: drivers/net/wireless/bcmdhd/bcmdhd: 'bcmsdh_probe' exported twice. Previous export was in drivers/net/wireless/ap6210/ap6210.koWARNING: drivers/net/wireless/bcmdhd/bcmdhd: 'bcmsdh_remove' exported twice. Previous export was in drivers/net/wireless/ap6210/ap6210.koWARNING: modpost: Found 1 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y' IHEX2FW firmware/emi26/loader.fw IHEX2FW firmware/emi26/firmware.fw IHEX2FW firmware/emi26/bitstream.fw IHEX2FW firmware/emi62/loader.fw IHEX2FW firmware/emi62/bitstream.fw IHEX2FW firmware/emi62/spdif.fw IHEX2FW firmware/emi62/midi.fwmake[3]: *** No rule to make target `firmware/ap6210/bcm20710a1.hcd', needed by `__fw_modbuild'. Stop.make[2]: *** [modules] Error 2make[1]: *** [deb-pkg] Error 2make: *** [deb-pkg] Error 2mv: cannot stat ‘*.deb’: No such file or directoryreal 11m58.600suser 30m1.096ssys 3m28.508sTue Sep 29 16:56:47 CEST 2015root@armbian:~/armbian# What am I doing wrong?
Igor Posted September 30, 2015 Posted September 30, 2015 Are you using defaults settings and if not, what have you changed? It's strange since I just build an image, Ubuntu 14.04 ... always up to date. Reboot, force update scripts (remove /lib), ...
pschasch Posted October 1, 2015 Author Posted October 1, 2015 mhhhh....i fresh installed : ubuntu-14.04.3-server-i386.isomd5 352009d5b44f0e97c9558919f0147c0c ubuntu-14.04.3-desktop-amd64.isomd5 cab6dd5ee6d649ed1b24e807c877c0aeubuntu-14.04.3-server-amd64.isomd5 9e5fecc94b3925bededed0fdca1bd417only did the: mkdir armbian cd armbian/ apt-get -y install git git clone https://github.com/igorpecovnik/lib cp lib/compile.sh . chmod +x compile.sh time ./compile.sh ; date r1.jesse,with xfce,3.4 !!! USING DEFAULTS !!!...but because of errors I needed to install some stuff: 4 apt-get -y install git 10 apt-get -y install make 12 apt-get -y install build-essential 29 apt-get -y install gcc-arm-linux-gnueabihf 32 apt-get -y install device-tree-compiler user@armbian:~$ arm-linux-gnueabihf-gcc --versionarm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.8.2-16ubuntu4) 4.8.2Copyright © 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.should it run on Desktop too?
pschasch Posted October 1, 2015 Author Posted October 1, 2015 today was testing with your iso: http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot/mini.iso r1.jesse,with xfce,3.4 !!! USING DEFAULTS !!! ERROR: o.k. ] ... Upgrade to 3.4.109 [ kernel ][ o.k. ] ... Bananapi/Orange/R1 gmac [ kernel ][ o.k. ] ... Bananapi PRO wireless [ kernel ][ o.k. ] Patching [ u-boot v2015.07 ][ o.k. ] ... Add Lamobo R1 [ u-boot ][ o.k. ] ... Add AW SOM [ u-boot ][ o.k. ] ... Add boot splash [ u-boot ][ o.k. ] Patching [ other sources ]star kernel[ o.k. ] ... DMA disable on FBTFT drivers [ misc ][ o.k. ] ... small TFT display support [ kernel ]/home/dev/armbian/lib/common.sh: line 28: /home/dev/armbian/sources/u-boot/spl/.config: No such file or directory/home/dev/armbian/lib/common.sh: line 30: /home/dev/armbian/sources/u-boot/spl/.config: No such file or directory/home/dev/armbian/lib/common.sh: line 33: dialog: command not found[ o.k. ] Building deb [ linux-u-boot-lamobo-r1_4.4_armhf.deb ][ error ] Building failed, check configuration. [ linux-u-boot-lamobo-r1_4.4_armhf deleted ] Maybe because of the network? apt-get update shows an error too: .. . . Reading package lists... DoneW: GPG error: http://repo.aptly.infosqueeze InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E083A3782A194991 dev@dev-m-pack:~/armbian$ Any ideas?
Igor Posted October 1, 2015 Posted October 1, 2015 System or network problem. Something is missing or is corrupted, not downloaded ... apt-get update Must give clean / error less output. Fix that part first. No, you don't need an desktop and you can start with Ubuntu minimal image. I made few test rides and haven't got any problems.
pschasch Posted October 7, 2015 Author Posted October 7, 2015 good morning, just for info. Today i was able to compile r1.jesse,with xfce,3.4 on the 14.04. Maybe network problems in the past. Thanks! 1
Recommended Posts