... From: tasking12 To: gnuarm@yahoogroups.com Sent: Friday, April 01, 2005 3:09 PM Subject: [gnuarm] Re: read SFR from C Hi, I see they are only R13(SP) and...
Hi Efim, ... Hmm - you may be using an old, buggy, version of gcc. I tried that test program with GCC 4.1 (from the mainline of the GCC CVS repository) and it...
... GCC ... the ... the ARM ... where ... file "lpc210x.h"? ... the ... Often ... restrictions, be ... chew a ... Thank you very much, but I' ve got a...
I'm using Linux as my dev env for an AT91EB40A, a custom ARM board and soon an Olimex LPC-E22XX board. I'm having a lot of problems with the Wiggler (an Olimex...
... You just need to compile it. The file ending in .s is an assembly file. Pass it to gcc as you did the .c file and you should end up with a .o file. ...
I'm currently checking out ... Please let me know if you meet issues with using the gdb-jtag-arm socket. We are re-writing the jtag.c of gdb-jtag-arm for the...
... socket. ... I think I may go with pppcb ( http://www.s.netic.de/tmohr/parportpcb.html ) it's not working either but gdb is much happier with it and it...
... GNU ... know ... name. ... to ... in ... work ... I'm sorry, the second line was wrong: now I'm using another code for the second line and It works! (with...
... Spen what Wiggler are you using? I've downloaded the pppcb and I'm trying to get it to work with one from Olimex. It behaves a bit weird under Linux (works...
... source ... Done a few tests, not that stable at the moment - connects and runs ok. When I get some free time I am hpoing on doing some work to improve...
... gdbsever. ... a ... interesting. ... you ... I've tried no arguments, this causes the dev board to go into continuous reboot (I've tried 1 - 20 for speed)....
... I'm currently arguing with pppcb as it seems better than gdb-arm-jtag (I could never even connect to it). My wiggler doesn't seem to be working under Linux...
... passing ... That one uses a 244 (a non-inverting buffer) so I can't figure out why ntfreak2000 would need to use the inverting options. More reading on my...
... why ... I am using the pretty much the same schematic except I have done the pin 8-15 mod for newer versions of ocdemon and using a 20way header. I pass...
... I'm ... select ... pin ... out ... clock ... I'll ... passing ? ... shows ... Neil, There are a few bugs with the code, I have started making changes to it...
... I think I've found the problem (not sure yet). The Olimex Wiggler uses a 74ACT244 & a 74LCX244 (5.0v & 3.3v parts respectively). The LCX gets it's power...
... under ... at ... uses ... Powering of the parallel port is a sure fire way of blowing up the ports, especially with laptops. We use a M74HC244 (ST part) on...
... Good advice but I'm going to ignore it (kaboom! ;-). It worked when running under Windows so I'll take the chance on my Linux boxes. But I won't put it on...
Dear all, I am using the GNU ARM compiler GCC 3.3.1 (CYGNUS) provided by the Keil and using their IDE for development. I am presently facing problem of code...
Hi Benjamin, ... What do you mean by "unused APIs" ? ... If you are interested in reducing code size then I would suggest replacing the -O0 with -Os. Also...
... I'm pretty sure he means stripping unused functions etc. For example if he's only using one function out of a twenty function C file, then he's also...
... example ... then ... to ... Remember though if you are going to pass -ffunction-sections and - fdata-sections to the compiler and --gc-sections to the...
Hi, Anyone have libc.a and libgcc.a compiled for eabi 2? Any advice on compiling said libraries? When I try to cross compile libc.a I get errors as the asm is...