... In other words, you have a working compiler / toolset, but are having trouble with building apps. This is off-topic for this list, I would suggest that...
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...
While using GNU ARM gdb 6.5 for cygwin I ran into gdb problems with shared library. I have tried the same tests using arm-linux-gdb (from linux host) and it...
I have done dome more testing and tried to capture GDB traffic using ethereal. it seems that sharedlibary commands does not go out from my host (cygwin) ->...
I've been having problems building an application that divides. Both with gnuarm 4.1.1 and 4.2.0. These are the errors I'm getting: .assembling arm-elf-as...
Of course after posting I realise that the -L and -l options have to come after the files to be linked and not with all the other linker options. Silly fucking...
Hi All, The learned people out there. I am new to this domain and this is my first Mail to this mailing list. I have certain doubt regarding arm linux...
I use Cirrus' build process for making ramdisks and kernel images. It uses a 2.4.21 kernel. Is it possible to reuse the same environment for building 2.6...
You must either compile your own cross-compiler instrumented to generate ARM-ELF-Linux executables, (this would probably be achieved by using Buildroot - see...
I work for laboratory for software verification and validation. www.laquso.com . We have to certify a product that is built using FreeRTOS, uIP, newlib, ...
Apologizing upfront for reposting (did my first not get through?) So, there is no fix for the differences in the bitfield sizes between compilers? I'm...
The C standard (not that I have a copy!) defines that a bitfield shall be of size int. However, it is possible to use different size bitfields in gcc. if you...
Brian, Unfortunately, this was already tried... sizeof(unsigned int) is equal to sizeof(unsigned short) and so the following code: struct short_bitfield_16bit...
Hi All, We have built a tool chain with glibc 2.3.6, gcc 3.4.6, bin-utils 2.16.1. But we want to update this toolchain. So I tried with the latest - glibc...
... You really have to be a lot more specific as to what you are doing. Is this an ARM Linux system that you are working with? Or, is this a proprietary...
... Or you could try the packed attribute? ================ publicdefs.h ============== typedef struct __attribute__((packed)) { bool updateLedData:1; bool...
Is this an ARM Linux system that you are working with? Or, is this a ... We have a development kit based on i.MX21 processor called MX Lite kit from...
... Since you have an issue with glibc I suspect that you wish to build more than just the kernel... Ok, first of all, I would suggest that you subscribe to...
... more ... Yes. I would like to build the kernel and also other applications like X on to ARM. ... We have already built a toolchain. The only draw back...
Does anybody have any recommendations for an lgpl crypto library for an arm7tmdi microcontroller? I am working on building libgcrypt but it doesn't configure...
I've seen this error discussed on several lists when searching Google, but I haven't really found a clear answer. I have a gnuarm build of arm tools, which...
Hi, I'm trying to build a cross-compiler from GCC 4.2.0 source. Following the instructions of the build process I've found on gnuarm.com I've built the...
Hi. I'm targeting an XScale PXA320 processor, and I'm trying to decide if I should use -mcpu=xscale or instead use -mcpu=armXXX (one of the many ARM variants)....
I performed a cast if ((u16) IOMGR_MillisecondTimer() - LastTransmissionTimer >= RESTORE_RECEIVE_TIME) in which IOMGR_MillisecondTimer() returns u32 and ...
I have some options between -mcpu=arm, xscale, and -march=armv5te. At one point, I got an error message saying that "-mcpu=xscale and - march=armv5te were in...