General :: Crosstool From X86 To Alpha Lacks Detailed Debug Information?

Apr 7, 2010

I have a working build of crosstool - it was built for gcc 3.4.3 using glibc 2.3.5 going from 32-bit x86 linux to 64-bit alpha linux. As far as I can tell -- it compiles correctly (output of alpha emulation matches expected) but it has a major flaw. When I use the cross compiler and attempt to add detailed debug information, it compiles, but does not have the debug information. For example, when I execute:

> /home/leporter/crosstool/gcc-3.4.3-glibc-2.3.5/alpha-unknown-linux-gnu/bin/alpha-unknown-linux-gnu-gcc-3.4.3 -g -o hello main.c

OR

> /home/leporter/crosstool/gcc-3.4.3-glibc-2.3.5/alpha-unknown-linux-gnu/bin/alpha-unknown-linux-gnu-gcc-3.4.3 -gstabs -o hello main.c

I get a working alpha binary for hello world. BUT - when I run objdump - this is what I get

> /home/leporter/crosstool/gcc-3.4.3-glibc-2.3.5/alpha-unknown-linux-gnu/bin/alpha-unknown-linux-gnu-objdump -g hello

hello: file format elf64-alpha

/home/leporter/crosstool/gcc-3.4.3-glibc-2.3.5/alpha-unknown-linux-gnu/bin/alpha-unknown-linux-gnu-objdump: hello: no recognized debugging information

Frustratingly - if I use my x86 gcc version 3.4.6 to do the compilation (same arguments, just using the x86 compiler, not the cross compiler) - it correctly embeds the debug information.

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Application To Read Detailed Information About Video Files?

Dec 27, 2010

Is there a utility that can be used to view file information about a video file? Example: if the file was encoded with ffmpeg, and if it is H.264. In addition, what type of encoder was used for audio?

View 2 Replies View Related

Programming :: Extract Dwarf Information Debug A Section?

May 10, 2011

I would like to extract debug information but I have some problems. For example, I have a executable a.out...

Quote:

nm -f sysv a.out | grep ".global_var" >vars.txt

With this command I extract all my variables. All of them are in .global_var section, and it give me follow information:

Quote:

CAN_station_n |08073258| D | OBJECT|00000001| |.global_var
CONTROLend |080732a7| D | OBJECT|00000001| |.global_var

[code]....

Well, I have only address of my vars, but I would like to know type var or struct of the variables. With dwarf dump I have all of information, but it is a mess...

Quote:

<1><117bc>: Abbrev Number: 32 (DW_TAG_variable)
<117bd> DW_AT_name : (indirect string, offset: 0x153d): draw_limits
<117c1> DW_AT_decl_file : 128
<117c2> DW_AT_decl_line : 207

[code]...

Is there any parser or way to put in order this information?? create a file with the follow information:

name of var - address - type - size - struct or not

View 5 Replies View Related

General :: Build Errors With Crosstool

Jun 15, 2011

I'm trying to install "crosstool" from [URL] in order to create an arm-linux-gcc toolchain for an ARM target. I'm using Slackware 9.0 as I'm using a program(Sim-panalyzer) which seems to install only on such old versions. The installation proceeds fine for about 30 mins until i get an error like

Code:
a - elf/dl-profstub.os
a - elf/dl-libc.os
a - elf/dl-sym.os
a - elf/dl-tsd.os

[Code].....

I tried Linux Mint and I was able to install flex and bison but after some stage of the crosstool installation I got an error like

"these packages are either missing or too old: as ld"

View 1 Replies View Related

Ubuntu Multimedia :: Amarok Random Crashes \ Can't Retrieve The Debug Information?

Dec 21, 2010

ecently (since upgrade to Ubuntu 10.10) being having problems with Amarok randomly crashing.There doesn't seem to be any pattern and it normally just disappears and music stops. Occasionally it comes up with the KDE crash tracker but it can't retrieve the debug information (although i do have amarok-dbg installed, not sure what else i need for that to work though)Anyway i have run it from the terminal and this is the output i got towards the end:

