Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? 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 6540 - 6569 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6540
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...
tburrell@...
tomburrell2003
Offline Send Email
Jun 1, 2005
4:48 pm
6541
... 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...
trigpointuk
Offline Send Email
Jun 2, 2005
12:49 pm
6542
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...
joshcurtz
Offline Send Email
Jun 3, 2005
12:51 am
6543
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 3, 2005
4:49 pm
6544
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...
Tom Burrell
tomburrell2003
Offline Send Email
Jun 4, 2005
6:25 pm
6545
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
Offline Send Email
Jun 5, 2005
6:08 pm
6546
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...
42Bastian Schick
bastian42
Offline Send Email
Jun 6, 2005
11:36 am
6547
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 6, 2005
2:43 pm
6548
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...
tburrell@...
tomburrell2003
Offline Send Email
Jun 6, 2005
2:45 pm
6549
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...
photon3641
Offline Send Email
Jun 7, 2005
7:51 pm
6550
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 7, 2005
8:13 pm
6551
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 ... ...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 7, 2005
8:14 pm
6552
I changed the script and now all is working fine. Thanks a lot Jefferson Smith. ... $1.elf $1.c ... ...
photon3641
Offline Send Email
Jun 7, 2005
10:23 pm
6553
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...
tburrell@...
tomburrell2003
Offline Send Email
Jun 8, 2005
8:38 pm
6554
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...
photon3641
Offline Send Email
Jun 8, 2005
10:45 pm
6555
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...
Triffid Hunter
triffid_hunter
Offline Send Email
Jun 9, 2005
2:44 am
6556
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...
tburrell@...
tomburrell2003
Offline Send Email
Jun 9, 2005
6:11 pm
6557
... 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...
Stephane Carrez
stephane_carrez
Offline Send Email
Jun 12, 2005
11:16 am
6558
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...
jlara6812
Offline Send Email
Jun 12, 2005
10:29 pm
6559
gcc does c -> preprocess -> asm -> object -> link -> output elf, unless you tell it to do otherwise....
Triffid Hunter
triffid_hunter
Offline Send Email
Jun 13, 2005
12:11 pm
6560
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 13, 2005
2:32 pm
6561
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...
jlara6812
Offline Send Email
Jun 14, 2005
2:29 am
6562
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...
Triffid Hunter
triffid_hunter
Offline Send Email
Jun 14, 2005
8:03 am
6563
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 14, 2005
6:27 pm
6564
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?...
Jefferson Smith
imajeff84663
Online Now Send Email
Jun 14, 2005
6:53 pm
6565
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...
Fred Dithers
mrdithers2000
Offline Send Email
Jun 15, 2005
1:20 am
6566
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,...
Andreas Eriksson
id43098
Offline Send Email
Jun 15, 2005
7:33 am
6567
go grab the gel suite of mostly libraries.. it has a heap of examples and some useful docs...
Triffid Hunter
triffid_hunter
Offline Send Email
Jun 15, 2005
7:44 am
6568
go find the gel libraries on the main gnu-m68hc11 website.. they have heaps of examples and docs and useful stuff like that...
Triffid Hunter
triffid_hunter
Offline Send Email
Jun 15, 2005
7:44 am
6569
... 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...
Andreas Eriksson
id43098
Offline Send Email
Jun 15, 2005
12:34 pm
Messages 6540 - 6569 of 9382   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