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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 9136 - 9302 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9136
Hi there, I've been trying to build the 68HC11/HC12 Tool Chain from source on an Ubuntu 7.10 system for the past few days with little success. Part of my...
Joshua Shapiro
jshapiro137
Offline Send Email
Jun 11, 2008
4:26 pm
9137
Never Mind :) The build instructions from www.gnu-m68hc11.org are fine. I wasn't properly specifying my memory map when building hello.c Sorry for the...
Joshua Shapiro
jshapiro137
Offline Send Email
Jun 11, 2008
5:51 pm
9138
I have an old project that I used the Whitesmith/Cosmic HC11 and HC16 C compilers for. I would like to do an update on that project, including some C++ code...
Steve Strobel
skstrobel
Offline Send Email
Jun 16, 2008
8:16 pm
9241
Hi, I'm new to this newsgroup, however I am continuing work on a project that Jeremy Wade started. He has posted a few questions to this group before. We are...
esromneb
Offline Send Email
Sep 5, 2008
12:25 am
9242
... No, your problem is not likely with the compiler, nor likely is it with the receiving routine, as you seem to think. ... Your problem likely is that you do...
Mike McCarty
Mike.McCarty@...
Send Email
Sep 5, 2008
12:56 am
9250
Who could tell me how to download srecords to the EPROM of an HC11711E9 with the db11. What is a proper talker and what are the commands? Great would be if ...
winfriedgerhard
Offline Send Email
Sep 8, 2008
9:02 am
9251
... You can put it in a mode where it reads bytes from the serial port and writes them to RAM then jumps to the start of RAM when it has received 256 bytes. ...
Daniel O'Connor
dariusmk2
Offline Send Email
Sep 9, 2008
1:14 am
9252
Thanks for your hints. I have to exchange broken processors (because of a lightning strikes) of PCB if had designed 10 years ago. So an upgrade to an HC12 is...
winfriedgerhard
Offline Send Email
Sep 9, 2008
3:07 pm
9253
... There are patched versions which will work. The issue was with early versions of Turbo Pascal delay(.) procedure which caused divide by zero errors with...
Mike McCarty
Mike.McCarty@...
Send Email
Sep 9, 2008
6:24 pm
9261
This very simple program comes from the gcc testsuite in the gcc.c-torture folder. When I compile it I get an error: unable to generate reloads. This error...
Ben Morse
esromneb
Offline Send Email
Oct 9, 2008
6:36 pm
9262
Hi, This is solved anyway, but there is so much spam on this list I thought I'd send it anyway for your amusement : As I understand it, bss is an area of RAM...
Fred Cooke
fred.cooke@...
Send Email
Oct 11, 2008
4:15 pm
9263
1. What's the difference between m68hc12elf & mc68hc12elfb? 2. In the windows build, what is the difference between the compilers in: \usr\bin &...
crashmagnet42
Offline Send Email
Oct 16, 2008
2:29 pm
9265
I saw that you posted on the gnu-m68hc11 list. I was wanting to download the latest binaries, but the domain the files is hosted on is giving me an unresolved...
markstokes71
Offline Send Email
Nov 25, 2008
9:06 pm
9266
It looks like the link went down. I'm not sure, but is this the same page your looking at? If so version 2.2 does indeed work from here: ...
Ben Morse
esromneb
Offline Send Email
Nov 25, 2008
10:20 pm
9267
Does anyone have any up-to-date build scripts to build the HCS12 toolset from the latest sources?. I saw the files posted in the file section of the group....
matthew_manthey
Offline Send Email
Dec 9, 2008
6:14 am
9268
I'm sure this has been answered in the past, but I can't find the answers.... I'm trying to build gcc-4.3.2 for the hc11. I downloaded the most recent source...
markgiacobbe
Offline Send Email
Jan 6, 2009
4:46 pm
9269
Hi All,   I am Harshitha Gudipati a student in Electrical engineering. I am highly in need of a proper software to program a M68HC11 micro controller. I do...
gudipati harshita
avhgudipati
Offline Send Email
Jan 13, 2009
8:01 pm
9270
I have also seen this problem when trying to build gcc-4.3.2 for the hc11. However, I have not been able fix the compile error. I believe a patch is required....
matthew_manthey
Offline Send Email
Jan 25, 2009
5:38 pm
9271
Hi I'm new here as there appears to be no life on the site that hosts the gnu hc11 toolchain. Question, did those patches for v3.1 (gcc3.3.6) by Stephane...
Alex Bratovic
alex_bratovic
Offline Send Email
Jan 26, 2009
1:50 pm
9272
Hi, I can't find the answees either ... ... gcc as ... gnu/gcc' ... initializer ... initializer ... initializer ... initializer ... patches?...
ovolpato
Offline Send Email
Jan 26, 2009
3:45 pm
9273
Hello All, Please can someone provide me with gdb for the TBDML BDM (my target is a HCS12 mpu), precompiled for windows Xp. I have spent the last few days...
andrew.peck@...
andrew.peck...
Offline Send Email
Feb 19, 2009
9:25 pm
9274
My CPU is a MC9S12DT256 with 12KB of RAM located at 0x1000-0x3FFF. Code is compiled with the following flags: GCC: -m68hc12 -g -Os -fomit-frame-pointer LD:...
Stephan Rose
kermos2000
Offline Send Email
Feb 20, 2009
12:52 am
9275
Hi, Just reading through the posts. Was a solution to this problem ever determined? Thanks, Matt ... settings ... by ... files to ... bank in ... the ... ...
matthew_manthey
Offline Send Email
Mar 2, 2009
4:43 am
9276
i compile hello.c and generate hello.s19 code compiled at 0x8000 correctly. but s19 file not contain reset vector info i run myown emulator correctly when i...
jeo_dan
Offline Send Email
Mar 11, 2009
8:27 pm
9277
... The way I do it is as follows: Define a section in the linker script where the vector table is to go, simplified linker script just for vectors below: ...
Stephan Rose
kermos2000
Offline Send Email
Mar 12, 2009
3:06 am
9298
hello, everybody i need help i m new gnu c,but experinced motorola assembler. i m using my own emulator and my own HC11F1 board. i want generate bootstrap...
jeo_dan
Offline Send Email
Mar 16, 2009
9:04 pm
9299
To my knowledge the patches did not get incorporated into the mainstream and the latest gcc do not work for HC12 in my experience. I am still using the latest...
James Murray
jsmcortina
Offline Send Email
Mar 17, 2009
1:35 am
9300
Hi, I see various links to Eric Engler's EmbeddedGNU web site, but the site is down. Is there a link to another site that has the package or can someone send...
sbuckser
Offline Send Email
Mar 17, 2009
9:02 am
9301
How are you bootstrapping? it should be a straight forward process. ... From: jeo_dan <mc68hc11@...> Subject: bootstrap code To:...
said jello
sjellouli
Offline Send Email
Mar 17, 2009
11:32 am
9302
... Seeing how I just recently started using GCC for HC12, maybe I might see if I can make GCC 4.3 work. Downloading source right now as I'm typing this. See...
Stephan Rose
kermos2000
Offline Send Email
Mar 19, 2009
12:17 am
Messages 9136 - 9302 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