Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3907 - 3936 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3907
I have been trying to get gcc to build for ARM (arm-elf) on Fedora 8 and have repeatedly run into an issue on the final build of the compiler. I have...
carnac100
Offline Send Email
Apr 2, 2008
3:47 am
3908
I've just installed the 4.1 gnuarm toolchain for Cygwin (binutils-2.17, gcc-4.1.1-c-c++, newlib-1.14.0, insight-6.5, setup.exe [25.1MB]) It has a standard...
raphaelbustin
Offline Send Email
Apr 3, 2008
12:13 am
3909
Hello , I am Rupali,i am GCC compiler.We created HEX file of u-boot using GCC. And trie to downoad it from the Philips flash utility, but get the error "invali...
rupali
rupali_space
Offline Send Email
Apr 3, 2008
6:30 am
3910
With Cygwin comes a shell environment. Does it work there? Also, I would recommend switching to the download from CodeSourcery OR WinARM - both use MinGW...
John
stimey_mn
Offline Send Email
Apr 7, 2008
2:15 pm
3911
... It turned out to be a path issue. By moving the "new" path to the start of the path string, I managed to make that problem go away. The problem was the...
Raphael Bustin
raphaelbustin
Offline Send Email
Apr 8, 2008
2:23 am
3912
AA All, A new start up company in cairo egypt work in biomedical field need 2 engineers software engineer with the following skills -c/c++ -Linux -Device...
mostafa elwakeel
mostafa_elwa...
Offline Send Email
Apr 12, 2008
10:43 am
3913
hi I need documentation for LPC2210 ARM7TDMI-s Phillips instruction set details format.Which gives me details for cpu cycle and energy consumption for each...
Vipul Patel
vrp_822001
Offline Send Email
Apr 13, 2008
11:33 am
3914
visit Hitex Website. Vipul Patel <pvr@...> wrote: hi I need documentation for LPC2210 ARM7TDMI-s Phillips instruction set details...
Nilesh
inileshce
Offline Send Email
Apr 13, 2008
12:46 pm
3915
... Good heavens. Well, I'd be happy to dig that information out of the datasheets for you for $200/hr. -Dave -- Dave McGuire Port Charlotte, FL...
Dave McGuire
purringdave
Offline Send Email
Apr 13, 2008
2:25 pm
3916
Hi all, I've heard that link-time rewriting can enable 20%-60% reduction in memory footprint. Is there any switch or support in GCC for this? or is there...
mohsinsaleem36
Online Now Send Email
Apr 14, 2008
10:52 am
3917
... This is otherwise known as "code optimization" (-O) ? TomW...
Tom Walsh
twalsh0001
Offline Send Email
Apr 14, 2008
12:38 pm
3918
No, this is something different. See: http://diablo.elis.ugent.be Tom Walsh <tom@...> wrote: ... This is otherwise known as "code optimization"...
mohsin saleem
mohsinsaleem36
Online Now Send Email
Apr 14, 2008
1:02 pm
3919
... Why not Google for 'GCC link time optimization' and see what you get? This document from GNU.org appears at the top of the list: ...
rtstofer
Offline Send Email
Apr 16, 2008
9:30 pm
3920
After compiling and linking I get an ouput map file. I there there is a bunch of *fill* that take up room in memory. I found that objcopy has an option...
dbrazeau2048
Offline Send Email
Apr 16, 2008
11:36 pm
3921
... is a ... gaps ... Look at the size of the block being filled. I just checked a .map file for an ARM7 project and I had 3 of this fill areas that were each...
rtstofer
Offline Send Email
Apr 17, 2008
12:05 am
3922
... there ... objcopy has ... these ... these ... file ... Is there any option to turn off this automatic alignment or adjust the alignment value?...
dbrazeau2048
Offline Send Email
Apr 17, 2008
12:38 am
3923
... Never assume: how much of a fill are you seeing? A couple of extra bytes or several kilobytes? TomW...
Tom Walsh
twalsh0001
Offline Send Email
Apr 17, 2008
2:46 pm
3924
... 40yahoogroups.com>, ... in ... that. ... a .map ... each 2 ... Well it's looks like it's doing all the aligning on 0x8 and I want it to align on 0x4....
dbrazeau2048
Offline Send Email
Apr 17, 2008
4:24 pm
3925
... Why would GNUARM (designed for a 32 bit machine) align on 8 byte boundaries. I would think you have a serious glitch in your makefile or linker script. ...
rtstofer
Offline Send Email
Apr 17, 2008
4:50 pm
3926
... adjust ... extra ... want it ... makefile ... linker ... I'm trying to do a port from the arm tools to the gnu tools, and I'm just trying to replicate what...
dbrazeau2048
Offline Send Email
Apr 17, 2008
5:05 pm
3927
... I'm ... my ... The linker manual is here: http://www.deetc.isel.ipl.pt/microprocessadores/anteriores/antigas/rec ...
rtstofer
Offline Send Email
Apr 17, 2008
7:54 pm
3928
... any ... http://www.deetc.isel.ipl.pt/microprocessadores/anteriores/antigas/rec ... Unfortunately my makefile is a little more complicated that that. Here...
dbrazeau2048
Offline Send Email
Apr 17, 2008
9:20 pm
3929
... IMO, your problem is with your C compiler, not with the linker or makefile. Boundry alignment like you have been describing sounds to me like a compiler...
Tom Walsh
twalsh0001
Offline Send Email
Apr 17, 2008
9:39 pm
3930
... The 2 instances of the Version array are of different sizes. Both have 4 chars but the first instance also has a '\0' terminator. Try putting an extra '0'...
rtstofer
Offline Send Email
Apr 17, 2008
11:11 pm
3931
... when ... Yea, I tryed NULL terminating version[] in case 2 with the same results, i.e. it does not make it add the *fill*....
dbrazeau2048
Offline Send Email
Apr 17, 2008
11:50 pm
3932
Hi, We managed to port our code from TMS470 Code Generation Tools V2.24 toolchain to GNUARM (version 4.2.2) available at gnuarm.org Everything seems to be fine...
Iulian-Nicu Șerb...
undergraver
Offline Send Email
Apr 22, 2008
9:26 am
3933
Hi everybody. I'm using Embedded Linux Development Kit and I have some errors when I try to execute the makefile to rebuild the lejos firmware. I so use the...
giacojohn
Offline Send Email
Apr 23, 2008
2:20 pm
3934
I didn't look at all the errors, but one definitely stands out. The FPA references would indicate a mismatch of Floating Point. The Libs are pre-compiled...
Eric Haver
havereric2
Offline Send Email
Apr 23, 2008
2:35 pm
3935
... Thank you for your answer *E. And how can I compile the libs with FPA ? $ John.N-Y $...
giacojohn
Offline Send Email
Apr 24, 2008
6:20 am
3936
Hi again!! I've tried this fr the toolchain: #! /bin/sh # Variables export gcc_version=4.0.0 export binutils_version=2.16.1 export srcdir=$(pwd) export...
giacojohn
Offline Send Email
Apr 24, 2008
8:37 am
Messages 3907 - 3936 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help