... Ok, added. ... The link to the Cygwin site is all over the place :} -- PabloBleyerKocik /"I believed that people would become programmers pbleyer /...
I have created a new Yahoo! group about Forth programming for the ARM MCU. If anyone has information to share or questions to ask or even if you are just...
Hi, It seems that most people are still using assembly entry and exit veneers for interrupt routines under gcc. Are the code generated by the "interrupt"...
I'm using void __attribute__((interrupt("IRQ"))) SYS_kbd_irq_handler(void) and stuffing the function pointer into the VIC without problem, but I've not tried...
Peter Dickerson
peter.dickerson@...
Jan 4, 2005 9:05 am
574
... Does this work in ARM and THUMB mode ? I have read somewhere (Cannot recall where) that the ARM/THUMB interworking is flawed in the "current" gcc....
Hi, Haas anyone tried running gdb with multiIce I'm trying to debug elf image using MultiIce and gdb on arm-926EJS board. The gdb client hangs. Steps I did to...
I'm looking for tools that will allow single stepping in the Flash using Insight/GDB with an ARM7TDMI. (specifically the LPC2106) I currently have a Wiggler...
... It is possible to do that with free tools too, but is not so user friendly than Rowley tools. I have experimented that on Philips chip: 1) Load the program...
Interrupts are always serviced in ARM mode. My main code is Thumb. The only interaction between the ISR and main code is through data and interrupt...
Peter Dickerson
peter.dickerson@...
Jan 4, 2005 6:01 pm
580
I can find 3.3.3 here: http://www.trenz-electronic.de/pub/gnuarm/files.html but not 3.3.2 (for Cygwin). Is there a place where I can get past binaries? Thanks ...
... Sorry, previous versions have been removed to save space. If you need 3.3.2 for any reason you will have to compile it by yourself. Regards. -- ...
... veneers ... the "interrupt" function ... I've seen code that works without a veneer, but I always use a veneer myself. There are some things that you can...
I use WinAVR (GNU for Atmel AVRs) and it works very well. I was about to go for GNU again for my forthcoming ARM7 board but reading some of the comments on the...
... You didn't actually type exactly that, but instead substituted appropriate directory paths for [gcc-source], [toolchain-prefix] and [newlib-source], right?...
... about to go for GNU again for my forthcoming ARM7 board but reading some of the comments on the forum I'm not so sure any longer. I'd be interested to hear...
Hi, My build of binutils-2.14 on cygwin fails on make install with only: info, lib man, and share folders being generated if I use -k, it will generate...
hi Andrew; Thank u very much for ur guidance. I will check out for that file. 1)Write now I have found a solution by writing a kernel module. In which I used...
hi Andrew; Thank u very much for ur guidance. I will check out for that file. 1)Write now I have found a solution by writing a kernel module. In which I used...
hi, this is regarding filesystem(ramdisk) creation for at91rm9200dk board. i don't ve any problem in using pre built ramdisk ie. ramdisk-rmk7.i don't ve...
When I tried building gcc-3.3.3 , build errors are coming. st-dummy.c:1:23: sys/types.h: No such file or directory st-dummy.c:4:19: stdio.h: No such file or...
I've got an ARM Evaluator7T board, and am using gnu tools with it - been going through sample code that came with the board, etc. and I want to try using...
... Hash: SHA1 Hello John. ... Nope (at least not yet :) ). Our ISP had some troubles yesterday. I hope everything is back to normal now. Cheers. - -- ...
Is it a foolisch question, or nobody needs to estimate a stack size? Oversizing of stack is not always easy (you must estimate stack size in order to...