Code:
amarok(7287)/kio (KIOJob) KIO::TransferJob::slotMimetype: mimetype() emitted again, or after sending first data!; job URL = KUrl("http://upload.wikimedia.org/wikipedia/commons

[code]....

View 2 Replies View Related

Ubuntu Installation :: Upgrade From Alpha To Alpha / Beta?

Feb 26, 2010

I upgraded Karmic Koala to Lucid Lynx, Alpha 2. Now I want to upgrade to Alpha 3, and eventually to BetaX. When I enter the command updata-manager -d, the system says that I am up-to-date. Is there a direct way to upgrade to the latest Alpha, or do I need to download the .iso, build a CD, and do an install from that?

View 2 Replies View Related

General :: Install And Give A Detailed Documentation Or Screencast?

Dec 6, 2010

[URL] .and-installing

try to install and give a detailed documentation or screencast.

View 2 Replies View Related

General :: Detailed Description Of The Login Process For Both Root And Normal User?

May 19, 2010

i am looking for a detailed description of the login process for both root and normal user , also locally and remotely.i read some sentences that the files .bashrc and bash_profile are needed for this process. But that was very concise.

View 9 Replies View Related

General :: Advanced Uses Of Kickstart - Write A Report With A Full And Detailed Analysis Of The Two Methods

Apr 30, 2010

Does anyone know or have a book on the advanced uses of kickstart and its deployment methods? I have a challenge and its to: Write a report with a full and detailed analysis of the two methods,(remote installation methods of linux and windows) their differences, and a comparison of features and performance.

I am also going to have two servers (one Windows one Linux)thay deploy a virtual network of VMs with different scopes and policies. What can i really do to go beyond the scopes and policies?

View 1 Replies View Related

General :: Vector 7.0 Alpha And Setting Up Nvidia Driver?

Oct 29, 2010

so I have been messing around with the new Vector 7.0 alpha and wanted to install the nvidia driver and see if it would work. my video card and cpu are as follows

Code:
root:# lshw
PCI (sysfs)
vector.linux.net
description: Desktop Computer
width: 32 bits

[Code].....

View 1 Replies View Related

General :: Cross Compile GNU Make For Alpha Architecture On I686 PC?

Dec 22, 2010

I'm trying to cross compile the GNU make for Alpha Architecture on my i686 PC and the GNU make i compiled would be placed in my virtual hard disk which is a Alpha based linux simulated system. My question is now , I'm able to cross compile the GNU make on my i686 real PC machine , but when i let the make program run in my virtual machine , it pops out the error ..

make: /lib/libc.so.6.1: version `GLIBC_2.4' not found (required by make)

After that, I try another alternative , and I read through the file "INSTALL" on the GNU make directory that I downloaded from the internet . In this case , I downloaded make-3.81. On the sub section "Compiling For Multiple Architectures" It says that

"You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run the `configure' script.`configure' automatically checks for the
source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring for another architecture." And I do not understand the line "by placing the object files for each architecture in their own directory" . What object files that I should put ?

View 3 Replies View Related

General :: Make NIS User Information Override Local User Information On Client Systems?

Jul 30, 2011

How would you make NIS user information override local user information on client systems? This is what I think is right? Add nis on the passwd registration file on the second line Is this correct?

View 1 Replies View Related

Debian :: Lacks Some Commands When First Installed?

Aug 8, 2010

last time i used debian it was missing some commands that were necessary for the stuff i was trying to install on itdebian has no software repositories (not as extensive as ubuntu but i guess thats why its so user friendly) and finding depencancies that are up to date is really hard seeing as though that the ubuntu site says is out of dateone of the commands that i really wished was on there was the MAKE commands like make
make installnd i guess there are other make commands but is there an easy way (i am more than willing to try it the hard way if i have to)

View 14 Replies View Related

Debian :: FFMPEG (libavcodec) Install Lacks H264 - MPEG-4 AVC?

Apr 9, 2011

I am running 64 Bit Debian, 6.0 install with VLC and libavcodec52, libavformat52, and libavdevice52 installed. I also installed recordmydesktop which creates an ogv file, and I would like to use VLC to convert the file to an MP4. Then I can add it to a project under Open Shot Video Editor.

I get the following errors when I try to convert the file: Streaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: H264 - MPEG-4 AVC (part 10). If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player.Do not contact the VideoLAN project about this issue.

Streaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: MPEG AAC Audio. If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue. I've used Google to search for the error message, searched on the forum.videolan.org, and searched on this forum. So far, I've not found a lead to the solution. What am I overlooking/missing?

View 6 Replies View Related

OpenSUSE :: The Open SUSE Package Lacks The Pkgconfig File

Jun 11, 2011

There is no pkgconfig file, so "configure" and "make" commands does not find all the time automatically needed files even they exist.

View 9 Replies View Related

OpenSUSE Network :: Ftp Client Can't Upload - Lacks Permission On Its Own Machine

Sep 28, 2010

Have a pureftp server on OpenSuse 11.2 (x86-64 bit), KDE 4.3.5, dual core AMD. It responds to ftp clients on another machine (openSuse 11.1) within the same subnet (192.168....) and delivers lists of directories, changes directories, etc. The clients (gftp, jftp, filezilla, dolphin--tried them all) are unable to upload to the server (after a successful log-in on the server as a user, not root) with an error message that seems to indicate an inability to open the file on the client machine. Also logged in as user on the client machine. From FileZilla:

Command:STOR FCtinyLogo2.jpg
Response:553-Can't open that file: Permission denied
Response:553 Rename/move failure: No such file or directory

What am I missing in permissions? The directory where the JPG is located belongs to the user who is signed in, its in his home directory. The users on the two machines are not the same.

View 1 Replies View Related

Ubuntu :: Start Program (that Lacks --display Flag) On Second Monitor?

Oct 12, 2010

I was thinking to do my music producing completely on linux and found a plethora of good tools for it. The thing is I have two monitors and instead of launching manually every little app each time I feel creative, I want to make a script that launches all my favorite apps.

So long I have written this little bash script:

Code:

#!/bin/bash
#Start my audio programs for music production
(qjackctl --start)&
(hydrogen --nosplash)&
sleep 1
ardour2

So what it does is that it starts the jack server, then hydrogen and lastly ardour2. The thing is that I want hydrogen to start in the second monitor but don't know how. I have devilspie but I didn't have any luck on finding some command to choose display. I am aware of the --display flag that some programs have like firefox but hydrogen doesn't have it. Btw I use a different X server on each screen. is there a universal way to launch ANY kind of program on a specific display?

View 6 Replies View Related

Ubuntu Installation :: 10.10 Lacks Install Into Largest Un-partitioned Space On Drive

Dec 11, 2010

I regret to see the lack of facility for Guided install into the 'largest unpartitioned space on the drive'. I cannot find it either in the Desktop CD, or the Alternate CD. It seemed to disappear in Ubuntu 10.04 Desktop CD but did stay in the Alternate CD. But in 10.10 it seems to have gone completely.I found it a really *very* useful facility for myself, and also when helping others - when all I had to say to them was - 'delete the existing partition/s, do nothing more expect then, install using the facility 'Install into the largest unpartitioned space on the drive'.

View 4 Replies View Related

Red Hat / Fedora :: Shortcut For Detailed Boot?

Mar 30, 2011

I know that there was some shortcut to see detailed boot process, hardware information. I think it was 'R' but I'm not sure.(I know that I could also remove 'quite' option but this is not the case like also virtual consoles. I'm looking for this particular shortcut and some information what it actually does)

