Debian :: Installing Armhf Cross Tool Chain

Apr 25, 2016

I tried to install the cross toolchain for armhf but, apparently, I borked something. I tried to follow the directions here : [URL] .... but he lost me at "The key fingerprint is: 084C 6C6F 3915 9EDB 6796 9AA8 7DE0 8967 1804 772E (you will need to install curl in a bare chroot)".

I have successfully installed the toolchain according to the gnuarmeclipse method and don't recall any references to "chroot"; it was pretty straight forward. That machine took a dump and I need to start over. I would like to install the toolchain without Eclipse getting in the way (and hogging memory).

View 1 Replies


ADVERTISEMENT

Software :: Need To Build Cross Compiler Tool Chain

Sep 23, 2010

I have downloaded the source for an embedded Linux system but no tool chain. I want/need a tool chain to rebuild the system image. Can anyone point me to a 'How to' for building the environment? It is an ARM9 system.

View 4 Replies View Related

Programming :: Building Cross Compiler Tool Chain On F14 For Other Distributions?

Apr 24, 2011

My Linux: Fedora 14 x64
My gcc: 4.5.1
My Glibc: 2.12.90

target Linux: "Ubuntu 8.04.4 LTS" hardy
target kernel: 2.6.24-29-server x64
target gcc: 4.2.4 target Glibc: 2.7

I need gcc/g++ and fortran. I Googled and most documents I found are somehow outdated and targeting for ARM, not for other Linux.

View 8 Replies View Related

Programming :: Building PPC476 Enabled GCC Cross Compiler / Tool Chain

Aug 2, 2010

I am trying to build a cross GCC compiler for PPC476. I applied all the relevant patches. Cross compiler build was successful. When I try to compile the source code using the cross compiler I am getting the below error message. I think this is something related to linker.

Code:
cow_shim_funcs_startup_shutdown.o cow_shim_utils.o ../../dm/cfg/cfgi.a ../../dm/pl2/libsas21xxpl.a ../../raid/pfk/libpfk.a
/home/Raghu/gcc/cross-compiler/ppc/tools/lib/gcc/powerpc-unknown-linux-gnu/4.3.1/../../../../powerpc-unknown-linux-gnu/lib/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** [app.out] Error 1

View 3 Replies View Related

General :: Cross-compile "sudo" Source For Power-PC Platform Using Montavista Tool Chain?

Jan 30, 2010

I'm trying to cross-compile "sudo" source for Power-PC platform using Montavista tool chain. I'm getting the following error message during configuration: checking host system type... Invalid configuration `ppc_82xx': machine `ppc_82xx' not recognized It is clear that it has found the cross-compiler and configure knows that we are cross-compiling but it fails to recognize the machine. The complete dump follows:

[vhn@localhost sudo-1.7.2p2]$ ./configure --host=ppc_82xx
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: Configuring Sudo version 1.7.2p2
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog

[Code]...

View 3 Replies View Related

General :: Cross Compile Php For "arm" Target Using "arm-angstrom-gnueabi" Tool Chain

Apr 28, 2010

I am trying to cross compile php for "arm" target using "arm-angstrom-linux-gnueabi" tool chain. Apache compilation was successful after using a few ac_cv configuration options(and a few others to get rid of compile errors). But was unable to compile php for the target, as the 'apxs' file used was not executable in the build machine.

I tried creating an apxs file for the build machine architecture(intel 686), and using it. It was able to compile then, but still php page is not getting displayed on the web server. (Have done the procedures like, loading the libphp5 module on httpd conffile and all)

View 1 Replies View Related

Ubuntu Installation :: GNU Tool Chain For AVR?

Aug 4, 2010

I am trying to install the Tool chain for avr following this link:[URL]

I get an error that I need gmp and other things so I try to install them as pointed out in the same web page lower:

Build GMP for MinGW

* Version 4.2.3
* <http://gmplib.org/>
* Build script:

[Code].....

the point is that I have no idea in which directory to install the gmp.

View 1 Replies View Related

Red Hat / Fedora :: Build Tool Chain For Arm Processor?

Apr 5, 2010

iam having fedora 10 core so w to build toolchain for arm processor or systametic steps for building toolchain of arm processor on fedora 10 core.

View 1 Replies View Related

Debian Programming :: Linux Headers For Armhf And Gcc

Jun 24, 2015

I'm running debian testing on my armhf machine. I need to install linux headers after searching with apt-cache. I ran the command

Code: Select allsudo apt-get install linux-headers-3.16.0-4-all-armhf

But it says it will also install gcc-4.8.. I checked my gcc version which is 4.9. and running. sudo apt-get install gcc . says gcc is already the new version.How do i install the headers without installing gcc-4.8

View 3 Replies View Related

Debian Configuration :: Backport Version Lagging Behind On Armhf

Mar 17, 2016

