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 1136 - 1165 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1136
I suspect that you are missing the operating system. Is getrusage a linux call? You are compiling with arm-elf-gcc with NO operating system!...
Thomas W. Carley
twcarley
Offline Send Email
Jul 1, 2005
8:59 am
1137
pablo, do you have any ideas on this? What is different between the two toolchains? ... -- Bryce Schober...
Bryce Schober
brycesho
Offline Send Email
Jul 1, 2005
9:19 pm
1138
I am writing a library for ARM. My work station is running Debian and Gentoo Linux on x86. The target is an ARM dragonball. It has a bootstrap, and shall not...
DEMAINE Benoit-Pierre
doublehpp
Offline Send Email
Jul 1, 2005
10:55 pm
1139
Hello all, Being a windows user of GCC, I would like to learn the steps involved in compiling the GCC ARM compiler (for that matter other GCC cross compilers)...
Parthasaradhi Nayani
partha_nayani
Offline Send Email
Jul 3, 2005
7:19 am
1140
Essentially you're asking for an embedded systems crash course! Start here: http://www.gnuarm.com/support.html If you don't have even the basic knowledge...
embeddedjanitor
Offline Send Email
Jul 3, 2005
10:08 am
1141
... Our ... to ... to ... to ... This certainly fits with my experiences too. There are two parts to GCC: The part that is common to all CPUs and the ARM...
embeddedjanitor
Offline Send Email
Jul 3, 2005
10:53 pm
1142
Here are two problems I can't clarify: 1. I found that the linker automatically incorporates some data and put them into sections named as...
stanliao0423
Offline Send Email
Jul 4, 2005
3:42 am
1143
Hey all. It turns out that my project requires running the square root function (sqrt) on the fly on data. Unfortunately, I can't seem to figure out how to...
codingparadoxzd
Offline Send Email
Jul 4, 2005
11:39 pm
1144
This seems like a problem with your ldscript. The actual **compilation** is working fine, it is the linking step that is the problem. The .rodata section is...
Charles Manning
embeddedjanitor
Offline Send Email
Jul 5, 2005
2:57 am
1145
... From: "codingparadoxzd" <akilla@...> To: <gnuarm@yahoogroups.com> Sent: Tuesday, July 05, 2005 12:39 AM Subject: [gnuarm] Having trouble getting...
Leon Heller
leon_heller
Offline Send Email
Jul 5, 2005
4:47 am
1146
... Hello, Using a USB j-link connected to a AT91SAM7S-EK works for me. i.e. Open Cygwin shell, start the jlink server open second cygwin shell, start gdb ...
Dave
dgsomerton
Offline Send Email
Jul 5, 2005
8:15 am
1147
Dear All.. I compile a c++ file with arm-linux 3.2.3. It seems OK,No any Error Message. But when I run It on ARM9. I got a error message...
scottbox.tw
Offline Send Email
Jul 5, 2005
9:18 am
1148
Hi I am a newcommer in gnu tools. I want to use gnu tools with phillips lpc processors. I have installed the GNUARM tools from gnuarm.com and downloaded a ...
boje_d
Offline Send Email
Jul 6, 2005
12:45 pm
1149
Hello, I am a newcomer. I would like to compile some code which was written for another processor, on an ARM7-TDMI-S (OK, let's say, ARM7). Is there some...
Gelika
aloagli
Offline Send Email
Jul 6, 2005
1:46 pm
1150
See c:\Program Files\GNUARM\arm-elf\include\sys\types.h for those answers. I do not see the new stdint.h, does anyone know if this exists under gnuarm?...
Thomas W. Carley
twcarley
Offline Send Email
Jul 6, 2005
1:57 pm
1151
Hello Boje Demant, Please go through the follwing PDF file written Jim Lynch. It is the best source of information for beginners like you and me. HTH. Regards ...
Parthasaradhi Nayani
partha_nayani
Offline Send Email
Jul 6, 2005
4:59 pm
1152
Hello Boje Demant, Please go through the follwing PDF file written Jim Lynch. It is the best source of information for beginners like you and me. HTH. ...
Parthasaradhi Nayani
partha_nayani
Offline Send Email
Jul 6, 2005
4:59 pm
1153
Hi all, I installed the GNUARM Cygwin binaries to an already installed Cygwin installation - they work fine. However, if I try to build insight-6.1 I get...
dave_w_hawkins
Offline Send Email
Jul 6, 2005
8:12 pm
1154
thanks a lot. I am a full time programmer on embedded systems but im new to arm and gnu tools. CU Boje Demant...
boje_d
Offline Send Email
Jul 7, 2005
8:33 am
1155
For the following, gas 2.15 from gnuarm.com gives me Warning: writeback of base register is UNPREDICTABLE stmia r8!, {sp}^ (Arm7TDMI, executing in SVC mode, I...
dasmi90
Offline Send Email
Jul 9, 2005
7:30 am
1156
Hi dasmi90, ... The message is misleading. In fact any kind of writeback is unpredictable, not just writeback to the base register. From the ARM-ARM (second...
Nick Clifton
clicknifton
Offline Send Email
Jul 10, 2005
6:58 pm
1157
Hi, I have used the GNUARM cross compiler to build uClinux for my Samsung S3C4530 processor on Cygwin but ran into a small problem regarding flat binary files....
fralle_dk
Offline Send Email
Jul 10, 2005
7:13 pm
1158
Hi all, I am trying to compile u-boot-1.1.2 for ARM 9 based SOC ATMEL91RM9200,using arm linux gcc version 2.95.3. I am getting the follwing error. ...
Mohan K
mohan_akil
Offline Send Email
Jul 11, 2005
6:39 am
1159
Hello, I'm new to ARM development. For lack of knowing a better place to post this question, I'm asking here. Please feel free to point me elsewhere if this is...
vahid_tyau
Offline Send Email
Jul 11, 2005
9:51 pm
1160
Hi Vahid, If you try a very simple piece of GNUARM code, you will find that the default entry point the linker looks for is called _start. So somewhere in the...
David Hawkins
dave_w_hawkins
Offline Send Email
Jul 12, 2005
4:32 pm
1161
Thanks for the suggestion David. I did that, and even renamed the global which was previously _init to _start, but it didn't change the result. The linker...
vahid_tyau
Offline Send Email
Jul 12, 2005
9:01 pm
1162
... Ok. ... Looks reasonable. ... Sorry I can't be of too much help, I've really only started playing with this stuff myself. If you post a small example, eg....
David Hawkins
dave_w_hawkins
Offline Send Email
Jul 12, 2005
9:15 pm
1163
could someone tell me where can i find the data about definition of the macro. thank you very much...
asiracer00
Offline Send Email
Jul 14, 2005
12:08 am
1164
... info cpp Macros ****** A "macro" is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro....
Dave
dgsomerton
Offline Send Email
Jul 14, 2005
12:22 am
1165
... Hello, Here is my startup.s file (notice the .section definition) .section .init,"ax" .arm .extern swi_asm_irq_handler .global Vectors .global start .func...
Dave
dgsomerton
Offline Send Email
Jul 14, 2005
12:30 am
Messages 1136 - 1165 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