=== das_plague is now known as prpplague === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [04:07] hi, I want to know if is possible to install ubuntu 12.04 server in a ARM® Cortex™-A7 Dual-Core [04:09] I want to install ubuntu 12.04 server in the cubieboard with ARM® Cortex™-A7 Dual-Core. Is that possible? === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === W1N9Zr1418 is now known as W1N9Zr0 === ynezz_ is now known as ynezz === doko_ is now known as doko === chihchun is now known as chihchun_afk === ahs3` is now known as ahs3 === prpplague is now known as das_plague [15:49] i need some help crosscompiling a library for the arm platform. I am getting errors while compiling the library I get following error during crosscompile:syslex.l:31:21: fatal error: sysinfo.h: No such file or directory compilation terminated. make[2]: *** [syslex.o] Error 1 following is the config.log file : http://pastebin.com/eezqmJ9d and following is the install script : http://pastebin.com/fAErAqSQ [15:50] trying to compile inside virtualbox machine [15:51] Try installing libc6-dev: if you haven't already. Eg. libc6-dev:armhf [15:53] rbasak: does my ,/configure command looks ok in the install script? thanks for your help [15:55] I'm not sure, sorry. I don't see anything that's obviously wrong. [15:56] rbasak: so on my development machine(virtualbox) i should install the libc6-dev correct? [15:56] You probably want to use /usr/include/arm-linux-gnueabihf/sys/sysinfo.h though, which is architecture specific. You should be able to install it inside your VM even though your machine isn't armhf thanks to multiarch. [15:56] No, you specifically want libc6-dev:armhf [15:56] https://help.ubuntu.com/community/MultiArch [15:57] https://wiki.ubuntu.com/MultiarchSpec [15:57] https://wiki.ubuntu.com/MultiarchSpec#apt_sources [15:59] You want a line like "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports precise main universe" in /etc/apt/sources.list. Then you should be able to "apt-get update && apt-get install libc6-dev:armhf". Replace precise with whichever release you're using. [16:00] I hope that helps. I may be completely off the mark, but doing that shouldn't cause any harm. [16:02] rbasak: how abt this package: sudo apt-get install libc6-dev-armhf-cross [16:05] yokotest321: quite possibly. There are multiple ways to do it, and I'm not sure which is the current best way [16:06] rbasak: but i already have that file from the linaro toolchain which I am using for this crosscompilation. [16:06] find . -name 'sysinfo*' ./arm-linux-gnueabihf/libc/usr/include/arm-linux-gnueabi/sys/sysinfo.h ./arm-linux-gnueabihf/libc/usr/include/arm-linux-gnueabihf/sys/sysinfo.h [16:07] rbasak: so somehow its not able to locate that file during this compilation [16:10] rbasak: if you don't mind could crosscheck once again my install script? how can I specify this libc path for this armhf toolchain to be used during this crosscompilation === chuck_ is now known as zul === wendar_ is now known as wendar [18:38] rbasak: hey, i am still having issues with that compilation error. [18:40] rbasak: i tried modifying the ./configure command to ../binutils-2.21.1/configure --target=msp430 --host=${TARGET} --prefix=$INSTALL_PATH --host_configargs=${EXT_INCLUDE} [18:41] rbasak: where EXT_INCLUDE='-I${TOOLCHAINDIR}/${TARGET}/libc/usr/include -L${TOOLCHAINDIR}/${TARGET}/libc/usr/lib' === das_plague is now known as prpplague