On my raspberry pi 3 with debian jessie I'd like to install a new version of ejabberd (xmpp/jabber server). For some platforms, the latest version 16.02 is available under jessie-backports, but for armhf, it is not: in the table at the bottom of <https://packages.debian.org/jessie-backports/ejabberd>, next to armhf is the version 16.01 listed in red, instead of 16.02 in green as for amd64 etc. What do these colours mean, and why the difference in versions? Will 16.02 become available for armhf as well in the (near) future, or is this an indication of a more serious problem?

Jessie's older version 14.07 does not offer the features I need, and 16.01 does not run at all; hence my hopes are pinned on 16.02.

View 2 Replies View Related

Debian Installation :: Install Cifs-utils On Wheezy Armhf 404 File Not Found

Aug 12, 2014

Install cifs-utils on wheezy armhf
apt-get install cifs-utils --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code] ....

View 7 Replies View Related

Programming :: Sms Server Tools Cross Compiling Sms Server Tool For An Embedded Computer And Make Just One Binary File For It?

Mar 27, 2010

I wanted to know how can I cross compile SMS SERVER TOOL for an embedded computer and make just one binary file for it or how can I change all of its default files places like its demon and object file and gather all of them to one directory to execute and use and run.let me explain it better for you : I have an embedded computer with Linux OS that its file system is read only and I can not add any file to /usr /lib and ..... and I can just mount a SD memory card to it and copy all of my programs to it and run them from there as you understand I have two choices to choose, first make one big binary file for each program that I am doing it now and it is not a suitable solution and the second is finding the way to change default place of shared object file of my program.now you tell me what can I do to solving this problem.

View 1 Replies View Related

Software :: Installing GCC Cross Compiler In Fedora

Apr 8, 2010

While installing the gcc cross compiler in fedora using the following commands
# cd /etc/yum.repos.d/
# wget [URL]
# yum install armv5tel-redhat-linux-gnueabi-gcc

I got a error:
# cd yum.repos.d
[root@sparc yum.repos.d]# wget [URL]
Resolving fedora-arm.wantstofly.org... failed: Temporary failure in name resolution.
[root@sparc yum.repos.d]#

View 1 Replies View Related

Debian :: Install Dependency Chain Of A Deb Pack In Few Steps?

Jul 12, 2011

There may be a way not to download all dependency and install one by one.But how?Sorry for such a basic question but i could find only solutions for ubuntu.

View 6 Replies View Related

General :: Different Between Chain RH-Firewall-1-INPUT And Chain INPUT?

Feb 28, 2011

whats the different between Chain RH-Firewall-1-INPUT (2 references) and Chain INPUT (policy ACCEPT)?

View 1 Replies View Related

Debian Programming :: Cross Compiling With Qt

Dec 11, 2014

I am trying to cross-compile my Qt application for armhf on Jessie, so what I did was install qt5-default:armhf, but when I tried running qmake I found out that it contains also an armhf version of qmake so I was not able to run it.Then I installed the amd64 version to have at least a runnable version of qmake, but it was only to find out that qmake contains only hardcoded paths, so I could not use it for the armhf libraries, well I could but I had to run qmake (amd64 version) and afterwards open the makefile and change all paths from amd64 to armhf.

But as this is not so convenient I was wondering if there is a normal way to do this, I know you can compile the source yourself but I had quite a lot of problems with dependencies there. Is it possible with the standard repository binaries or should I just go back to compiling the source myself? Maybe I can compile only the building tools without building all the libraries I already got from the repository.

View 0 Replies View Related

Debian :: Cross Grading From I386 To Amd64

Jan 16, 2016

I'm using my Debian installation for a long time (~10 years) and my system is evolved to fit my tastes, usage habits and hardware setup. However, this system started on 32bit hardware and It's having some major limitations (both performance and coping with the hardware) on a 64bit system with 16GB RAM.

I've read the cross grading manuals on the network and they don't feel like firmly tested and the best ways to do it. I'm perfectly capable of anything, minimum downtime is essential since this is my primary workstation and I need it for many daily (light and heavy) tasks.

View 3 Replies View Related

Debian :: Cross Subdomain Session With Apache And Php?

Sep 13, 2010

I have a debian server default installed and i am trying to get cross subdomain session to work. I used this code to test on 2 subdomains

<?php
session_set_cookie_params(0 , '/', '.domain.ltd');
session_start ();

[code]....

View 1 Replies View Related

Debian Programming :: Cross Platform Sql Gui Apps

Jun 8, 2014

