Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 394 - 423 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
394
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...
lija kals
lija_cc
Offline Send Email
Sep 1, 2004
12:56 pm
395
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...
Nick Clifton
clicknifton
Offline Send Email
Sep 1, 2004
1:37 pm
396
... 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...
Ian Guffick
iguffick
Offline Send Email
Sep 1, 2004
4:54 pm
397
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...
pgagnon2003
Offline Send Email
Sep 1, 2004
7:36 pm
398
... 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...
johnnorgaard2003
johnnorgaard...
Offline Send Email
Sep 1, 2004
9:04 pm
399
Hi Nick, Thanx for answer.like printf can i use other low level system call for scanf & other file operation. with regards Lija ... ...
lija kals
lija_cc
Offline Send Email
Sep 2, 2004
7:02 am
400
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()...
Nick Clifton
clicknifton
Offline Send Email
Sep 2, 2004
7:58 am
401
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...
Patrice Gagnon
pgagnon2003
Offline Send Email
Sep 3, 2004
1:03 am
402
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 Starinieri
kstarinieri
Offline Send Email
Sep 3, 2004
11:23 pm
403
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...
Shannon Holland
totalslacker17
Offline Send Email
Sep 4, 2004
12:39 am
404
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@...
Send Email
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. ...
Pablo Bleyer Kocik
pablobleyer
Offline Send Email
Sep 4, 2004
6:34 am
406
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...
Nick Clifton
clicknifton
Offline Send Email
Sep 4, 2004
8:46 am
407
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...
Puneet
puneetgoel77
Offline Send Email
Sep 7, 2004
6:08 am
408
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...
Kevin
kstarinieri
Offline Send Email
Sep 7, 2004
6:25 pm
409
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...
ntfreak2000
Offline Send Email
Sep 7, 2004
10:44 pm
410
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...
Shannon Holland
totalslacker17
Offline Send Email
Sep 7, 2004
10:54 pm
411
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...
Bill Knight
wmk6341
Online Now Send Email
Sep 7, 2004
11:07 pm
412
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...
Nick Clifton
clicknifton
Offline Send Email
Sep 8, 2004
7:49 am
413
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...
Pratyush Anand
anand_pratyush
Offline Send Email
Sep 8, 2004
8:27 am
414
If this is the case then is it not unwise that keil use uclibc with their gcc based toolchain? Regards Spen...
ntfreak2000
Offline Send Email
Sep 8, 2004
9:10 am
415
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...
ntfreak2000
Offline Send Email
Sep 8, 2004
9:12 am
416
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,...
ntfreak2000
Offline Send Email
Sep 8, 2004
9:16 am
417
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 ...
rahgandh
Offline Send Email
Sep 8, 2004
1:47 pm
418
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...
Bill Knight
wmk6341
Online Now Send Email
Sep 8, 2004
1:51 pm
419
... 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...
Alex Holden
alex_linuxha...
Offline Send Email
Sep 9, 2004
6:41 am
420
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...
rahgandh
Offline Send Email
Sep 9, 2004
6:43 am
421
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 ...
fau_nico
Offline Send Email
Sep 9, 2004
3:26 pm
422
That is OK I got the answer. Nicolas...
fau_nico
Offline Send Email
Sep 9, 2004
3:29 pm
423
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: ...
Marko Panger
fe64970103
Offline Send Email
Sep 9, 2004
4:31 pm
Messages 394 - 423 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help