Hello! Enjoyed a weekend? The correct linker file hcs12.ld is attached. I used it to run hi program at page $3E under TwinPeeks Monitor. About the LED program,...
Hello! An idea about display SCI result on terminal under bootloader: add run prog function at bootloader, make it point to 0x4000 (where is set to be the...
I think I have found a code generation bug in the version 3.0 release, ... struct Regs { volatile unsigned char reg; }; struct Device { struct Regs *regs; }; ...
The generated code for my snippet uses indirect addressing. The line that gives the error looks like this: bset [0,x], #1 Which give a syntax error with the...
... I just re-installed the 2.2 release which compiles the code with no problems. The generated code is: bset 0,y, #1 Apparently the brackets were added...
The brackets indicate indirect addressing mode. That is definately not valid in a bset command. Can someone tell if the output is suppposed to not have the...
since I'm still in the dark about this issue I was wondering if there has been any progress? or maybe a bug report? or is this problem resolved in v3? Regards,...
Hello, I was wodnering whether any of you is using the compiler with the CPU_3* module from PMB (http://www.pmb.co.nz/index.html). I know that messages were...
... For a wide variety of reasons, that will not work. A slight problem with that is that it might effect code that displays or uses the PP register, such as: ...
Hi! ... Thanks for the bug report. The problem is present in pre-release 2.92 as well as in gcc 3.4.3. The compiler now supports the indirect addressing mode...
Ive read the other post but somehow I think this is a different problem than the one kelm_ray has filled in since the error gcc reports is also a different...
I don't see it in the bug database. See http://savannah.gnu.org/bugs/?group=m68hc11 So it might not have been checked out yet. The basic problem would be that...
I first stumbled on this bug about 8 months ago when doing a number of 32 bit multiplications and divisions. Maybe 'floating' point aritmetics use a similair...
I have gdb partially working on the MC9S12DP256 (HCS12 with PPAGE register) with the D-bug12 v4.x based BDM pods.
This is not heavily tested but since it is...
It doesn't work in mine either. I'm going to have a look at your code and compare to my implementation of DBUG12. ... -- Kim Lux, Diesel Research Inc....
... From: whitis [mailto:whitis@...] Sent: Thursday, February 03, 2005 7:13 AM To: gnu-m68hc11 Subject: gdb partially working with D-bug12 bdm pods I...
Folks, I am using: m6811-elf-gcc -v Reading specs from C:\68hc12\usr\bin\..\lib\gcc-lib\m6811-elf\3.0.4\specs Configured with: ./configure --target=m6811-elf ...
Here are the files (one source, one makefile, one linkerscript which caused something looking like a serious error. Maybe jeffs or anyone else for that matter...
... Doesn't look like anyone answered this quetion, yet. And it is an important question that wasted a lot of my time and undoubtedly other peoples time to...
... I just spent a lot of time in a porting effort changing the form of processor references and I recommend you consider using a different approach if your...
Hi, I bought the CPU_3A2 recently and have been using the GNU tools...I use 'make' for compiling and EmbeddedGNU0.9 as editor and terminal (havent been able to...
I'm facing a problem in downloading a .s19 file to Ext SRAM. and i'm working in special bootstrap mode.and i use JBUG11 Debugger. In this,the program starting...
... Axiom's software has trouble programming external flash with their own BDM pods. NOICE can't program flash with a Axiom pod but can program flash with a...