Yeah, but it doesn't run without the full Cygwin installed, they forgot to include some of the Cyg DLL's. --fred Rick Collins <gnuarm@...> wrote: GNUARM...
hi all, i need to write some code for the Atmel at91sam7s64, which receives code over a serial or USB link, stores it in flash memory and runs it when...
... Hi, ... you only need to link your code to the right memory location (ie flash memory) and then transfer the control to that memory region. To return from...
Hi Carlos, ... flash memory) ... relocate the ... running your ... kernel, it ... Thanks for replying. Is there a way to make my code relocateable? If I link...
Hi Carlos, ... flash memory) ... relocate the ... running your ... kernel, it ... Isn't there a simpler way to do this? I came across dlopen, a function that...
... Hi, ... there is only one problem with that aproach... you need some kind of c library to support that functionality. Remember that if you're running ...
... DO you really need to compile the script code ? The ARM is quite fast, and something like the lua interpreter is approximately 16K code on an ARM. If you...
... Hi, ... there is only one problem with that aproach... you need some kind of c library to support that functionality. Remember that if you're running ...
... define "Lot of memory"... probably it much more is simple to use the OS and add some extra memory than doing everything you want without an OS. An OS...
... something ... i'd like ... used ... script ... I have a strong desire to use open source tools, but I agree that CrossWorks seems like one of the best...
... Cool! This kind-of fits my idea of writing something like the JVM for small embedded processors, but I really want it to be strongly typed and I want to...
Hi All, I need to put an example together that uses sprintf with float (%f) formatting support. This means I need a working malloc. Anyone got a simple example...
... Well, i wanted to avoid learning of XML, but if this is nececary evil, i'll learn it. ... I'll do this for sure. ... Well, by my opinion, lack of detalied...
Not to throw a wet blanket on the OSS nature of this group, however, have you looked at the IAR Workbench for ARM7? It is FREE up to 32K of compiled output,...
I have been doing some stuff using arm-elf-ld from binutils 2.15 (using the 3.4.3 gcc stuff) on a Linux host (x86). When I added a line using the DEFINED()...
Blagoj Kupev <bkupev@...> wrote: Well, i wanted to avoid learning of XML, but if this is nececary evil, i'll learn it. There really is no need to learn...
Hi All, A character device driver is implemented under our Linux port. Also, poll method is implemented under the driver. However, poll method isn't called at...
Hi, I'm having problems compiling code with the toolchain. I use Cygwin. For Cygwin I've tried both the gcc 3.4.3, 4.0.0 and 4.0.1 toolchain. No matter what I...
Hi, I was wondering if there is a preprocessor directive in GCC to issue a user warning. For example if something is defined to issue a warning at compile...
Hello, I'm currently working on a gateway project (parallel to SPI bridge) and for this, I have to implement interrupt-driven SPI transmission. I'm using GCC...
Hi all, I have a problem for rebuilding GNUARM(3.4 toolchain) that how can I build arm7&arm9 cross-compile Env at one time. I check the file named "t-arm-elf"...
Hi, I am still unable to issue a user warning message from GCC. The line: #warning("Debugging mode enabled") is not working for me. I have -Wall in my options...
Hi Marko, Post your makefile up... Brian Sidebotham SMB Electronics Ltd. ... From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of Marko...