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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3943 - 3973 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3943
Hi All, I am writing a linker script for the ARM7 LPC2292 MCU. When I compile the code, the linker gives an error: "error: no memory region specified for...
drt80
Offline Send Email
May 1, 2008
1:11 pm
3944
... Try compiling your code with listings turned on, something like: CFLAGS += -Wa,-adhlns=$(<:.c=.lst) You will see those "invisible" sections. TomW -- Tom...
Tom Walsh
twalsh0001
Offline Send Email
May 1, 2008
4:42 pm
3945
I can see options for building newlib w/o float support, but I don't get a build warning when I use %f in a printf call (like you do when %ld is mismatched to...
paloalgodon
Offline Send Email
May 6, 2008
8:20 pm
3946
Hi Steve, I remember that print-ing float/double values is done allocating memory from the heap [at least in GNUARM 4.2.2] ( I guess there is a variable number...
Iulian-Nicu Șerb...
undergraver
Online Now Send Email
May 6, 2008
9:09 pm
3948
Hello Group, I wanted to use the DOM or SAX parser in LPC2400 ARM platform. 1. Have anyone has ARM port (or) Keil RTX port for libxml2? 2. Share any other way...
S.R.Sasi Kumar
srsasi
Offline Send Email
May 10, 2008
5:53 pm
3949
Hello. I am using GCC with LPC2138. Did someone manage to have the IAP work with GCC ? Thank you very much. Jerome...
titi_toon
Offline Send Email
May 13, 2008
8:25 am
3950
... Sure... Grab the demo code (for LPC2148) from www.jcwren.com/arm Richard...
rtstofer
Offline Send Email
May 13, 2008
2:39 pm
3951
I read today on wikipedia the ARM arch is biendian. That would be handy for my current problem (libc/newlib expects everything little endian on arm, and I...
paloalgodon
Offline Send Email
May 14, 2008
6:04 pm
3952
In conjunction with my earlier question: I can recover my integers manually by swapping symmetrically about the middle regardless of size. My singles &...
paloalgodon
Offline Send Email
May 14, 2008
7:02 pm
3953
Hi Steve, Wikipedia is right in some way. But this won't help you. The BI- endianess is only something to choose from for the chipmaker, which buys the...
antragsformular
Offline Send Email
May 15, 2008
7:34 am
3954
Hi, this is not entirely true. Higher end ARM cores seem to be able to switch endianess for example the ARM962EJS core has the "B" bit (bit 7) in the "Control...
Foltos
foglaltid
Offline Send Email
May 15, 2008
7:52 am
3955
... Sure. Flip the endianness bit permanently, and recompile ALL your code, including the libraries, in big-endian mode. (assuming that your particular ARM...
William "Chops" Westf...
westfw
Online Now Send Email
May 15, 2008
8:55 am
3956
How do I the information for this function. In the same way I want to print the ROM and RAM location and size. Many thanks in advance. Wilco...
meewis
Offline Send Email
May 15, 2008
6:17 pm
3957
... Add some symbols to your ldscript. These can then be used from C/asm. THis is also typically how the C startup code initialises BSS sections etc. For...
Charles Manning
embeddedjanitor
Offline Send Email
May 22, 2008
2:17 am
3958
Hi, Anybody know how to find clock cycle using code sourcery ARM tool chain. Thanks sakthi....
sakthi
sakthi642
Offline Send Email
May 26, 2008
9:12 am
3959
I could not understand what do you want to about clock cycle using arm tool chain. Generally arm processer will maintain global counter that gets ticked based ...
Vinay SG
sg_vinay
Offline Send Email
May 26, 2008
9:53 am
3960
Hi Vinay, I want to measure the performance of the code in term of MHz. I used clock() function for finding clock cycle for each function but it will not...
sakthi
sakthi642
Offline Send Email
May 26, 2008
10:10 am
3961
May I know which arm processor/platform/RTOS are you using and what version of the codesourcery tool are you using? I know ideally the clock() function should...
Vinay SG
sg_vinay
Offline Send Email
May 26, 2008
12:41 pm
3962
I'm using ARM9E on code sourcery 4.2.1 tool chain for window 2000. For accessing counter register, I want to know address of these register. Where can I get...
sakthi
sakthi642
Offline Send Email
May 26, 2008
1:00 pm
3963
Yes, you need to find the possible usefull register address in ARM9E TRM document. Then using this register construct API definition that could be used for ...
Vinay SG
sg_vinay
Offline Send Email
May 26, 2008
1:03 pm
3964
... Perhaps I built this toolchain by just dropping the --with-headers bit....
Charles Manning
embeddedjanitor
Offline Send Email
May 30, 2008
3:39 am
3965 Alexandre Umino (Spin)
alexandre_umino
Offline Send Email
May 30, 2008
9:46 am
3966
Hello, I have been perusing the thread and wanted to see if I could get some help. I was wondering if the combination of OpenBSD, GnuArm, OpenOCD and a LPC2XX...
i_luv_analysts
Offline Send Email
May 30, 2008
8:12 pm
3967
I read on this thread that Thumb2 would not be supported until gcc 4.3. On the gcc.gnu.org site, there is a gcc 4.3. On the GnuArm site the gcc seems to be...
i_luv_analysts
Offline Send Email
May 30, 2008
8:23 pm
3968
There is a GCC that works, from codesoucery...
Alain M.
alainm3
Offline Send Email
May 30, 2008
8:49 pm
3969
http://www.codesourcery.com/gnu_toolchains/arm You may want to read https://support.codesourcery.com/GNUToolchain/target_arch1?@template=faq Regards Peter...
Peter Pearse
peter746273
Offline Send Email
May 31, 2008
12:57 pm
3970
Thanks. I couldn't get Codesourcery to work "out of the box" on Vista so I am deciding what my next move is. ... @template=faq ... gcc ... site ... can I...
i_luv_analysts
Offline Send Email
May 31, 2008
4:36 pm
3971
Thanks ... gcc ... site ... can I...
i_luv_analysts
Offline Send Email
May 31, 2008
4:36 pm
3972
Never mind I got it working. I had to install as admministrator, update PATH for all users, compile with the generic-hosted.ld script to run on the emulator. ...
i_luv_analysts
Offline Send Email
May 31, 2008
5:31 pm
3973
Hi I am wondering if anyone has some code for SPI on the LPC2148 using GNUARM. I have found some snippets here and there, but no general nicely laid out...
morken_s
Offline Send Email
Jun 1, 2008
8:05 am
Messages 3943 - 3973 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