I have been trying to get gcc to build for ARM (arm-elf) on Fedora 8 and have repeatedly run into an issue on the final build of the compiler. I have...
I've just installed the 4.1 gnuarm toolchain for Cygwin (binutils-2.17, gcc-4.1.1-c-c++, newlib-1.14.0, insight-6.5, setup.exe [25.1MB]) It has a standard...
Hello , I am Rupali,i am GCC compiler.We created HEX file of u-boot using GCC. And trie to downoad it from the Philips flash utility, but get the error "invali...
With Cygwin comes a shell environment. Does it work there? Also, I would recommend switching to the download from CodeSourcery OR WinARM - both use MinGW...
... It turned out to be a path issue. By moving the "new" path to the start of the path string, I managed to make that problem go away. The problem was the...
AA All, A new start up company in cairo egypt work in biomedical field need 2 engineers software engineer with the following skills -c/c++ -Linux -Device...
hi I need documentation for LPC2210 ARM7TDMI-s Phillips instruction set details format.Which gives me details for cpu cycle and energy consumption for each...
Hi all, I've heard that link-time rewriting can enable 20%-60% reduction in memory footprint. Is there any switch or support in GCC for this? or is there...
After compiling and linking I get an ouput map file. I there there is a bunch of *fill* that take up room in memory. I found that objcopy has an option...
... is a ... gaps ... Look at the size of the block being filled. I just checked a .map file for an ARM7 project and I had 3 of this fill areas that were each...
... 40yahoogroups.com>, ... in ... that. ... a .map ... each 2 ... Well it's looks like it's doing all the aligning on 0x8 and I want it to align on 0x4....
... Why would GNUARM (designed for a 32 bit machine) align on 8 byte boundaries. I would think you have a serious glitch in your makefile or linker script. ...
... adjust ... extra ... want it ... makefile ... linker ... I'm trying to do a port from the arm tools to the gnu tools, and I'm just trying to replicate what...
... any ... http://www.deetc.isel.ipl.pt/microprocessadores/anteriores/antigas/rec ... Unfortunately my makefile is a little more complicated that that. Here...
... IMO, your problem is with your C compiler, not with the linker or makefile. Boundry alignment like you have been describing sounds to me like a compiler...
... The 2 instances of the Version array are of different sizes. Both have 4 chars but the first instance also has a '\0' terminator. Try putting an extra '0'...
Hi, We managed to port our code from TMS470 Code Generation Tools V2.24 toolchain to GNUARM (version 4.2.2) available at gnuarm.org Everything seems to be fine...
Hi everybody. I'm using Embedded Linux Development Kit and I have some errors when I try to execute the makefile to rebuild the lejos firmware. I so use the...
I didn't look at all the errors, but one definitely stands out. The FPA references would indicate a mismatch of Floating Point. The Libs are pre-compiled...