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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5923 - 5952 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5923
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,...
Jie Shen
flying_xj
Offline Send Email
Feb 1, 2005
4:49 pm
5924
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...
Jie Shen
flying_xj
Offline Send Email
Feb 1, 2005
5:16 pm
5925
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; }; ...
kelm_ray
Offline Send Email
Feb 1, 2005
9:17 pm
5926
Ray, I am using the following gcc and I have bclr and bset in the listing with no problem. I use O2, but I tried Os with no problem. ...
tburrell@...
tomburrell2003
Offline Send Email
Feb 1, 2005
9:31 pm
5927
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...
kelm_ray
Offline Send Email
Feb 1, 2005
9:41 pm
5928
Ray Yes it does give an error. Some one who knows the compiler should answer. I was just checking if I had the same problem. Tom ... From: kelm.ray...
tburrell@...
tomburrell2003
Offline Send Email
Feb 1, 2005
9:49 pm
5929
... 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...
kelm_ray
Offline Send Email
Feb 1, 2005
9:57 pm
5930
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 1, 2005
10:39 pm
5931
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,...
Remko Galama
remkomg77
Offline Send Email
Feb 1, 2005
11:00 pm
5932
No, original bug is *found* in 3.0. Original post: http://groups.yahoo.com/group/gnu-m68hc11/message/5925 I hope kelm_ray will file the bug report....
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 2, 2005
12:54 am
5933
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...
jansenb2001
Offline Send Email
Feb 2, 2005
10:52 am
5934
... 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: ...
Mark Whitis
markwhitis
Offline Send Email
Feb 2, 2005
2:50 pm
5935
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...
Stephane Carrez
stephane_carrez
Offline Send Email
Feb 2, 2005
7:53 pm
5936
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...
Remko Galama
remkomg77
Offline Send Email
Feb 2, 2005
9:58 pm
5937
... Oh, I see :-D Good question, and it will be important to make sure this bug is reported. I don't know if it is....
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 2, 2005
11:44 pm
5938
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 3, 2005
12:08 am
5939
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...
Remko Galama
remkomg77
Offline Send Email
Feb 3, 2005
12:21 am
5940
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...
Mark Whitis
markwhitis
Offline Send Email
Feb 3, 2005
2:18 pm
5941
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....
Kim Lux
krlux2001
Offline Send Email
Feb 3, 2005
3:13 pm
5942
What version of gdb does the patch apply to ? ... -- Kim Lux, Diesel Research Inc....
Kim Lux
krlux2001
Offline Send Email
Feb 3, 2005
3:14 pm
5943
... 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...
tburrell@...
tomburrell2003
Offline Send Email
Feb 3, 2005
6:56 pm
5944
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 ...
tburrell@...
tomburrell2003
Offline Send Email
Feb 3, 2005
7:04 pm
5945
... Yeah, it works fine as a normal command but apparently the macro gets called before things are reinitialized. ... (gdb) show version GNU gdb...
Mark Whitis
markwhitis
Offline Send Email
Feb 3, 2005
7:49 pm
5946
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...
Remko Galama
remkomg77
Offline Send Email
Feb 3, 2005
8:28 pm
5947
... 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...
Mark Whitis
markwhitis
Offline Send Email
Feb 4, 2005
11:26 am
5948
... Actually, I have been using ddd with m6811-elf-gdb for a while. ddd --debugger "m6811-elf-gdb --baud 115200" yourfile.elf & -- Mark Whitis...
Mark Whitis
markwhitis
Offline Send Email
Feb 4, 2005
11:32 am
5949
... 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...
Mark Whitis
markwhitis
Offline Send Email
Feb 4, 2005
12:36 pm
5950
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...
mromanous
Offline Send Email
Feb 4, 2005
12:37 pm
5951
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...
Narendrababu
snnbabu22
Offline Send Email
Feb 4, 2005
12:43 pm
5952
... 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...
Mark Whitis
markwhitis
Offline Send Email
Feb 4, 2005
12:55 pm
Messages 5923 - 5952 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