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 2932 - 2961 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2932
... Shares linking needs some sort of runtime linking support which is generally provided by the operating system. If you're building code that runs on a small...
Charles Manning
embeddedjanitor
Offline Send Email
Jan 2, 2007
12:57 am
2933
Folks, I have a copy of the "Embedded System Design on a Shoestring" book. But I have lost a CD that came with it. I know that I can download the source code...
Nick Alexeev
kender_a
Offline Send Email
Jan 2, 2007
2:25 am
2934
... I would stringly suggest using a more recent version of the toolchain....
Charles Manning
embeddedjanitor
Offline Send Email
Jan 2, 2007
4:04 am
2935
hi, i found the executables built by gnuarm are all static-linked. how can i built dynamical-linked executable? thanks. -- woody then sun rose thinly from the...
Steven Woody
narkewoody
Offline Send Email
Jan 2, 2007
5:24 am
2936
... The gnuarm stuff is mainly targeted at embedded development with no OS (or perhaps a very small RTOS). This scenario typically does not use/ support ...
Charles Manning
embeddedjanitor
Offline Send Email
Jan 3, 2007
12:04 am
2937
... yes, i am using linux on arm9. -- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward...
Steven Woody
narkewoody
Offline Send Email
Jan 3, 2007
2:35 am
2938
... I suggest you go to one of these as a first kick-off point. http://www.aleph1.co.uk/taxonomy/term/32 http://www.arm.linux.org.uk/...
Charles Manning
embeddedjanitor
Offline Send Email
Jan 3, 2007
3:09 am
2939
... so much thanks for you giving the links, especially the first one. and, i've post the question to the arm-linux mailing list waiting for a reply. thank...
Steven Woody
narkewoody
Offline Send Email
Jan 3, 2007
3:48 am
2940
Hi all, "Wish you all happy new year" I have stuck up with printf statement.I wanted to send a floting point value through serial port of LPC2138.I am using...
Gireesh Krishnan
gireeshkayyur
Offline Send Email
Jan 3, 2007
7:20 am
2941
Hi Gireesh Krishnan <gireeshkayyur@...> wrote: Hi all, "Wish you all happy new year" I have stuck up with printf...
kadarla kiran kumar
kadarlakiran
Offline Send Email
Jan 3, 2007
7:53 am
2942
I am sorry to trouble you all by this subject. I really try many ways to resolve these problems, but I did not. I compiled the arm-elf tools on Ubuntu6.10...
volans_wang
Offline Send Email
Jan 4, 2007
4:11 pm
2943
I just ordered the Olimex USB JTAG debugger as you suggested and I'll report my experiences to the list when I get it working. Has anyone else used this...
Johnny Cybermyth
djcybermyth
Offline Send Email
Jan 4, 2007
8:04 pm
2944
... You are missing floating point math functions in your newlib implementation. Either you did not build newlib to include the math functions, or you are not...
Tom Walsh
twalsh0001
Offline Send Email
Jan 4, 2007
8:32 pm
2945
... No, it is in 'libgcc.a'. locate the libgcc.a under where your gnuarm tools were installed, for me it is ...
Tom Walsh
twalsh0001
Offline Send Email
Jan 4, 2007
8:45 pm
2946
Hello, has anyone tried gnuarm for ISAv6 / ARM11? I am looking for an inexpensive and commonly available evaluation kit that allows me to run software on an...
Tom
fivemiletom
Offline Send Email
Jan 5, 2007
1:57 am
2947
... No, it is in 'libgcc.a'. locate the libgcc.a under where your gnuarm tools were installed, for me it is ...
Volans Wang
volans_wang
Offline Send Email
Jan 5, 2007
2:01 am
2948
... It is probably the order in which you are linking objects + libraries together. 'ld' does not do a circular linking process to resolve symbols, essentially...
Tom Walsh
twalsh0001
Offline Send Email
Jan 5, 2007
7:09 pm
2949
Thank you all for giving me so many helpful informations. I have resolved this issue. 1> I have no --with-float=soft in the configure command. gnuarm.org and...
Volans Wang
volans_wang
Offline Send Email
Jan 8, 2007
4:51 am
2950
... np. Just remember, it is now your turn to help someone else. ;-) Regards, TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Jan 8, 2007
6:36 am
2951
Refer to http://www.milw0rm.com/papers/128 00309DE5 ldr r3, [sp, #0] @ value, value E330A0E1 mov r3, r3, ror #1 @ tmp69,...
Nick_Carterk
Offline Send Email
Jan 8, 2007
12:04 pm
2952
... Try adding '-Wa,-adhlns=$(<:.c=.lst)' to your gcc compiler flag list. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Jan 8, 2007
12:18 pm
2953
arm-elf-objcopy is your best friend, check it out =) Stephan _____ From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of Nick_Carterk Sent:...
Stephan Rose
kermos2000
Offline Send Email
Jan 8, 2007
12:23 pm
2954
... That would be arm-elf-objdump #arm-elf-objdump -d -S xx.elf...
Charles Manning
embeddedjanitor
Offline Send Email
Jan 8, 2007
9:33 pm
2955
That would be both then =) arm-elf-objcopy -O binary startup/os.o os.bin os.o being the elf image os.bin being the binary image =) Stephan _____ From:...
Stephan Rose
kermos2000
Offline Send Email
Jan 9, 2007
12:04 am
2956
... With the exception that you lose most of the context of the code you are viewing. The .lss & .lst listing files produce an intermix of the source file...
Tom Walsh
twalsh0001
Offline Send Email
Jan 9, 2007
2:53 am
2957
Scenario: Using yagarto gcc 4.1.1 on a Windows XP platform All .c's are compiled with -mthumb_interwork Interrupt service routines are in separate .c files,...
Robert Diamond
rmd6502
Offline Send Email
Jan 10, 2007
11:57 pm
2958
I am working with some sample code written for another ARM compiler. It has commands or syntax not recognized by gcc. What are the equivalents of the...
armdeveloper
Offline Send Email
Jan 11, 2007
12:13 am
2959
... I have an equivalent in the newlib-lpc library. It's a short assembly routine. The inline then disappears entirely. It's not likely gaining you much...
Robert Adsett
robertadsett
Offline Send Email
Jan 11, 2007
12:37 am
2960
... write an assembly function (in arm / 32 bit mode) that uses the "MRS" instruction to get the cpsr register. "MSR" for set. ... __inline__ . But when I ran...
Tom
fivemiletom
Offline Send Email
Jan 11, 2007
12:41 am
2961
Info on the equivalent get_cpsr and set_cpsr can be found here http://www.koders.com/c/fid862702525C7A3133A2B3227B5F7D45AE8628EEA1.aspx and...
armdeveloper
Offline Send Email
Jan 11, 2007
1:11 am
Messages 2932 - 2961 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