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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3973 - 4002 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
3974
... I would suggest that you join the Yahoo group for the LPC2000. There is a very active community of knowledgeable people on that list. TomW -- Tom Walsh -...
Tom Walsh
twalsh0001
Offline Send Email
Jun 1, 2008
9:16 pm
3975
... using ... There is ... http://openzipit.org ... And you can download sample code from www.jcwren.com/arm. He has written a massive amount of code for the...
rtstofer
Offline Send Email
Jun 2, 2008
12:54 am
3976
Hi ppl, I've been playing with GCC(newlib)/Eclipse/OpenOCD to try and get a timer interupt working. I've managed to see in the VIC0 interrupt status registers...
frikkiethirion
Offline Send Email
Jun 2, 2008
10:00 am
3977
... No. It is GPL. Some things you will have to compile yourself or by the working package. Your choice only. all of it will be incorporated in a future offial...
Alain M.
alainm3
Offline Send Email
Jun 2, 2008
2:34 pm
3978
... For this type of a question, it would be best that you join a mailing list of people who have a similar interest in the specific ARM processor you are...
Tom Walsh
twalsh0001
Offline Send Email
Jun 3, 2008
6:17 am
3979
... I've successfully built mainstream gcc 4.3.0 / binutils 2.18 (IIRC) for arm-none-eabi. newlib was a different story....
Alexandre Pereira Nunes
alexandrenun...
Offline Send Email
Jun 3, 2008
8:08 pm
3980
... I built gcc 4.3.0 using very similar instructions to those on gnuarm.org site (I had to tune t-arm-elf a bit for multilib settings with thumb2). It works...
Alexandre Pereira Nunes
alexandrenun...
Offline Send Email
Jun 3, 2008
8:21 pm
3981
... Is there a schedule for 4.3 with the thumb2 support? I can't help but notice that it's been over TWO YEAR since codesourcery announced support for the...
William "Chops" Westf...
westfw
Offline Send Email
Jun 3, 2008
10:13 pm
3982
Thank you for your answer. It was very helpful. ... gcc ... site ... can I ... was ... outperform ... working...
i_luv_analysts
Offline Send Email
Jun 3, 2008
11:50 pm
3983
... Gcc 4.3 supports it; newlib doesn't correctly (maybe the development cvs/svn version does, but the latest release), your mileage may vary. Gcc 4.3 with -Os...
Alexandre Pereira Nunes
alexandrenun...
Offline Send Email
Jun 5, 2008
6:30 pm
3984
Thanks, great info. ... @template=faq ... gcc ... site ... can I...
i_luv_analysts
Offline Send Email
Jun 5, 2008
9:46 pm
3985
Thanks, great info. ... @template=faq ... gcc ... site ... can I...
i_luv_analysts
Offline Send Email
Jun 5, 2008
9:47 pm
3986
Hi all, I am trying to make a project compiled with TMS470 compiler, compilable with GNU ARM compiler from code sourcery (arm-eabi) for windows. It does not...
SHRIRAM R SAMPAT
shriram.sampat
Offline Send Email
Jun 6, 2008
9:57 am
3987
Hi, as does not support // comments. Either use # instead of // or use /*....*/ (multi line comment). Check this link: as comment syntax ...
Foltos
foglaltid
Offline Send Email
Jun 6, 2008
10:15 am
3988
Hi Ram, this could be the effect of your make script forcing gcc to use a certain C-standard. For example in C90 there is no such thing as a line comment...
antragsformular
Offline Send Email
Jun 6, 2008
10:22 am
3989
Hi Jens, You are right. I had -ansi option enabled in my makefile. I removed it and now this error disappeared !! Thanks a lot for your timely suggestion. Ram ...
SHRIRAM R SAMPAT
shriram.sampat
Offline Send Email
Jun 6, 2008
10:32 am
3990
Hello, Please unsubscribe me. I will come back with another account. Thanks. Regards, Guido _,_._,___...
Soentgerath, Guido
account2yh
Offline Send Email
Jun 6, 2008
5:26 pm
3991
Hello, there's a problem with the configure scripts of newlib and insight. makeinfo isn't detected properly on more recent systems. Resulting in errors like...
Frederik Kriewitz
freddy43644
Offline Send Email
Jun 10, 2008
7:25 pm
3992
Seems like yahoo groups doesn't store attachments. You can get them from here too: http://kriewitz.eu/projects/gnuarm/insight-6.5-missing-makeinfo.patch ...
Frederik Kriewitz
freddy43644
Offline Send Email
Jun 10, 2008
7:41 pm
3993
Hey guys, I was curious if the work here supports the ARM based chips used for the Palm / Garnet OS based systems. I am aware of the prc-tools which provides a...
Eric Bresie
ericbresie
Offline Send Email
Jun 12, 2008
12:58 pm
3994
Hi folks, I would like GCC to place a function in RAM but I got some problems. I declared: void foobar (void) __attribute__ ((section (".data"))); I expect...
enrico.migliore
Offline Send Email
Jun 18, 2008
8:55 am
3995
... If the room is reserved in .data, I have to believe the code is there as well. .data is initialized ram (as opposed to .bss which is cleared to 0, or...
rtstofer
Offline Send Email
Jun 18, 2008
2:35 pm
3996
I prefer to do this with different files rather than using attributes (I don't like using attributes: I prefer portable C code). The files that are selected to...
Charles Manning
embeddedjanitor
Offline Send Email
Jun 19, 2008
12:40 am
3997
I have a file with some initialization functions and my irq's built in arm mode, and the rest of my project in thumb, but I get errors like ...
paloalgodon
Offline Send Email
Jun 25, 2008
3:32 am
3998
... Hi, you need glue code (interworking) to translate between arm and thumb code. Normally, your compiler takes care of this. In your assembly fliles, do you...
kiwanda206
Offline Send Email
Jun 25, 2008
9:51 am
3999
... Oh yes, I've been to the interworking circus. I'm pulling the libc, etc. in from /include/thumb/interworking, and I have -mthumb_interwork specified,...
paloalgodon
Offline Send Email
Jun 25, 2008
6:13 pm
4000
I am trying to install the GNU ARM 4.2 toolchain from source on my Debian Sid (Unstable) system. When I attempt Step 3 ("make all install") on the support...
snowfarthing
Offline Send Email
Jun 27, 2008
4:55 am
4001
Dear members, We uses gnu-arm compiler, and its version number is 3.2.2. Then we want to compile c++ source files with gnu-arm compiler. But we cannot change...
k_nine79
Offline Send Email
Jun 27, 2008
9:41 am
4002
Hello, I'm Samuel. I have just joined gnuarm groups. Thanks. ________________________________________________________ 180µµ ´Þ¶óÁø ¾ßÈÄ! ¸ÞÀÏ - µÎµÕ!...
±è»ï¿­
k_nine79
Offline Send Email
Jun 27, 2008
9:44 am
Messages 3973 - 4002 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