Template functions or classes? If used without careful consideration they can indeed cause bloat (very easily). The best way to see how it will affect your...
I CANNOT use g++!!! And what is "crt.s"? What means the sentence, "but the crt.S is not the same..."? ... 보낸 사람: Alain M. <alainm@...> 받는...
In my application it will be mostly template classes. Some will be container classes like queues. I don't want to use STL because it links a lot of unnecessary...
... the same..."? Most embedded programming uses C. Just plain, ordinary, C. There may be some advantages to using C++ but code size is not one of them. Most...
I have successfully used Tenplates as interface to a lib. The template is really a class derived from one that is not template. So the template can be of any...
... C, Run Time, Startup . Source The contents of which are unique to the particular target system. TomW ... -- Tom Walsh - WN3L - Embedded Systems Consultant ...
I've installed Debian Stable (Etch), and I have sort-of had success! I have been able to compile binutils, gcc, and newlib, but insight is getting stuck on...
I've re-compiled everything and made sure that I did all the steps; when I try to compile insight, the errors involving TkBorder are still there. This makes...
... You probably need some development library installed on your system. From experience, large programs such as insight can cause a compiler / linker to spew...
Hello, i've a problem with the word-alignment of the double-datatype. I have programmed a target-host-application with Matlab Simulink. Normally the words are...
... You probably can't change the little endian nature of the target. I would look to use a struct of some kind to straighten out the bytes. Don't treat the 4...
Hi, I'm currently attempting (Quite new to GCC) to port a simple RTOS that was written using the Keil compiler and environment. The RTOS was an entry into the...
Hi Peter, ... Most RTOSes run in supervisor mode, eg. here's a Circuit Cellar submission for the LPC2000 micros, a port of the uCOS-II RTOS using gcc: ...
Hi DAve, Thanks for the reply. I'll look at it. With a bit more research that I've done I agree with your assessment. What I need to do is find out how to call...
Hi, I'm using GNU toolchain. I've made some tests from Willian Gatliff paper (A Tutorial Introduction Using the ARM Evaluator-7T). Now I'm trying to use some...
Hi all. Anyone have any tips for adding non C files into compiled code? I am using an LPC2368 to interface with another microcontroller. I want to store the...
... Yes, there is. You are on the right track with looking into the linker to do this. The linker's goal is to take a collection of files (typically objects)...
... I have yet to see an ARM7 with a 64-bit intrinsic integer or floating point. I asked just this question a few months ago, and I believe it is an aspect of...
Hi all, I using Arm as well as thumb mode in my codec. If I try to use thumb mode to some file which is internally using inline assembler written in ARM mode...
Hello everyone. Would anyone please let me know if there is a binary distribution available of GNUARM 4.0.2 or 4.1.0 for Linux 32-bit? From the web-site, only...
CodeSourcery produces binaries for linux and win32. http://www.codesourcery.com/gnu_toolchains/arm/portal/subscription?@template=lite Current version is GCC...
I know of the prc-tool tool chain for Palm (http://prc- tools.sourceforge.net/), but I was curious... Since recent Palm devices are based on ARM chipsets, how...
... The TARGET is whatever the target system is. The code you produce (compile, link, conjure, stir into existence, ...), is what it is. If your code makes...
... From www.gnuarm.org, it doesn't look like it. ... So, build your own! It's no big deal and the instructions are given on the Support tab. I know it...
good day Pablo: i have found 2 problems with the current GNUARM distribution, which Nick Clifton has said are due to errors in binutils that have already been ...
good morning Pablo: i have found 2 problems with the current GNUARM distribution, which Nick Clifton has said are due to errors in binutils that have already...