|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
installing the gcc cross compiler
While i try to install the gcc cross compiler using following commands in fedora 6 commands Code:
cd /etc/yum.repos.d/ # wget http://fedora-arm.wantstofly.org/cross/cross.repo # yum install armv5tel-redhat-linux-gnueabi-gcc i got an error Code:
# cd yum.repos.d [root@sparc yum.repos.d]# wget http://fedora-arm.wantstofly.org/cross/cross.repo --19:08:51-- http://fedora-arm.wantstofly.org/cross/cross.repo Resolving fedora-arm.wantstofly.org... failed: Temporary failure in name resolution. [root@sparc yum.repos.d]# What is this error?How to solve it Last edited by pludi; 04-08-2010 at 11:35 AM.. Reason: code tags, please... |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
The error is letting you know it cannot get to the server by the name that was given. This is an error in name resolution (DNS or Hosts lookup), as the error mentions. Check your repos file and see if you can ping or trace route to the host.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks
But i am very new to linux and its repos,only of few days experience.I cannot follow the rectification that shown above.Please make it simple so that a beginner can understand. Last edited by sujith4u87; 04-09-2010 at 12:54 AM.. Reason: Mistake occured |
|
#4
|
|||
|
|||
|
This may help you get started
Docs/Drafts/SoftwareManagementGuide/ConfiguringRepositories - FedoraProject |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cross gcc compiler on OpenSUSE | Kolesar | SuSE | 0 | 03-04-2009 03:31 AM |
| GCC cross compiler for x86_64 | Mandar123 | Linux | 0 | 01-03-2009 06:08 AM |
| GCC cross compiler for x86_64-elf | Mandar123 | Linux | 5 | 01-01-2009 06:20 AM |
| How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries? | f.ben.isaac | Programming | 12 | 11-14-2008 10:25 AM |
| Installing Apache and a C Compiler on Solaris 8 | alfabetman | UNIX for Dummies Questions & Answers | 2 | 10-02-2001 04:42 AM |
|
|