What are the availability`s for cross platform sql , gui, application development using raw code in the Debian environment. I would rather work with raw code. I have been working with PHP MySQL, need to advance to Universe Application Development cross platform Raw Code for both mobile and desk top.

View 1 Replies View Related

Software :: Cross-compiling With MinGW In Debian

Jan 14, 2011

I need a tutorial on using mingw in Linux to compile programs for windows.

View 1 Replies View Related

Software :: Installing Madwifi-tool On Ubuntu?

May 3, 2010

I installed newly Ubuntu 10.04 LTS on Acer Aspire One notebook. When I issued the command 'sudo apt-get install madwifi-tools' it returns 'Couldn't find package madwifi-tools'

In software sources, all the options main, universe, restricted, multiverse are checked.

View 4 Replies View Related

Debian Programming :: Cross-compiling A Kernel For I386-elf

Nov 14, 2013

I just finished building a cross-compiler for i386-elf. But when I try to use it, the terminal gives me this error:

Code: Select all/home/isaac/Cross-compiler/lib/gcc/i386-elf/4.8.2/../../../../i386-elf/bin/ld: cannot find crt0.o: No such file or directory
/home/isaac/Cross-compiler/lib/gcc/i386-elf/4.8.2/../../../../i386-elf/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status

View 13 Replies View Related

Debian Programming :: Way To Create Cross-platform GUI Application

Oct 30, 2014

I'm looking for a way to create a cross-platform GUI application. The result must be able to run on linux, windows and OSX. And it must be a point-and-click GUI.For development I should be able to rely on Open-Source tools on linux only (that means no access to Windows or OSX)The target should be able to install the result relatively easily, that means any dependencies must be freely available, and the setup steps must be very minimal (probably means no installing development tools or running compilers)

My first thought was java, but the standard Swing GUI can look a bit ugly on some platforms. So I'm wondering if there's anything else. My next thought was C++/Qt, but I don't think I can cross-compile this from Debian for Windows or OSX, can I? Next I thought of python and PyQt, but it looks like PyQt isn't available for OSX. And finally I even thought of making some kind of web application running on a tiny web server of some kind, then accessing it with a native browser, but I'm pretty sure this doesn't meet the "easy to install" criteria. I'm finding this so tricky, do all the existing cross-platform applications use natively-compiled C++ for this? Or is there an obvious alternative that I'm overlooking?

View 6 Replies View Related

Debian Installation :: Black Screen With Cross Pointer After Boot

Sep 19, 2015

Yesterday I installed Debian Jessie, I ran into a few problems at first, but in the end everything worked fine. It started the desktop environment (gnome). I installed a few programs(sudo, chromium, tor) and saw that everything was working correctly. I shutdown the system with the command "shutdown now". Then I booted into windows to make sure I hadn't broken anything there (which I did not), but when I tried going back to Debian, it booted to a black screen with a cross as a pointer. By pressing ALT CTRL <FKEY>, I can effectively get to other virtual terminals and login there, however trying to start the desktop environment with "startx" results in the same thing.

I installed Debian on an external hard drive and made four partitions, boot, /(root), /home, and swap.

I also tried to apt-get install --reinstall gnome and apt-get install --reinstall xorg, but the result is still the same

Not actually solved, but in the end just reinstalling got rid of the problem.

View 6 Replies View Related

Programming :: Error Installing Valgrind : Failed To Start Tool 'memcheck' For Platform ?

Dec 15, 2010

I tried to install valgrind to my local directory (I don't have privilege to install it under root) by doing the following 3 steps:

(1) ./configure --prefix=/my/local/directory

(2) make

(3) make install

when I run
./valgrind ls -l
as instructed by README, I got this error: valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory

View 1 Replies View Related

OpenSUSE Hardware :: Using Usb Picture Key Chain?

Apr 25, 2010

I got a digital picture key chain and it comes with windows software. I plugged it in and it's detected as a read only usb storage, so I can't upload any pictures in it

View 3 Replies View Related

Debian :: Server Monitoring Tool (RAM / CPU And HDD)

Sep 2, 2011

I was looking for some software to run on my Debian vServer which monitors RAM, CPU and HDD usage. This tool should not require Gnome/KDE, so I guess I'll end up with a PHP tool. I did some search but came up with nothing. I'm using Parallels Power Panel (there might be a plugin or something like that?)

View 5 Replies View Related

Debian :: Rar Password Recovery Tool

May 12, 2010

I've forgotten the password of one my rar file. Knows someone a rar password recovery tool for debian?

View 2 Replies View Related

Ubuntu Installation :: Chain-loading Windows 7 After 10.04?

Jul 10, 2010

I've recently installed Ubuntu 10.04 it installed and chain-loaded correctly however I installed it on partition that was too small so I used gParted to copy the files 1:1 to a freed up partition.The result was it copied fine but the Grub file became messed up.

I had to manually reinstall Grub2 from the LiveCD and the Linux was starting up fine, however now I'm unable to boot to Windows.Is there an easy way to reinstall/re-chain the Windows bootloader so its able to chain-load from Grub.

View 9 Replies View Related

Ubuntu :: Get Two Requests For Key Chain Unlocks When Boot?

Jan 18, 2011

For some reason I get two requests for key chain unlocks when I boot? I only have to "sign" one of them but the second one still appears.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved