Sorry to be so long in responding, I've been out sick. The stuff I was doing is for the Kevin Ross BDM, and soon the TBDML. I don't know anything about the...
6541
trigpointuk
Jun 2, 2005 12:49 pm
... I ... -Wl,-m,m68hc12elfb ... on ... Hi I have the same problem running on windows 2000. Thanks for the take out the map suggestion. I have recently...
6542
joshcurtz
Jun 3, 2005 12:51 am
Oh ok, the only version I've ever used is 3.0 since I only recently started using the GNU toolchain for HC12. Thanks for the heads up, I think I'll go install...
6543
Jefferson Smith
imajeff84663
Jun 3, 2005 4:49 pm
Not 2.1... Use 2.2 It's the latest stable, bug-fixed (esp. for memory banking), and not a major revision. The problem with 3.0 is that it is a major...
6544
Tom Burrell
tomburrell2003
Jun 4, 2005 6:25 pm
Folks, Where did the Download link go? I am working on a different computer and I came Here to click on the second Gnu at the top of the page to get to the...
6545
jlara6812
Jun 5, 2005 6:08 pm
I ran into a problem with code I originally compiled with a different compiler. With the old compiler, it worked fine. With the GNU toolchain for 681x it...
6546
42Bastian Schick
bastian42
Jun 6, 2005 11:36 am
jlara6812 ... Endianess is normaly a CPU thing, some are big some little and other can be eiter. But it has nothing to do how the compiler orders the bits in a...
6547
Jefferson Smith
imajeff84663
Jun 6, 2005 2:43 pm
... I think you are talking about http://m68hc11.serveftp.org/ I hope you found it, since you're the latest news there. If I know what you mean, the "second...
6548
tburrell@...
tomburrell2003
Jun 6, 2005 2:45 pm
Thanks, tom ... From: imajeffs [mailto:imajeffs@...] Sent: Monday, June 06, 2005 7:42 AM To: gnu-m68hc11 Subject: Re: Where did the link info go? ... I...
6549
photon3641
Jun 7, 2005 7:51 pm
Hello, I am a newbie trying to configure gcc to generate hcs12 code. Please help me ! I have an demo board that contains an mc9s12ne64 chip which is an hcs12...
6550
Jefferson Smith
imajeff84663
Jun 7, 2005 8:13 pm
I like the overall layout of GEL, at least after I figure out better ports for new MCU. I go in circles occasionally, trying to make more sense out of the...
6551
Jefferson Smith
imajeff84663
Jun 7, 2005 8:14 pm
I see you are telling it to compile hcs12 and link hc11. Try changing the hc11: m6811-elf-gcc -mshort -m68hcs12 -Wl,-m,m68hc12elfb -Wa,-alh -o $1.elf $1.c ... ...
6552
photon3641
Jun 7, 2005 10:23 pm
I changed the script and now all is working fine. Thanks a lot Jefferson Smith. ... $1.elf $1.c ... ...
6553
tburrell@...
tomburrell2003
Jun 8, 2005 8:38 pm
Folks, Sorry about the delay, I got behind while I was sick, and I don't have time to do it until next week> Tom...
6554
photon3641
Jun 8, 2005 10:45 pm
I would like to write some interrupt handlers for a hcs12 chip. Where can I find information about it ? Thanks on advance. Marcos R. Faustino...
6555
Triffid Hunter
triffid_hunter
Jun 9, 2005 2:44 am
dunno about doing it in gnu-mc68hc12, but it's all documented in the 68hc1x reference manual.. find it on motorola.com i'm sure there's some examples of...
6556
tburrell@...
tomburrell2003
Jun 9, 2005 6:11 pm
Below is one way to make an interrupt table, and a clock interrupt. The interrupt satcks all regs and unstacks them when leaving. Be sure To declare the...
6557
Stephane Carrez
stephane_carrez
Jun 12, 2005 11:16 am
... Hash: SHA1 Hi! Release 3.0.1 of the GNU HC11/HC12 port is now available. It is available as source and binary for GNU/Linux and Windows. It contains the...
6558
jlara6812
Jun 12, 2005 10:29 pm
Hello, I began using the toolchain a couple of months ago and I am struggling with some of the aspects: 1) I am using a linker file and m6811-elf-ld.exe...
6559
Triffid Hunter
triffid_hunter
Jun 13, 2005 12:11 pm
gcc does c -> preprocess -> asm -> object -> link -> output elf, unless you tell it to do otherwise....
6560
Jefferson Smith
imajeff84663
Jun 13, 2005 2:32 pm
... All this is possible if you understand how it works. You might want to try asking some specific questions so someone can get a feel of your understanding...
6561
jlara6812
Jun 14, 2005 2:29 am
Thanks very much for your help. This past weekend I tried creating an elf file and a dump file. I was wondering if that is possible while using the linker...
6562
Triffid Hunter
triffid_hunter
Jun 14, 2005 8:03 am
wow that's so much more involved than what i use.. i normally just go m6811-elf-gcc -o stuff stuff.c (or .s), and 'stuff39; is the elf executable output file. i...
6563
Jefferson Smith
imajeff84663
Jun 14, 2005 6:27 pm
I decided to try -v to tell gcc to list internal commands. I find it lists many parameters that are probably important to send to ld. Below, I think you can...
6564
Jefferson Smith
imajeff84663
Jun 14, 2005 6:53 pm
I see it doesn't have a bugfix for #12820, "3.0 lost unsigned-char optimization". Stephane, are you going to make another minor release or patch for that one?...
6565
Fred Dithers
mrdithers2000
Jun 15, 2005 1:20 am
I'm an experienced embedded developer. I've used gcc on a pc and I use Linux. How do I start with the gnu 68hc11 stuff. I've got a board and the dbug12 pod...
6566
Andreas Eriksson
id43098
Jun 15, 2005 7:33 am
Hi! First of all, I must express my appreciation for all the work that is being done to make a great compiler (gcc) support the HC(S)1X device range. However,...
6567
Triffid Hunter
triffid_hunter
Jun 15, 2005 7:44 am
go grab the gel suite of mostly libraries.. it has a heap of examples and some useful docs...
6568
Triffid Hunter
triffid_hunter
Jun 15, 2005 7:44 am
go find the gel libraries on the main gnu-m68hc11 website.. they have heaps of examples and docs and useful stuff like that...
6569
Andreas Eriksson
id43098
Jun 15, 2005 12:34 pm
... heaps of examples and docs and ... Hi Triffid, thanks for the fast reply. The GEL libraries did indeed provide a lot of examples, but I still cant find...