Installation :: How To Know Which Binutils Needs To Install?

Jan 21, 2010

How do I know which binutils I needs to instal? I have linux Linux 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64.there are many binutils available at gnu.org in "software" in "binutils".I am not able to identify which for my machine.

View 10 Replies


ADVERTISEMENT

Installation :: Binutils Error Building ?

May 18, 2010

I'm trying to port binutils to a new architecture. I have changed and created necessary files for this. The configure commad run succusfuly. but when I tried to run make I find probems. the error msg is:

View 1 Replies View Related

General :: Find The Installation Path Of Binutils, Gcc-3.4.4.tar.gz In Ubuntu?

Apr 5, 2011

I have ubuntu 8.10. In this I could find the binutils, gcc are installed. But when ever I try to know that glibc, glibc-linuxthreads are installed are not. It showing that no package is found. For that I have downloaded glibc-2.3.3.tar.gz, glibc-linuxthreads-2.3.3.tar.gz.I want to install these two package.i dont know where to install as am novice to linux.

View 1 Replies View Related

Debian Installation :: Adobe Flash Player On Wheezy (7.4) - How To Get Binutils

Jul 11, 2014

I'm trying to install adobe flash player on wheezy (7.4). I've downloaded the package since adobe thinks apt works in a browser (it doesn't on my laptop). Anyway, I've tried installing the adobe flash player package via gdebi and it complains binutils is not installed. fine, I go to synaptic to find binutils and synaptic cannot find it. I'm not even sure why it is not installed. How to get binutils?

Here is my sources.list:

Code: Select all#
# deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main

# deb http://ftp.us.debian.org/debian/ wheezy main
# deb-src http://ftp.us.debian.org/debian/ wheezy main

[Code] .....

View 14 Replies View Related

Programming :: 'strings' Binary From Binutils - How To Use It

Jul 14, 2010

it is about 'strings' binary from binutils. I recently wanted to test what it does and how it works. The best I did was this:

Code:

#!/bin/sh
PROGRAM="
int main()
{

[code]....

Ok, from the output I don't get it.Can someone show me in a simple script, what is 'strings' good for ?

View 10 Replies View Related

General :: Error While Compiling Binutils 2.15.92 Package?

Feb 11, 2011

I am trying to compile binutils 2.15.92 package on RHEL 5.4, which is required with gcc 3.4.6 version. I have already installed gcc 3.4.6 on /opt/gcc.

I have given the --prefix as /opt/binutils during compilation. I have all flex, bison and m4 packages installed.

I am getting following error during compilation..

Code:
root/binutils/binutils-2.15.92.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp'
ar.o: In function `mri_emul':
ar.c:(.text+0x9f2): undefined reference to `yyparse'

[Code]....

View 7 Replies View Related

Slackware :: Oprofile Wants Older Libbfd Than Binutils Provides?

Oct 20, 2010

oprofile-0.9.6-i486-2.txz links to libbfd-2.20.51.0.8.20100412.so ; binutils-2.20.51.0.11-i486-1.txz has libbfd-2.20.51.0.11.20100810.so. These are all the current packages as of this minute. Linking the new libbfd to the older seems to work.

View 2 Replies View Related

Software :: Determining GCC / Binutils And Glibc Version Compatibility

Apr 4, 2010

This questions pertains mainly to building a brand new GNU toolchain on one machine for deployment on fs of another machine that has no toolchain installed. I understand the machine on which GNU toolchain is going to be built as the 'build' machine. I understand the machine on which GNU toolchain is going to be deployed as the 'host' machine. I understand the machine on which the code generated by the new GNU toolchain is going to be run as the 'target' machine.

Q1.) Is there a fixed 'rule', 'matrix' or 'table' somewhere which tells me exactly which versions of 'binutils' and 'libc' are required by a particular version of GCC? I.e. something along the lines of:

- gcc ver.'k' can be built using gcc ver.'m'(or later) with binutils ver.'i' and libc ver. 'j'
- gcc ver.'k' will operate with binutils ver.'t' and libc ver.'r'(or later)

Is there some 'rule of thumb' / 'heuristics' giving me the above version requirements for the building and operating GCC, or is this information somehow implied or derived systematically. Where can I find more about the above?

Q2) I assume that the libraries have no dependencies on any underlying software other than the system calls provided by the kernel. Furthermore it appears that the libraries are not too sensitive about the kernel version they run on (I found this out from experience). Therefore I could build the libraries on some build machine and place them on the bare naked newly set up host file system without regard to any other prerequisite SW components?

Q3) During operation, do GCC and its various components place system calls directly to the kernel or via library calls (or both)? In other words I am trying to understand conceptually if GCC requires 'Glibc' for its own operation or not?

