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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1583 - 1612 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1583
I am using the newlib-1.13.0 binary distribution from http://www.gnuarm.org/ Could it be that the pure ARM (non-thumb, non-interwork) version of _fclose_r()...
glen_biagioni
Offline Send Email
Dec 1, 2005
8:36 pm
1584
Hi all, I have included the <stdio.h> in my source file, but when linking it said "undefined reference to `sprintf'". what could be wrong? I've tried to add...
litevelocity
Offline Send Email
Dec 2, 2005
12:12 am
1585
I have not yet setup gdb for use with the J-Link, as working with the IAR IDE is hard enough. I've been using the J-Link with a SAM7S eval kit for a few weeks,...
powersof2000
Offline Send Email
Dec 2, 2005
1:08 am
1586
Hello all, Is it possible to call a C routine during the FIQ handler. i.e. do_fiq: bl Timer0Interrupt /* handle the interrupt */ subs pc,...
ozan_perincek
Offline Send Email
Dec 2, 2005
7:50 pm
1587
... C ... Hello Cheers, try to call the C routine in this way.You have to prevent some register against destroying. stmfd SP!,{r0-r7,lr} @ Reg. above R7 are...
erik_schieweck
Offline Send Email
Dec 3, 2005
11:37 am
1588
Is it true that even after doing the necessary _xxx_r stubs and others such as the malloc lock/unlock, that it is still not safe to share FILE * streams among...
glen_biagioni
Offline Send Email
Dec 3, 2005
9:19 pm
1589
Hi Erik, That was one of the problems. The second problem I was having was not allocating enough memory in RAM for FIQ stack. All working now. Thanks for your...
ozan_perincek
Offline Send Email
Dec 5, 2005
5:20 pm
1590
Hello, I had the same problems with J-Link. Setting Jtag speed from Auto to fixed 800kHz made it much more stable. Regards Patrick ... the IAR IDE is hard...
Patrick Waser
pat_waser
Offline Send Email
Dec 5, 2005
10:04 pm
1591
The Auto Speed detect on the J-Link sux, period. -Doug ... From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of Patrick Waser Sent:...
McIntosh, Doug
dmcintosh256
Offline Send Email
Dec 5, 2005
10:07 pm
1592
My cygwin/gnuarm system has been occasionally crashing due to a "heap allocation" problem. This can occur during any of the gnuarm utilities (C compiler,...
lynchzilla
Offline Send Email
Dec 8, 2005
4:39 am
1593
... You probably want to ask this over on a cygwin list... -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,...
Tom Walsh
twalsh0001
Offline Send Email
Dec 8, 2005
8:31 am
1594
Agile Rules is pleased to announce C Automated Testing System (CATS) and its associated test runner (Catsrunner). This unit testing framework provides...
David Kramer
dj_segfault
Online Now Send Email
Dec 9, 2005
5:52 am
1595
... in ... 6.1.tar. ... PC. ... To whom it may concern (i.e. GNUARM newbies), I finally was able to build the GNUARM 4.0.1 toolchain under Linux. I summarize...
hockeymonk
Offline Send Email
Dec 9, 2005
11:18 pm
1596
... My build process is scripted and different somewhat from yours. Not by much though, but I use newlib in my target applications (non linux kernel, etc.). ...
Tom Walsh
twalsh0001
Offline Send Email
Dec 10, 2005
12:57 am
1597
I provide a web site where compiled versions of the GNUARM tools are hosted, www.gnuarm.com. I can pretty much leave it alone and it generates enough revenue...
Rick Collins
gnuarm
Offline Send Email
Dec 11, 2005
6:58 pm
1598
Rick, Just to let you know, I think the GNUARM pages are excellent! The most recent install complains about a couple of missing dlls when I run gdb and gcc,...
Ralph Hempel
ralphhempel
Offline Send Email
Dec 11, 2005
7:47 pm
1599
Hello Rick, The site is pretty good. There are many people trying to use ARM controllers and perhaps links to tutorials on ARM controllers, installing...
Parthasaradhi Nayani
partha_nayani
Offline Send Email
Dec 12, 2005
3:36 am
1600
... optimize ... about. I ... be ... ARM ... Rick I just looked at your site agan and the two ads I saw where almost competing products. Maybe if you could...
wmk6341
Offline Send Email
Dec 12, 2005
1:09 pm
1601
... Yes, if I could control the ads I could do a lot with optimizing the ad type. But I can only control the page content and Google selects the ads to match....
Rick Collins
gnuarm
Offline Send Email
Dec 12, 2005
1:42 pm
1602
Have you thought about running a bittorrent tracker instead, and using that as the primary download mechanism? It seems that most people wanting to get those...
Bryce Schober
brycesho
Offline Send Email
Dec 12, 2005
3:43 pm
1603
... Savvy enough they might be. Sureley life is hard enough without placing additional barriers to prevent people from downloading your goodies? I get...
Peter Harrison
helicron
Offline Send Email
Dec 12, 2005
3:59 pm
1604
We simply have to make it a habit to each click on 3 ads per day for Rick. ;-) Would that do it? I personally am pleased as punch to see an OS X compile of...
McIntosh, Doug
dmcintosh256
Offline Send Email
Dec 12, 2005
6:48 pm
1605
Hello! I have an SDK that is compiled with software FP. Along with this SDK there is a GNUARM C compiler and suitably compiled libstdc.a. I would like to...
Ahti Legonkov
legonkov
Offline Send Email
Dec 13, 2005
11:19 am
1606
... Not long ago there was a discussion about software floating point on this list. Is there a list archives? If so, search subject "Soft float issues". I'm...
R. Michael Sharkey
rm_sharkey
Offline Send Email
Dec 13, 2005
5:46 pm
1607
Hello, I am having this error compiling for an arm with arm-elf-gcc: undefined reference to `__udivsi3' Can someone help? Thanks, Mohamed. ... Lèche-vitrine...
Mohamed Ali Ibrahim
mohamed_ali_...
Offline Send Email
Dec 14, 2005
6:52 pm
1608
... search the message archives for "__udivsi3", this question gets asked many, many, many, many times ... -- Tom Walsh - WN3L - Embedded Systems Consultant ...
Tom Walsh
twalsh0001
Offline Send Email
Dec 14, 2005
8:39 pm
1609
... asked ... t=ms&k=Software+distribution&w1=Software+distribution&w2=Salon+softwa re&w3=Medical+software&w4=Software+association&w5=Software+jewelry&w6 ...
epabx
Offline Send Email
Dec 15, 2005
1:59 am
1610
... search the message archives for "__udivsi3", this question gets asked many, many, many, many times ... -- Tom Walsh - WN3L - Embedded Systems Consultant ...
Mohamed Ali Ibrahim
mohamed_ali_...
Offline Send Email
Dec 15, 2005
2:59 am
1611
Hello, I resolved. Thanks. Tom Walsh <tom@...> a écrit : ... search the message archives for "__udivsi3", this question gets asked many, many,...
Mohamed Ali Ibrahim
mohamed_ali_...
Offline Send Email
Dec 15, 2005
3:00 am
1612
Hello! For my projekt i am using a lpc2292. My problem is the following: Since my application is without the possibllity to use the build in bootloader, i want...
boje_d
Offline Send Email
Dec 15, 2005
7:57 am
Messages 1583 - 1612 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