Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gnu-m68hc11 · GNU 68HC11/HC12

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1093
  • Category: Development
  • Founded: Jan 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1640 - 1669 of 9646   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1640 Adam Cwientzek
adam@... Send Email
May 2, 2002
4:58 pm
Hi all, I have build a HC11F1 Board with extended RAM and Flash. Now I'm playing around with that Board and I'm allready able to programm Data onto RAM and...
1641 Randy Cooper
rwcooper@... Send Email
May 3, 2002
12:02 am
Hi, I'm trying to figure out how to use memory.x and sections to place my program and data at the desired locations, but I have encountered the following...
1642 Adam Cwientzek
adam@... Send Email
May 3, 2002
11:09 pm
Hi all, Now I understood that CONFIG ist part of internal EEPROM. So I tried to programm Config with a little Programm based upon the Motorola Example....
1643 Randy Cooper
rwcooper@... Send Email
May 4, 2002
12:52 am
Hi, I can't seem to write position independent code for a 6812 using version 2.9.5 of the gcc compiler. Here is some silly sample code: ...
1644 IvO
imbunchecl Send Email
May 4, 2002
2:58 pm
Hi, I don't have repies for all your questions .... ... ... from an earlier post of mine .... Checking the Makefiles, copied from Stephan's examples, when...
1645 qiu_yau Send Email May 11, 2002
10:52 am
I am using GCC to compile C programs and when I look at the obj dump file, it seems like the compiler created code for hc11. How do I make the compiler target...
1646 imajeff84663 Send Email May 13, 2002
10:40 pm
I am having one of those problems where you have to use the old version because the new version compiles with an error. Below is one of my two applications...
1647 imajeff84663 Send Email May 13, 2002
11:27 pm
First, the option on gcc command line is: -m6812 Very simple. The hardest part is putting that in, if you have a Makefile going. Also, what target you are...
1648 qiu_yau Send Email May 14, 2002
6:48 am
First of all, thanks Jeffs for the tip. When I installed the Windows port of GCC for HC11/HC12 from the GNUhc11 website, there are two BIN folders. One BIN...
1649 morind79 Send Email May 14, 2002
8:09 am
Hello, I made a Mainboard with an 68HC11F1 (see the jpg file join) and I have an EPROM with buffalo, but the HC11 do not boot on the EPROM. I don't know why,...
1650 woody6886ca Send Email May 14, 2002
3:14 pm
Hello, I'm trying to use the HiTex emulator with the gnu compiler for 68hc12. HiTex provides a symbol processor that supports elf/dwarf2, ubrof, ieee_695 but...
1651 imajeff84663 Send Email May 14, 2002
3:45 pm
My ideas and comments added... ... No problem; It's fun to pretend to be smart, anyway! ... folders ... It's going to be a little harder to say exactly how to...
1652 imajeff84663 Send Email May 14, 2002
6:12 pm
It is really important how "PORTD" is defined. Here is some stuff in my code, derived from the examples I've seen: <linker stuff> /* HC12 hardware starts at...
1653 Stephen Winston
stephen_h_w Send Email
May 14, 2002
7:14 pm
I could not find a jpg attachment... Can you access the EPROM address space using a RAM chip to check the address and control lines ? Regards Stephen ... ...
1654 Denis
morind79 Send Email
May 14, 2002
7:21 pm
Thank you for the answer, I forget the JPG file, now, you will have it. Regards Denis ... From: Stephen Winston To: gnu-m68hc11@yahoogroups.com Sent: Tuesday,...
1655 wileypob Send Email May 14, 2002
7:23 pm
I've recently bought a Nohau HC12 emulator (and when I was looking at Hitex, they sent me their symbol processor). I think cosmic's compiler supports...
1656 Stephane Carrez
stephane_carrez Send Email
May 14, 2002
9:49 pm
Hi! ... If you want to change the address, pass: -defsym vectors_addr=0xffce to the linker (see section "1.2 Sections" in m68hc11_binutils.html on web). ... If...
1657 Stephane Carrez
stephane_carrez Send Email
May 14, 2002
10:04 pm
Hi! ... It's a bug. Please, file a bug-report in GNAT: http://gcc.gnu.org/cgi-bin/gnatsweb.pl and put the preprocessed file as the example. I need the...
1658 Stephane Carrez
stephane_carrez Send Email
May 14, 2002
10:09 pm
Hi! ... Try: ldx str1-.,pc ... Try: leay str2-.,pc ... Yes. It is correct but gas-hc12 is wrong and I do not have a fix yet. ... Stephane ... E-mail:...
1659 Stephane Carrez
stephane_carrez Send Email
May 14, 2002
10:18 pm
Hi! ... The Newlib implementation is quite large. Both for libc and libm. I'm still waiting for volunteers to port or propose some new implementation. In...
1660 Ioan Petrescu
petrei@... Send Email
May 15, 2002
7:49 am
... Hi, You have no ram ! /OE is linked with /CE - this works only with proms, for ram you must be able to read and to write - as it is now, selecting the ram ...
1661 John Woods
woody6886ca Send Email
May 15, 2002
1:57 pm
I've got the following memory.x for describing the m68evb912b32. If BDM is active, it is mapped to ROM at $FF00-$FFFF would this work? MEMORY ... does this...
1662 John Woods
woody6886ca Send Email
May 15, 2002
4:55 pm
I've noticed reference to m6812-elf-gcc compiler. I downloaded rel 1.1.1 from http://home.worldnet.fr/~stcarrez/m68hc11_pkg_rpm.html but only got...
1663 wileypob Send Email May 16, 2002
10:04 am
You're not missing anything. The compiler will produce code for either target. The default for release 1.1.1 is m68hc11, but if you do "m6811-elf-gcc...
1664 wileypob Send Email May 16, 2002
6:27 pm
Stephane, I see that gcc 3.1 was released yesterday. Have all your patches been integrated so that it's okay to build directly from the release, or does it...
1665 Stephane Carrez
stephane_carrez Send Email
May 16, 2002
7:39 pm
Hi! ... Gcc 3.1 builds as it is. Be sure to use --enable-languages=c,c++ The Ada compiler also builds but the runtime is not ported. However, a number of...
1666 woody6886ca Send Email May 16, 2002
9:32 pm
I just got the word from HiTex that there symbol table converter will not process gnu elf/dwarf2 output. I think they are saying the problem is with the gnu...
1667 michaelanburaj Send Email May 17, 2002
1:30 am
Hi, I want to set-up cygwin tool chain on my windows 98 PC for targets: MIPS & ARM7. Can any one help me do this? Thanks a lot, -Mike....
1668 Stephane Carrez
stephane_carrez Send Email
May 18, 2002
9:26 am
Hi! ... Here is a patch for 3.1 to fix a number of problems. It's ok to go without it but it's better to have it. You must log in my anonymous ftp server: ...
1669 woody6886ca Send Email May 19, 2002
12:49 am
Does 3.1 fix any of the issues i've posted re: HiTex ? ... your ... the ... 20020518.diffs.gz ... 5.2. The binutils patch ... prefix=/build/r3.1...
Messages 1640 - 1669 of 9646   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help