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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 292 - 321 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
292
Hi all, I have a problem during the link process when I want to link libraries and application with software floating point format: arm-elf-ld: ERROR:...
gnuarmsoft
Offline Send Email
Aug 2, 2004
8:33 am
293
Hi all, I have a problem during the link process when I want to link libraries and application with software floating point format: arm-elf-ld: ERROR:...
gnuarmsoft
Offline Send Email
Aug 2, 2004
8:34 am
294
I have an application that declares some longs as follows: long lCALC_L; long lCALC_E_y; When I build and compile with v3.4.1 I get the following in my map...
Hugh O'Keeffe
hughokeeffe
Offline Send Email
Aug 4, 2004
8:40 am
295
Hi Hugh, ... Yup - bug in gcc/config/arm/elf.h. The definition of ASM_OUTPUT_ALIGNED_COMMON is bogus. If you delete it (as has been done in the 3.4 sources)...
Nick Clifton
clicknifton
Offline Send Email
Aug 4, 2004
9:22 am
296
Hi All, because of some other linker problems I tried to update arm-elf-gcc from 3.2.1 to 3.4.1. after a few modifications in eCos I was able to build the eCos...
lostingnu
Offline Send Email
Aug 4, 2004
9:52 am
297
Hi All, I would like to specify that some statically allocated data should not be initialized by the startup boot code. This area will be in a battery backed...
clas333
Offline Send Email
Aug 4, 2004
1:48 pm
298
... done ... Yes. I expect to be releasing a new GCC 3.4.1 toolchain with this fix (plus some nasty THUMB bug fixes) next week. As usual, I have been utterly...
pablobleyer
Offline Send Email
Aug 4, 2004
2:40 pm
299
... Why don't you use a pointer to your data instead? Else, you can always control the placement of symbols in your linker file. Just declare your variables in...
pablobleyer
Offline Send Email
Aug 4, 2004
2:44 pm
300
Hi Pablo, I downloaded v3.4.1 from GNUARM and can confirm it does not have this problem; it only appears in v3.3.1. ... From: pablobleyer...
Hugh O'Keeffe
hughokeeffe
Offline Send Email
Aug 4, 2004
2:47 pm
301
... Oops, I got it the other way around ;^) There are however some minor issues with GCC 3.4.1, so that 's why I expect to do an interim release soon. Regards....
Pablo Bleyer Kocik
pablobleyer
Offline Send Email
Aug 4, 2004
2:53 pm
302
Hi, Till I am not able to make initialization file for file hardening. I am using GNUARM compiler & ARM7tdmi evaluation board. If anyone have startup code for...
lija
lija_cc
Offline Send Email
Aug 5, 2004
4:32 am
303
Hello, I am perplexed by the following result of GNUARM 3.4.1: Allocating common symbols Common symbol size file UART_TX_BUFFER 0x80<-*...
roger_lynx
Offline Send Email
Aug 5, 2004
7:37 am
304
Hi Roger, ... 0x80 (hex) = 128 (decimal) Cheers Nick...
Nick Clifton
clicknifton
Offline Send Email
Aug 5, 2004
8:44 am
305
Hi Claudio, ... Yes. The section attribute can be applied to data. From the gcc documentation (gcc/doc/extend.texi:Variable Attributes): "Normally, the...
Nick Clifton
clicknifton
Offline Send Email
Aug 5, 2004
8:51 am
306
Hi Nick, Let me clarify my previous post: If I change buffer size to *anything else* than 128 (0x80) than the compiled result will be, as reported by .map...
roger_lynx
Offline Send Email
Aug 5, 2004
9:27 am
307
Hi all, I'am currently porting some working boot code from a 8051 alike to ARM7 and I get following warnings in following code : Why I get warning on previous...
Jeroen Boonen
unidox2000
Offline Send Email
Aug 5, 2004
10:01 am
308
Hi Richard, ... This is probably happening because of the fputs() call in vterminate.c. This references "stderr" which is defined in ...
Nick Clifton
clicknifton
Offline Send Email
Aug 5, 2004
10:12 am
309
Hi all, This part2: I'am currently porting some working boot code from a 8051 alike to ARM7 and I get following error in following code : Why I get errors and...
Jeroen Boonen
unidox2000
Offline Send Email
Aug 5, 2004
10:17 am
310
Hi all, Both problems sovled by nice and clean initialization... Greetings, ... From: Jeroen Boonen To: gnuarm@yahoogroups.com Sent: Thursday, August 05, 2004...
Jeroen Boonen
unidox2000
Offline Send Email
Aug 5, 2004
10:57 am
311
It appears UART_TX_BUFFER_SIZE might be #defined before the compiler gets to the definition in globals.h. Try removing the #ifndef UART_TX_BUFFER_SIZE around...
Bill Knight
wmk6341
Offline Send Email
Aug 5, 2004
12:24 pm
312
Hi, Is it possible to reserve some memory in the linker script file ex: MEMORY { sram (WXAI) : org = 0x00000100, len = 256K - 0x100 flash (RX) : org =...
Jeroen Boonen
unidox2000
Offline Send Email
Aug 5, 2004
2:16 pm
313
... Hi, ... yes, you only need to decrease the memory region. For example if your flash is 2 MB and you want to use only 1 MB because the other megabyte will...
Carlos Manuel Duclos ...
zipdisk_ext2
Offline Send Email
Aug 5, 2004
2:29 pm
314
Hi Carlos, OK, that's a solution, Thankx Jeroen ... From: "Carlos Manuel Duclos Vergara" <carlos@...> To: <gnuarm@yahoogroups.com> Sent: Thursday,...
Jeroen Boonen
unidox2000
Offline Send Email
Aug 5, 2004
2:51 pm
315
Hi Bill, I did this first when I saw this [crazy allocation]. ... arm-elf-as -v -o start.o start.s GNU assembler version 2.15 (arm-elf) using BFD version...
roger_lynx
Offline Send Email
Aug 5, 2004
3:08 pm
316
Hi Jeroen, ... Because now the compiler is being more thorough and warning you about syntax problems that your previous compiler allowed through. ... The...
Nick Clifton
clicknifton
Offline Send Email
Aug 6, 2004
7:58 am
317
Hi Roger, ... The most likely explanation is that there is a second declaration of UART_TX_BUFFER somewhere in your code, which is setting the size to 0x80....
Nick Clifton
clicknifton
Offline Send Email
Aug 6, 2004
9:56 am
318
Can anyone tell me what optimization level is used when newlib is built. I'm particularly interested in the thumb libs since the processor I'm using has no...
Peter Dickerson
peter.dickerson@...
Send Email
Aug 6, 2004
11:18 am
319
Hello Nick, I did not give up, after all. I did dig more into it, made another var (buffer) at the same places as the UART_TX_BUFFER_0x80_sized was. Using the...
roger_lynx
Offline Send Email
Aug 6, 2004
2:09 pm
320
Hi Peter, ... -O2 The best way to tell of course is to build the thumb-targeted version of newlib and look at the command lines used. You will find that -O2 is...
Nick Clifton
clicknifton
Offline Send Email
Aug 6, 2004
2:47 pm
321
I was recently using a hand-built cygwin arm-elf-gcc, version 3.3-ish, but my filesystem was going downhill rapidly and now I've re-installed windows and took...
Bryce Schober
brycesho
Offline Send Email
Aug 6, 2004
9:50 pm
Messages 292 - 321 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