Q4) During operation, do the 'binutils' components place system calls directly to the kernel or via library calls (or both)? In other words I am trying to understand conceptually if the 'binutils' require 'Glibc' for their operation or not? ( Of course it is clear to me that when GCC is operating it will need libraries and headers to resolve object references in the target code it produces, but that would be a >different< question).

View 5 Replies View Related

Ubuntu Installation :: Possible To Create An ISO Install File/CD From Snapshot Of Current Working Install?

Sep 25, 2010

I have an apparently stable installation of Xubuntu that I've hand-tweaked in a few ways. I'd like to be able to reinstall this system verbatim on this machine should a disk crash happen, etc.Is there a "standard" method to create an install and/or total-backup CD that would be an instantiation of the currently-installed-and-modified system?

View 1 Replies View Related

Ubuntu Installation :: Server Install On Laptop Doesn't Install Pcmcia Support?

Jan 12, 2011

I am installing Ubuntu Server 10.10 on and old Dell Laptop. The network connection is an Xircom PCMCIA card.During install, the computer sees and interacts via the network just fine. For example, I can ping the gateway. Also, the command "lspcmcia" works and show the Xircom card.When I reboot, however, there is no network access, and the "lspcmcia" command is not there. When I try "lspcmcia" the OS helpfully tells me that I can "apt-get" pcmciautils, but, without network access, that fails.I tried adding the install cdrom to apt using "apt-cdrom" and then tried to "apt-get" pcmciautils and it got further, installing some dependencies, but acted like it still was unable to locate the pcmciautils package.

View 1 Replies View Related

Ubuntu Installation :: Install On Hp Pavillion - Hangs On Initial Install Screen Forever

Aug 11, 2011

Trying to install Ubuntu (tried several releases) on HP Pavillion Pentium 4 Proccessor 515 2.93 Gig 1M L2 cache 533mhz 90nm . Have 1 gig ram and 1Tb hd. Hangs on initial install screen for ever. Tried versions from 8.10 (origional disk) to 11.01. Machine works perfectly on Windows XP but who wants that? The model is pavillion 1000 system number pl397aa.

View 7 Replies View Related

Debian Installation :: Unable To Select And Install Desktop Managers In Net-install?

Dec 23, 2015

I downloaded and mounted debian-8.2.0-amd64-netinst.iso on my work machine's VirtualBox v5.0.12 to check out Debian stable/Jessie's installer and clean installation in case I need to do it soon. I like the new installer compared to 11/24/2011 on my old desktop machine. It is much nicer, fancier with its advanced options, etc.

However, I ran into issues with its "Select and Install" part when I selected desktop managers (e.g., KDE and Gnome) and continued. It failed as shown in [URL] .... images. Why? I tried again from scratch and same thing. If I don't select any and just select non-GUI stuff (e.g, SSH and standard system utilities), then it works but I want the pretty GUI stuff.

View 14 Replies View Related

Fedora Installation :: F11 - Graphical Install Fails - Text Install Has No Fdisk

Jun 28, 2009

I have been using Redhat/Fedora for 11 years. I don't understand why Fedora 11, can't even do a vga graphical install, when Windows can.

I tried many parameters, including xdriver=vesa, and it cannot used graphical install.

So, I tried text install, which I have done many times in the past.

However, F11 seems crippled, in that it will NOT do the same install achievable from a graphical install.

It will NOT allow the use of fdisk, and it will NOT allow any selection of any packages.

What is the point of this option?

Even after trying all of this, for a dual boot install, and F11 claims to have installed, there is no grub or equivalent, and the computer just boots windows, just like Fedora 11 did absolutely nothing.

What are the options now? Why is text install so crippled and incomplete? Why is standard VGA mode so hard?

View 1 Replies View Related

Ubuntu Installation :: CD Install - Starts To Install Asks About The Partition Then The Keyboard

Nov 17, 2010

I downloaded Ubuntu and burned it to a CD-There was no problem with that part. It starts to install asks about the partition then the keyboard. Then it just stops and does nothing.

View 3 Replies View Related

Ubuntu Installation :: Install Step Fails: Select And Install Software?

Jan 7, 2011

I'm an OpenSuse user wanting to try something different.Ubuntu Studios caught my attention. I had a brief play with an older version a while ago and liked whatI saw.Im having problems installing though.I've downloaded the 32bit version from the studio website link, and burnt the DVD.However the install always fails at the same stage: Select and install software.The error message is not specific, and no more information is given other than the step has failed.Any ideas what could be causing this? Ive tried to burn the DVD several times, on 2 different machines, but no luck so far.

View 8 Replies View Related

Ubuntu :: Install Drivers To Install / Boot After Installation From Raid Drives

Mar 1, 2011

Installing Ubuntu 10.10 desktop.on a Highpoint rocketraid 2642.Installing Ubuntu, it does not find the drive?How do I install the drivers to install and boot after the installation from the raid drives?

