If I do this. const char *Trigstring[1] = {"howdy"}; Inside a banked location the linker tells me reference to a banked address [30:dba0] in the normal address...
3320
hal9000hal
Oct 2, 2003 8:40 pm
Hello, I'm trying to find someway to get any graphical Debugging software to work in windows. None of the debuggers I have found support the ELF files that the...
3321
42Bastian Schick
bastian42
Oct 2, 2003 9:47 pm
... The MSP430 guys have a working Insight (5.1.1) and have the sources on their website. But the 15MB are currently to much for me to get it (31KB downlink...
3322
Ioan Petrescu
yoanp@...
Oct 3, 2003 4:51 am
Hi, Try the P&M site, www.pemicro.com - they promised support for gnu tools, but up to now .... However, I think it should be possible, it seems that all you...
3323
John Gow
jgow@...
Oct 3, 2003 1:31 pm
The Hitex BDM debugger (http://www.hitex.co.uk) for the HC12 supports ELF/DWARF executables (and hence GNU GCC/12). I have been evaluating this tool and have...
3324
niste67
Oct 3, 2003 2:40 pm
Hi ! I need hardware shematich for this device 68HC11P2 who is work 100% and software for read this MCU from GRUNDIG EC7500 Thanx all in group FOX...
3325
RDT-MikeFriedrichs
friedrichs00
Oct 3, 2003 3:50 pm
Hello, I have an Avocet 'C' compiler for the HC11 family. But having real problems finding an affordable 'C' source debugger[emulator], that is compatible with...
3326
Jefferson Smith
imajeff84663
Oct 3, 2003 4:39 pm
I was wondering how much gdb and simulator (gcc rel 2.2) is supposed to work with m68hc12. I am hoping for some simulation working at the correct addresses....
3327
Andrew E. Mileski
is0ar
Oct 3, 2003 5:03 pm
... I've done x86/ARM/68HC11 firmware development with GNU tools for a few years, so I'm kinda biased in favour of them. You can run the GNU tools under...
3328
uwfieee
Oct 4, 2003 1:30 pm
Well, I found out why I was getting the checksum error when trying to program the CME11E9-EVBU in Single-Chip mode. I forgot that in order to program the...
3329
Eric Engler
englere.geo
Oct 5, 2003 3:12 am
Thanks for the info on the EmbeddedGNU setup for the Axiom CME11E9-EVBU board. I'll include this with the next release. I've got a text file on my web site...
3330
Stephane Carrez
stephane_carrez
Oct 5, 2003 9:41 am
Hi all, Release 2.90 of the GNU HC11/HC12 port is now available. It is available as source and binaries for GNU/Linux and Windows. Release 2.90 is based on gcc...
3331
georgevca
Oct 6, 2003 2:36 am
This command line was previosly used and generated generated code with an invalid _premain branch to empty memory: m6811-elf-gcc %1 %2 %3 %4 %5 %6 %7 %8 %9 -o...
3332
Jefferson Smith
imajeff84663
Oct 6, 2003 3:53 pm
... I have not had problems like you mentioned before, using ver 1.1 (I think), and now using 2.2. My development platform is GNU/Linux, though. I was...
3333
John Gow
jgow@...
Oct 7, 2003 11:28 am
Hello, I have run into an interesting issue with banked projects and some debugger's symbol preprocessors. This issue seems to stem from a mismatch in the...
3334
Jefferson Smith
imajeff84663
Oct 7, 2003 3:40 pm
... debugger's symbol preprocessors. This issue seems to stem from a mismatch in the manner in which banked addresses are mapped to virtual addresses. I am...
3335
John Gow
jgow@...
Oct 7, 2003 4:34 pm
... Momentary lapse of concentration. I blame lack of caffeine :) ... Ah, that explains a lot - particularly as to the differences between symbol formatters....
3336
Jefferson Smith
imajeff84663
Oct 7, 2003 7:22 pm
Yeah, I know what you mean. Debuggers can be quite different than each other, even if the standards appear similar. The only way I have seen to get the...
3337
mschaffer@...
Oct 8, 2003 1:59 am
Hello everyone. I have been having problems compiling the "MicroStamp11 GNU-C runtime" example (by Don Woodward) with version 2.2 of the Gnu toolchain for the...
3338
John Gow
jgow@...
Oct 8, 2003 9:05 am
... OK, I've not yet looked at the source for objcopy, but does it currently contain code to parse addresses out of debug sections? Currently objcopy handles...
3339
Andreas Potschka
potschka@...
Oct 8, 2003 9:56 am
Hello out there. I'm a newbie to the GNU dev chain for m68hc1x and tried to compile the examples from the GEL (v1.5) both with the stable (2.2) and alpha (2.9)...
3340
NZG
ngustavson@...
Oct 8, 2003 1:15 pm
... Yea, I think most people do have this problem when they first get started especially if their running Debian, (which I am as well). You probably have a ...
3341
Jefferson Smith
imajeff84663
Oct 8, 2003 2:22 pm
Sorry that I haven't looked at as much of the source code as you have. I'm not quite sure how the routines work in objcopy. I am especially saying that...
3342
Jefferson Smith
imajeff84663
Oct 8, 2003 2:45 pm
I am curious, why would the GEL Makefile even call `as` instead of `m6811-elf-as` in Debian? Does `m6811-elf-as` exist in the path after install? I just know...
3343
John Gow
jgow@...
Oct 8, 2003 3:17 pm
... Seems that objcopy would be a good place to start. I'll get the source code and have a look. John Dr J A Gow CEng MIEE Senior Design Engineer Powernetics...
3344
Andreas Potschka
potschka@...
Oct 8, 2003 4:16 pm
Hello again. ... Yes, seems so: $ whereis m6811-elf-as m6811-elf-as: /usr/bin/m6811-elf-as with "alien"ed rpms. After deinstalling the rpms I tried the debian...
3345
NZG
ngustavson@...
Oct 8, 2003 4:44 pm
... Ah yes, to become one of us you must first pass the gauntlet. I think I have a pretty good idea these days. memory.x lets you redifine where everything is...
3346
wsjoe
Oct 8, 2003 6:11 pm
Hello, I am a total newbie in HC11/HC12 microcontrollers. I have programmed in assembly with Intel's 8085 about 8 years and remember some. So I have some...
3347
NZG
ngustavson@...
Oct 8, 2003 7:22 pm
It depends what's providing the Mstr clock. If it's provided off board then our IPAC could probably do it, if not then I'm not sure. Are you sure you need the...
3348
Stephane Carrez
stephane_carrez
Oct 8, 2003 7:57 pm
Hi! ... This error message indicates that you compiled/assembled one part of your project with 32-bit integers and another part with 16-bit integers. Since...