[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] GAS listing of a string in program memory
From: |
TODD BATZLER |
Subject: |
[avr-gcc-list] GAS listing of a string in program memory |
Date: |
Wed, 06 Jun 2001 09:44:45 -0500 |
First, thanks to all the "regulars" contributing to the list. I've learned a
lot keeping my mouth shut and "ears" open.
Can anyone tell me why the following statement declared outside of "main" shows
only the first 10 bytes in the .lst file even though it is correctly linked and
located complete into the rom image? It seems only to be particular with
strings, since a seemingly endless list of chars or ints is correctly listed
and put into the rom image.
unsigned char __attribute__ ((progmem)) a[] = "060501 This is a date stamp";
While I'm at it, does anyone have an example of a linker script that would
locate a 16 byte string in the .text section at a specific address (say ORIGIN
0x100 LENGTH = 16)? Thanks in advance.
Todd Batzler
>>> address@hidden 06/04/01 07:01PM >>>
Send avr-gcc-list mailing list submissions to
address@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list
or, via email, send a message with subject or body 'help' to
address@hidden
You can reach the person managing the list at
address@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of avr-gcc-list digest..."
Today's Topics:
1. AVR-GCC Win32 version (Ufficio Software)
--__--__--
Message: 1
From: "Ufficio Software" <address@hidden>
To: <address@hidden>
Date: Mon, 4 Jun 2001 14:00:31 +0200
Subject: [avr-gcc-list] AVR-GCC Win32 version
This is a multi-part message in MIME format.
------=_NextPart_000_007E_01C0ECFE.B83B0D60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi to all,
I'm new to AVR-GCC; I started with WIN32 version 2.95.2 and I had =
problems with variables allocation; then I had the suggestion to update =
to newer version: now I'm using version 3.1 20010228 (experimental) from =
http://www.combio.de/avr/ .
I had a look to the avr-gcc-list-request and I see that there are newer =
version, also C++ ports.
Also on Gunnar Henne site is possible to get =
avrgcc-3.4.2001.mingw32.tar.gz.
On http://www.avrfreaks.org/ there is avrgcc20010228bz.exe (should be =
the same of Gunnar Henne site).
=20
Some simple questions:
-where is and which is the lastest Win32 stable version of avr-gcc ?
-should I update my version to avrgcc-3.4.2001.mingw32.tar.gz ?
-C++ port is available for download ?
-Can someone tell me the format of the elf file of avr-gcc or where i =
can find documentation describing the format ?
Thanks
Patrizio Zelotti
------=_NextPart_000_007E_01C0ECFE.B83B0D60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>Hi to all,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I'm new to AVR-GCC; I started =
with WIN32=20
version 2.95.2 and I had problems with variables allocation; then I =
had the=20
suggestion to update to newer version: now I'm using version 3.1 =
20010228=20
(experimental) from <A=20
href=3D"http://www.combio.de/avr/">http://www.combio.de/avr/</A> .</=
FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I had a look to the =
avr-gcc-list-request and I see=20
that there are newer version, also C++ ports.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Also on Gunnar Henne site is possible =
to get=20
avrgcc-3.4.2001.mingw32.tar.gz.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>On <A=20
href=3D"http://www.avrfreaks.org/">http://www.avrfreaks.org/</A> the=
re is=20
avrgcc20010228bz.exe (should be the same of Gunnar Henne =
site).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Some simple questions:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>-where is and which is the lastest =
Win32 stable=20
version of avr-gcc ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>-should I update my version to=20
avrgcc-3.4.2001.mingw32.tar.gz ?</FONT></DIV>
<DIV>-C++ port is available for download ?</DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>-Can someone tell me the format of the =
elf file of=20
avr-gcc or where i can find documentation describing the format =
?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Patrizio Zelotti</FONT></DIV>
<DIV> </DIV></FONT></DIV></BODY></HTML>
------=_NextPart_000_007E_01C0ECFE.B83B0D60--
--__--__--
_______________________________________________
avr-gcc-list mailing list
address@hidden
http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list
End of avr-gcc-list Digest
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-gcc-list] GAS listing of a string in program memory,
TODD BATZLER <=