I am trying to build a toolchain for XScale. I used the build information on gnuarm.com, but I think, the libs are built for the wrong floating point type?! ...
I know this has been discussed before, but the answers I've found are way over my head. I'm using the GNUARM compiler in Eclipse for Windows to write embedded...
... If they are 'disappearing' they probably aren't initialized at all. C variables that are statically allocated (globals and those defined as static) are...
hi all, I have built a own toolchain, but due to some reasons some NSS services are not working ... please can u let me know the procedure to enable the NSS...
Hi all, I'm getting a strange error from J-Link GDB now when attempting to connect from the Eclipse/Yagarto toolchain. This did not happen at first (and I have...
hi all, i am trying to using LM3s101 for my new project, it is a cortex-3m core implementation. i am now in need for the information how to use gnuarm for this...
... The Cortex-M3 (ARM Architecture v7m) wont be supported in mainline until GCC 4.3 - the currently available GCC 4.2 doesn't contain support for the Thumb-2 ...
thanks dominic, u really helped me ........................... arnab/vu2bpw ... The Cortex-M3 (ARM Architecture v7m) wont be supported in mainline until GCC ...
Hi! I faced problems while trying to optimize my code. c source looks like: while (xPacket.cCommand); /* xPacket is previously defined struct that holds...
... Well, somewhere you did put: xTWIPacktet_T xPacket; ... Yes, and that would be why you would tag the structure with a "volatile" attribute. 'volatile'...
We currently use newlib-1.14.0 and have done the work to make it reentrant by providing malloc locking, impure_ptr management for per thread reentrancy...
I am looking for a simple gdb stub for an ARM926EJ-S processor (Freescale iMX21). The communication to the host will be via a simple on board UART. This is for...
Hai all, I have built a crosstool chain , now I am intending to do the regression testing of my toolchain to check the stability of my cross toolchain, please...
... Which xscale ? fp is going to be emulated(software) on most xscale chips as they don't have floating point units. Usually build with no fpu. Might be...
... The big advantage of the Amontec JTAGkey over all other USB JTAG solutions is the support of FPGA CPLD too. In fact, the Amontec JTAGkey can provide ARM...
... But I've already got multiple cpld/fpga programming tools and cables :-) same for avr and avr32 as well. Thinking about it microchip icd2 jlink (IAR) ...
Greetings all. I recently subscribed to the group and have been tinkering with arm for not much longer. I'm trying to build some arm code with gcc but it seems...
... Olimex is great but they're getting ready for their one month vacation, so you may not get your order soon. They do this every year - just like the US...
... From: "Eric Engler" <englere.geo@...> To: <gnuarm@yahoogroups.com> Sent: Sunday, July 29, 2007 2:49 AM Subject: [gnuarm] Re: Which JTAG and from...
... In other words, you have a working compiler / toolset, but are having trouble with building apps. This is off-topic for this list, I would suggest that...
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...