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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 443 - 472 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
443
Hi all, I installed the newest version of cygwin (1.5.11-1) and I am having problems compiling the gnu tool chain for ARM. The problem is specifically in the...
clas333
Offline Send Email
Oct 6, 2004
12:03 am
444
Hello all, As Pablo suggested in Message #349 I'm now using gnuarm 3.4.1 without floating point switches but still couldn't make my code work... I'm wondering...
ykagari
Offline Send Email
Oct 7, 2004
7:42 pm
445
What I actually need are math functions, cos, sin, etc... Are they supported? Yuri...
ykagari
Offline Send Email
Oct 7, 2004
7:59 pm
446
Why arm-elf-g++ compiler is generating too big Elf file still I didn't understand. Actually I am trying to generate an elf executable file from c++ source code...
lija
lija_cc
Offline Send Email
Oct 8, 2004
1:38 pm
447
If I use the local var as a parameter it gets corrupted. Bugs with local vars in interrupt routines are known in 3.22 version. I'm using 3.3.1. Does this...
Rodrigo Cesar da Silv...
rodrigocsm
Offline Send Email
Oct 8, 2004
8:00 pm
448
Ah, I figured it out by myself. My old linker option "-L c:\gnuarm\arm-elf\lib -lm" has to be "-L /cygdrive/c/gnuarm/arm-elf/lib -lm" to link the math library...
ykagari
Offline Send Email
Oct 8, 2004
8:59 pm
449
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gnuarm group. File : /at91rm3400.h ...
gnuarm@yahoogroups.com
Send Email
Oct 8, 2004
9:30 pm
450
Hi Rodrigo, ... Do you have a source code example of this problem ? Cheers Nick...
Nick Clifton
clicknifton
Offline Send Email
Oct 9, 2004
7:19 am
451
Hi lija, ... The short answer is: no. Adding debug information to an executable will always increase its size and debug information is generally designed to ...
Nick Clifton
clicknifton
Offline Send Email
Oct 9, 2004
7:26 am
452
hi, im a really newbie... i downloaded & installed gnuarm binary packages but i got hard-float error so i rebuild newlib library with -msoft-float -fPIC after...
sejong_seo
Offline Send Email
Oct 12, 2004
1:29 am
453
... I used the following script to build my bits, perhaps it may work for you? (after fixing the word wrap ;) #!sh # The following steps and configuration...
Mark Gross
gnar97229
Offline Send Email
Oct 12, 2004
3:07 am
454
Hi all, I am working with AT91RM9200DK evaluation board from Atmel. I have ported linux with NFS mounted File System on the board.I am able to program its...
Pratyush Anand
anand_pratyush
Offline Send Email
Oct 13, 2004
5:41 am
455
int g_data; typedef struct { int a, b; int * ptr; } st; st g_st = { 0, 0, &g_data }; i compiled this and load binaray (i also relocated GOT section) but i got...
sejong_seo
Offline Send Email
Oct 14, 2004
10:22 am
456
I'm still coming up to speed on the gnu-arm toolchain, and using newlib with a platform specific target support library. I'm looking for tips and tricks WRT...
Mark Gross
gnar97229
Offline Send Email
Oct 17, 2004
7:59 pm
457
Hi , My angel Boot loader on EB55 got corrupted.Therefore I am not able to boot the board in a proper manner.Now I have to download it(boot program) again in...
Pratyush Anand
anand_pratyush
Offline Send Email
Oct 19, 2004
10:22 am
458
... In principle you should be able to do that since writing to flash is just a sequence of write operations into the memory area (here starting at 0x0). I...
Jens Potschadtke
Jens.Potschadtke@...
Send Email
Oct 19, 2004
1:02 pm
459
On 17 Oct 2004 at 12:59, Mark Gross wrote: [Stuff Deleted] ... [Stuff Snipped] ... You are linking the archive before crt0.o - crt0.o MUST be first. It...
Anton Erasmus
aj_erasmus
Offline Send Email
Oct 19, 2004
6:59 pm
460
... Thanks for the tip. However; it didn't solve my problem. Any debug tips? Anything I should be looking at in a dissassembly?...
Mark Gross
gnar97229
Offline Send Email
Oct 20, 2004
3:38 am
461
hi Jens, you are right I was trying to write in Flash(with base address 0x0000) after awrite sequence command.But it din't work. I have Realview MultiICe with...
Pratyush Anand
anand_pratyush
Offline Send Email
Oct 20, 2004
5:04 am
462
... Hi, I would start by creating thearchive with only one object file, and directly linking with the rest. Keep adding an object file to the archive, while...
Anton Erasmus
aj_erasmus
Offline Send Email
Oct 20, 2004
7:01 am
463
hi, I solved the problem.it was so simple.i just wrote a program which could REMAP the processor and run it in internal RAM.Offcourse processor went in...
Pratyush Anand
anand_pratyush
Offline Send Email
Oct 20, 2004
7:55 am
464
... A neater way would be to get your debugger to pre-set the remap and chip selects, then load the image directly into external ram. I use GDB and an Amontec...
Ian Guffick
iguffick
Offline Send Email
Oct 20, 2004
11:39 am
465
I am having a problem compiling some code which previously compiled successfully for someone else. The problems are with __asm__ (arm ) sections and seems...
carnethy2000
Offline Send Email
Oct 20, 2004
1:04 pm
466
... I am not sure if this is a related problem, but I had problems compiling code with multi-line macros under cygwin. After some investigation it turned out...
Anton Erasmus
aj_erasmus
Offline Send Email
Oct 20, 2004
4:02 pm
467
Hello I'm using an ARM7 processor on my EB40A evaluation board. I need to print to debugger (i'm using arm-elf-gdb) the value of one variable, but i don't know...
Rodrigo Silva Santos
rodrigovfsk8
Offline Send Email
Oct 21, 2004
12:49 pm
468
Claudio, I recently had a similar problem building insight 6.0 After many hours of investigating the problem was down to the win32api header files which caused...
ntfreak2000
Offline Send Email
Oct 21, 2004
8:03 pm
469
Hi, i'm using an EB40A, to run a simple program like this: The program i called by printf.c #include "stdio.h" int main() { printf("Hello World"); return 0; } ...
Rodrigo Silva Santos
rodrigovfsk8
Offline Send Email
Oct 27, 2004
5:45 pm
470
Hi, I’m looking for gnuarm plugin for Eclipse.org IDE. Or a free IDE for gnuarm. Somebody can help me? All helps is valid. Thank's Paulo Ricardo Pabst Delfos...
Paulo Ricardo
delfos_ltda
Offline Send Email
Oct 27, 2004
6:17 pm
471
... There is a tutorial available here: http://www.newmicros.com/download/appnotes/ARM/TiniARM_Dev_Eclipse.pd f It's specific to the Philips LPC range, but if...
richard_tuffin
Offline Send Email
Oct 28, 2004
2:37 pm
472
Thank's Richard, It will work! Great! Paulo. ... De: richard_tuffin [mailto:r.b.j.tuffin@...] Enviada em: quinta-feira, 28 de outubro de 2004 12:37 ...
Paulo Ricardo
delfos_ltda
Offline Send Email
Oct 28, 2004
8:07 pm
Messages 443 - 472 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