Hello,
I am trying to install ARM tollchain in my GCC. But i am not getting to install correctly. When i try to compile an u boot image i am getting the following errors in last few lines ..
Code:
make[1]: Leaving directory `/home/ariem/Desktop/u-boot-200901-lange51/tools'
make -C examples all
Hello,
I am trying to compile my kernel for ARM Processor. when i do that i am getting some following error. I didnt find what will be the problem.
Code:
root@ariem-desktop:/home/ariem/Desktop/kernels/linux-2.6.28-006rc8# make CROSS_COMPILE=/home/ariem/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- uImage
CHK include/linux/version.h
Hello,
I am trying to compile the QT browser for arm processor. But i am getting the below error as
Code:
../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error: #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
make[1]: *** [.pch/release-shared-emb-arm/QtCore.gch/c++] Error 1
Help !! I'm trying to get a friends camera working.. Its a LogicTech QuickCam Net. I downloaded the source for the driver, qc-usb-0.6.6, but this is what I get when I try to make it.. I'm stuck.. Any ideas?
Code:
tux@tux-AMD-PC:~/Desktop/qc-usb-0.6.6$ sudo make all
[sudo] password for tux:
Hi,
I'm trying to run LTIB on my ubuntu 10.04. It's failing when it's creating u-boot-mpclite5200b.It's shown below. Any help is really appreciated.
I have few query regarding Ubantu, please do needful
Query
1. From where I get sourse of linux kernal, boot loader, file system, tool chain, xloader for X86 ? It means all these part are include in Ubantu package or get sourse from others and where?
2. Ubantu soure, what are the componet like insite the package where we download? file system is inside the package or not ?
3.
I am getting this error while running this command
[root@himanshi busybox-1.20.2]# make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- CONFIG_PREFIX=/home/himanshi/beagleboard_xm/target install
/home/himanshi/beagleboard_xm/build/busybox-1.20.2/scripts/gcc-version.sh: line 11: arm-unknown-linux-gnueabi-gcc: command not found
CC applets/applets.o
/bin/sh: arm-unknown-linux-gn
I want to cross compile an ARM kernel module on my x86 ubuntu linux.
I have downloded kernel source(linux 2.6.26 since target ARM machine is running this linux version).
and I apt-get'ed arm cross compiler.
Attempting to compile D-Bus for ARM but encountering an error.