View 2 Replies View Related

General :: How To Enable Debug Message

Dec 29, 2009

I am compiling gstreamer for my ARM board. When i compile that i am not getting "debug" messages. so i want "debug messages" while make my gstreamer. i added "./configure --enable-debug" but still i not getting debug message while i "make".

View 1 Replies View Related

General :: Reduce LVM Messages In /var/log/debug?

Feb 21, 2011

/var/log/debug gets lots of messages any time an LVM snapshot is setup (lvcreate --size ${size}k --snapshot --name "$LVM_snapshot_device" "$LVM_device"). Here is a recent sample.

Code:
Feb 19 22:40:10 CW8 lvm[2163]: Loading config file: /etc/lvm/lvm.conf
Feb 19 22:40:10 CW8 lvm[2163]: Opened /etc/lvm/lvm.conf RO

[code]....

View 5 Replies View Related

General :: Debug Symbols Of GNU Packages

Jul 21, 2011

Where can I find debug symbols of GNU packages, for example for coreutils etc.?

View 3 Replies View Related

General :: Debug Ssh Permissions And Keys?

Nov 15, 2010

I am trying to debug ssh permissions and keys. I am able to connect as root. However, I am unable to login as a new user (e.g., newuser). I have been trying to ssh as localhost to debug the issue. For example:

