Hi Nick, If i replace printf by write system call then executable elf file is not desplaying anything & generating data abort error. #include<stdio.h> int...
Hi Lija, ... Yes - the write system call takes three arguments: #include <unistd.h> ssize_t write (int fd, const void *buf, size_t count); So you probably want...
... had ... For anyone interested, I have found the solution to the problem I was experiencing. Instead of explicitly setting the .indata to point to the byte...
There seems to be a compilation issue with arm-elf-gcj, also pointed out at: http://lists.debian.org/debian-gcc/2004/08/msg00182.html ... Is there a separate...
... Hello Patrice The gcc at www.gnuarm.com does not include libgcj. You have to build it you self. Your friend is the crosstool, download it and you will be...
Hi Lija, ... No and yes. There is no direct low level system call equivalent of the scanf() C library call. You can synthesise it however. There is a read()...
Did anyone have success compiling Crosstool 0.27 for an ARM9TDMI processor? Is it the only toolchain available for compiling java classes for ARM? After...
I am trying to compile a 2.6 version of the kernel for the Samsung s3c2410 target. I have tried the 2.95.3, 3.3.3 and 3.4.1 toolchains and all have given me...
Kevin, The gnu arm compilers are a arm-elf build of gcc - to compile the kernel you will need a arm-linux build (I'm not quite sure why/what the differences...
Currently I'm building a project with gnuarm-3.4.1 in combination with a pre-compiled library (compiler ADS). I don not have the sources of this library. When...
arhen
arnold@...
Sep 4, 2004 6:03 am
405
... Please take a look at http://groups.yahoo.com/group/gnuarm/message/290 Regards. -- PabloBleyerKocik /"...I didn't want to be kissing Kevin Spacey. ...
Hi Kevin, ... You can safely ignore these warnings. ... This is in fact a feature of the newer versions of GAS rather than GCC. Thus one possible workaround...
Hi all, I am trying to compile gnu arm tool chain (http://www.gnuarm.org/bu-2.14.92_gcc-3.4.0-c-c++-java_nl-1.12.0_gi-6.0_setup.exe) on my windows 2000 host. I...
Thank you for your response. Yes, I have configured the kernel with make menuconfig for s3c2410 and tried to build when I received warnings described. I don't...
I am targeting the new STR7 (ARM7TDMI based) micro from ST, I have no problems with GNUARM but really a question. As this is a small arm7 micro (256K onboard...
I would also be interested in such a thing. A while back I ended up just hacking together a very small libc just to get me over a compile hump - 3.4.1 would...
uclibc is covered by the GNU LGPL license. As such, statically linking it with your code will place some serious restrictions upon the license under which you...
Hi Spen, ... Things you could try: * Define PREFER_SIZE_OVER_SPEED for the arm in newlib/configure.host * Create a multilibbed toolchain (if the one you are...
hi, i am working with at91rm9200dk board and trying to mount root file system on the board with nfs.as i think that will require root file sytem (source) to...
The STR7 has been sampling for a few months, I have been told full production in December this year. So far I am very impressed with the device. Regards Spen...
Many thanks for the tips. I would still prefer to use uclibc over newlib as the tests I have done with the keil gcc toolchain give much better results,...
Hi All, I'm using arm-elf-objcopy to convert elf format into binary format. The size of elf file is 3 MB and that of bin format is 128 MB. I gave this command ...
I suspect the .elf file starts at a high address and binary file is filling in ZERO's from 0x000000. Regards -Bill Knight theARMPatch On Wed, 08 Sep 2004...
... The LGPL might not be ideal but at least it's easy to understand what is required of you if you link it into your program - if you modify the library you...
I have two elf file gcc301.elf( it is genearated by arm-elf-gcc- 3.0.1) and gcc341.elf( it is genearated by arm-elf-gcc-3.4.1). size of gcc301.elf is 3 MB size...
I just downloaded the whole gnuarm-3.4.1 for Linux package. As I try to target an Arm9tdmi, the following command: arm-elf-gcc -mcpu=arm9tdmi StcSource.s ...
Hello all ! I have recently set up a discussion group about Atmel USB products in particulary the AT43USB370/380 host controllers. The link to the group is: ...