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...
... 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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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 ... ...
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...
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...
... 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...
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...
... 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...
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...
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 'stuff' is the elf executable output file. i...
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...
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?...
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...
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,...
... 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...