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@...
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@...
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@...
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: ...
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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 ... ...
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,...
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...
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...
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...
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:...
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@...
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 ...
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...
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...
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...
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...
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...
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: ...