>ssh -vvvv newuser@localhost

will yield a lot of information. I think this is the relevant section, however, I am unable to resolve:

debug1: Host 'localhost' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:2
debug2: bits set: 533/1024

[Code].....

View 1 Replies View Related

OpenSUSE :: Ksysguard (Monitor) Lacks Process Table Because ProcessTable.sgrd Is Empty

Jul 13, 2011

Ksysguard has always before shown a process table on one tab and the system load charts on a second tab. Loading Ksysguard produces an error message: "The file /home/*/.kde4/share/apps/ksysguard/Processtable.sgrd does not contain valid XML." That file contains nothing, as it's size in Dolphin is 0. Have updated KDE in Yast; removed Ksysguard 4 (which installed ver. 3) then re-installed ver 4. Still lack the process table.

This is OpenSuse 11.4 on a Toshiba A665 laptop. In other respects the system works perfectly, well almost. I'm examining a large number of files recovered by scalpel from a disk image created by ddrescue. This problem appeared while working through the nnnnnnnn.doc files. Most of them open in LibreOffice, but some produce an error message ("Not a Word 95 document"), open as slides (which is OK), or seem to freeze LO (with a CPU core at 100% in ksysguard). Lacking the process table, I'm having trouble killing the LO process (ps doesn't deliver the process number as expected; still studying it).

View 2 Replies View Related

Fedora Installation :: 11: Yum Hides Detailed Info

Jun 19, 2009

After the latest yum updating, yum hides detailed info about what it will do when it work. Previous version of yum will list the packages to be updated, installed, or deleted, and then ask you if it is what you want; this updated yum show nothing but "Are you sure?"( or something equivalent ): you don't know what it will do at all! Seems you have type "y" and see what it will download and install or uninstall. I don't know if new yum has changed its notice method or if I need add some plug-ins for it to show me those info as it did.

View 5 Replies View Related

Fedora :: Setup Some More Detailed Effects In Gnome?

Nov 20, 2010

How do I setup some more detailed effects in gnome? In the menu "System / Preferences / Desktop Effects" There are few options. I wanted to be able to do more settings, and you can do in KDE. How would I do that?

View 1 Replies View Related

Ubuntu :: Can't Select Items In Detailed Mode?

May 9, 2010

I'm running Xubuntu 10.04 and if I am in the detailed view mode with Thunar eventually I will be unable to highlight, select, or take any actions to any item on the list until I switch to another view and back again

View 2 Replies View Related

Ubuntu :: Detailed Logging Of A Specific User?

Nov 9, 2010

we are in a place where we have to give an account (with sudo access...) to a user we don't completely trust (I am reminded of this comic). What we need to set up is some way of logging pretty much everything that this user does, especially what he does as root (via sudo or sudo -s). Now, I know that anything we do can easily be undone by another user with root access, but we feel that if he does disable logging we can use this as a really good excuse to revoke his access. So, does anyone know what logging stuff I'd have to set up to completely monitor one user (it is ok if we are monitoring everyone, but we'd prefer to watch one user if possible)?

View 9 Replies View Related

Ubuntu :: Get Detailed List Of Installed Packages?

Nov 25, 2010

I know I can do a dpkg --get-selections to get a list of installed packages. Is there a way to get the version of the package listed as well?

View 1 Replies View Related

General :: Debug Program And Need Something Like A Virtual Microphone?

Feb 13, 2011

I need debug my program and I need something like a virtual microphone. I would like device "microphone" where I can put sound file and this file will be input for microphone stream. And in application I get this stream from this "microphone"

File -> Microphone -> Application

is it possible?

something like bash command should by very very useful:

aplay --device=mic my_microphone.wav to run a microphone stream

View 2 Replies View Related







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