View 1 Replies View Related

Fedora Installation :: Transfer Install Image To USB Drive, Then Install?

Dec 10, 2009

I don't have a working DVD burner. I'd like to transfer the FC12 install DVD image to a USB thumb drive, and install from there. Is that reasonably easy to do?ow would I transfer the .iso file for the install image to the USB thumb drive in such a way that I could boot from i

View 1 Replies View Related

OpenSUSE Install :: HP Tx2525nr Install Fails On 1st Reboot After Installation?

Jan 26, 2010

This system has AMD Turion with ATI HD 3200 Graphics system. Installation program correctly initializes graphics - all installation completes with automatic configuration - gives no option for sax2 to run. Then Suse does not comes up or the x does not comes up or display is not showing anything. I can switch to Vista and Vista boots works from grub menu. How can I test and configure graphics and monitor before installer boots the system?

View 1 Replies View Related

Ubuntu Installation :: Kubuntu-Desktop Install Moved Install?

Mar 7, 2010

I installed Kubuntu-Desktop on Ubuntu & now my Ubuntu installation is on the 2nd (data)partition! It's hard to believe but I'm looking at it from a live cd and that's what looks like happened.For right now, my main goal is to get Ubuntu back.Should I make the 2nd partition bootable so I have a dual-boot option at startup? Should I make the 2nd partition bootable & not the first? Can I uninstall Kubuntu somehow & have things return to how they were?I thought I was just loading an alternative sassion to Gnome.I thought that the only thing I said yes to was to use the KDE boot manager (or whatever).

View 8 Replies View Related

Ubuntu Installation :: Migrate Wubi 10.04 Install To A Full Install?

Mar 19, 2011

What is the easiest and/or safest way to migrate my Wubi 10.04 install to a full install? Currently, my Dell XPS M1530 is currently dual-booting Ubuntu 10.04 LTS and Windows Vista Home Premium, and I've decided after using Windows a total of around 4 hours over the past 6 months that I can probably let it go. So, I don't need Windows anymore and I believe I'm ready for a full install of Ubuntu. Though, I probably will wait for 11.04 to come out first.

A few ways I've thought of already are: 1) Find an external hard drive to put the Wubi files on. 2) Upload files to an storage website. 3) Temporarily put the Wubi files onto another computer (Windows). All these meaning I would then wipe my harddrive and install Ubuntu from a CD. And by "files", I mean Documents, Pictures, Downloads, etc.

EDIT: deleting all my applications, because OpenOffice.org won't reinstall on my computer due to dependency issues while attempting to install LibreOffice. So a fresh install would be nice.

View 4 Replies View Related

Ubuntu Installation :: Re-install Grub2 After New Win7 Install To New Disc?

Apr 18, 2011

I have been running ONLY linux (ubuntu) on my computer for years now. However, a friend sucked me back into the world of MMO's (angry fist @ RIFT). So, I decided to pick up a new disc, slap windows 7 on it and now want to dual boot.Basically I had to do some disc juggling to get windows to play nice. So my windows drive is now first, then my Ubuntu drive second.Its been a while so I'm wondering how involved / what would be the steps to get grub2 to chainload into windows7 (in my head I want to say I'm going to boot into the live cd, mount the windows disc and reinstall the loader to the windows drive since its the first disc in the chain?)

View 1 Replies View Related

Installation :: Manual GRUB Install For Screwed Up Luit Install

Apr 16, 2010

So I am stuck in the bootloader hell. With a vintage PC

Ok, so here's the setup:There is one HDD, with two primary partitions: 1st for the system, 2nd for the swap. I booted Luit Linux Live CD, and ran it's HDD install script. The Luit Linux is based on Damn Small Linux that uses kernel version 2.4.22. For some reason, it's bootloader LILO install did something wrong and the fresh install wouldn't boot

Error 15 By the way, I don't understand why the bootloader texts refer to GRUB, while the install script definitely was installing LILO.

I can now boot again with that same Live CD (or any other CD that would boot to Linux), and once loaded, mount the hard disk and check and update it's contents. I'd like to install there as up-to-date GRUB version what that ancient hardware (48MB RAM) can take, and then configure the GRUB to load that install that's sitting on the hdd.I will be very grateful for any advice. Unfortunately my knowledge of things like GRUB is very poor, so it's difficult to look up advice by searching the internet.

View 9 Replies View Related

Debian Installation :: How To Install Xfce After Install Is Complete From USB

May 7, 2015

When I boot into Debian 8, I pull up a terminal and as root enter "apt-get install xfce4"... It then tries to install but asks for the install DVD. When I insert the USB it will not install from it. It doesn't even acknowledge that it was inserted. It is only looking for a DVD drive. How can I make it pull the files from the usb installer stick?

View 2 Replies View Related

Debian Installation :: Install Rest Of DVD's After Base Install

Jan 30, 2010

I down loaded Lenny(5.0.3) all 6 DVDs. However after installing the base the computer rebooted and I am not sure how to install all the other DVDs. I want s "Sumo" install with everything, particularly - Emacs, GCC, Skype, Qt and all the tools for Software development including the latest GCC libraries.

View 5 Replies View Related

OpenSUSE Install :: When Try To Install 11.2 Do All The Necessary Steps But The Installation Won't Start?

Mar 16, 2010

when i try to install opensuse 11.2 i do all the necessary steps but the installation won't start..i installed and used opensuse before im not clueless...before i reformatted my drive i was using windows 7,ubuntu and opensuse together.harddrive (160 gb) is sufficient and the installation was going smooth..i added kde and xfce from the software selection and enabled mbr and boot from /partition...Actually i tried all the alternatives (disabled mbr and /boot,enabled mbr and disabled /partition) but nothing changes..when the installation starts it says ''preparing the disks''but after waiting for 5 minutes and seeing nothing is changed i reboot and take the disk out of disk tray..where am i doing wrong and what i did wrong this time instead of last time that prevented the installation ...i thought my cd went corrupted so i downloaded and burned a new dvd from iso image.

View 1 Replies View Related

Ubuntu Installation :: Natty Install, Will Only Boot Once After Install?

Apr 28, 2011

I've installed 11.04 64bit several times, and here's what happens. On install and reboot,seems to work fine. Then on 2nd boot, 2 things:1) grub has changed, the count-down counter is gone.2) will not boot in normal mode, I have to boot in reduced graphics mode, and even then only boots about 50% of the time, and then hangs on shut down.Help! I'm running 10.10, and it's got problems on my new laptop too, and was hoping 11.04 would get me where I need to be. I do NOT want to go back to windows.Some more info:Dell Vostro 3550, with Intel i3, and Radeon discrete graphics.3GB DRAM

