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()...
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...
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,...
... 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...
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...
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...
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...
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:...
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,...
Agile Rules is pleased to announce C Automated Testing System (CATS) and its associated test runner (Catsrunner). This unit testing framework provides...
... 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...
... 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.). ...
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, 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,...
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...
... 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...
... 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....
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...
... Savvy enough they might be. Sureley life is hard enough without placing additional barriers to prevent people from downloading your goodies? I get...
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...
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...
... 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...
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...
... search the message archives for "__udivsi3", this question gets asked many, many, many, many times ... -- Tom Walsh - WN3L - Embedded Systems Consultant ...
... search the message archives for "__udivsi3", this question gets asked many, many, many, many times ... -- Tom Walsh - WN3L - Embedded Systems Consultant ...
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...