View 8 Replies View Related

Ubuntu Installation :: Install New MBR On Second Hard Drive Without Having To Re-install Both OS's?

Jul 27, 2011

I have a setup with 3 hard drives. The first hard drive has windows 7 and is a solid state, for my fast computing needs. The second hard drive has another copy of windows 7 on one partition and Ubuntu 11.04 on another (and SWAP space).The third hard drive is just storage.Grub is installed on the first(SSD) hard drive, as well as the MBR (master boot record) for the two windows installs (select win7 in grub, then it lets me select which windows install to boot).Now I want to get rid of my solid state drive, and just run from the second hard drive with dual boot.How can I install a new MBR on the second hard drive without having to re-install both OS's?I've tried removing the first hard drive and using bootrec.exe to re-write the MBR and it will not work.I can install grub, and it boots to ubuntu but when I try windows 7 it says there is no MBR.

View 9 Replies View Related

Installation :: Live Disks Won't Install Drivers Or Install?

Feb 19, 2009

So far I've tried gOS, Linux Mint, Ubuntu, and SuZE. The result is the same: The live disk runs, opens up but the graphics are shoddy, sound doesn't work, everything is very slow, and in attempting to partition and install the os, it stays at "Resizing partitions 0%"I know Live disks are going to be a bit slower, but this is super slow and this computer is just a few months old. Usually the live cds have a database of drivers for common media but it just isn't accelerating the graphics or even recognizing my wireless. I know its not the CDs because they work fine on other (much older) computers.

View 2 Replies View Related

Debian Installation :: Netinst - Fresh Installation Of Lenny Or Squeeze (either Or) And Not Install Exim?

Feb 26, 2010

I haven't used Debian in 1 year or so and would like to know if there is any possible way to do a fresh installation of Debian Lenny or Squeeze (either or) and not install Exim? I get to the package selection section of the Debian Installer and I de-select "Desktop Environment" & "Standard System" so nothing is selected and it still be default installs Exim. Is there a way to omit this from the install?

View 9 Replies View Related

Ubuntu Installation :: Upgrade Installation Error - Could Not Install '/var/cache/apt/archives/libc6_2.10.1-0

Mar 23, 2010

I was trying to update from 9.04 to 9.10.

During the installation, I kept getting tons of errors. Finally something came up saying that I had to abort the installation and it did some stuff. I tried running an application, but I got an error. So I restarted the system.

The normal screen came up where I had to choose the Ubuntu stuff (I'm new to Ubuntu) in the box. I noticed that it had gone to 8.10... which I had earlier before installing 9.04, which went great. So I chose the first on and the system failed to start. I rebooted and tried all the other options, but they all had errors. Now I'm booted to Windows.

I installed Ubuntu from a CD I created. But it is now outdated because it is 8.10, and I have already upgraded to 9.04. 9.04 to 9.10 is where stuff went wrong.

View 1 Replies View Related







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