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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8523 - 8552 of 9380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8523
... I do not lie; page0 has just as much chance living there as any other place that is not 00..FF. Surely someone has hardware with external RAM mapped there....
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 1, 2006
3:11 pm
8524
... Only in HC11. In this one thing I am certain: For HC12 there is no RAM at page0 on powerup, and so for great reason, the default link must not place...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 1, 2006
3:34 pm
8525
... Ahah! Very interesting. The following .map shows that when the .ld file contains a memory configuration for .page0 the soft regs are put there, however...
Donald E Haselwood
ptfwq
Offline Send Email
Nov 1, 2006
6:48 pm
8526
... It sounds interresting, although I didn't see in your .map where something is being placed in .page0 Are you sure you're using the default link an didn't...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 1, 2006
10:51 pm
8527
... I realized that the example I posted was using a custom ld script (I meant to show how I use the default). This one uses ld option "-m m68hc12elfb" to link...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 2, 2006
12:00 am
8528
... Yes I wrote my own, or rather hacked the stuff I could find. ... (I think we had this interchange some time ago. I never had any problem with crashes so I...
Donald E Haselwood
ptfwq
Offline Send Email
Nov 2, 2006
1:44 am
8529
I want to connect HC11 to CM02 i2c RF device. Does any one know how to do it? please let me know. Thanks in advance!! Nizar....
nizarkhetani
Offline Send Email
Nov 2, 2006
2:16 am
8530
... This question has nothing to do with C, with GCC, nor with GCC for MC68HC11. Especially since you also posted over on the MC68HC11 group, this is out of...
Mike McCarty
Mike.McCarty@...
Send Email
Nov 2, 2006
3:53 am
8531
... <dhaselwood@...> wrote: [custom linker script?] ... is NO ... PURPOSE. ... is NO ... PURPOSE. It seems "20050117" is somewhere before r3.0, but the gcc in...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 2, 2006
4:08 pm
8532
... I admit that was a silly conclusion from me, since your command prompt indicates you are not in "MS Windows" (unless maybe a cygwin shell). It's just that...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 2, 2006
8:11 pm
8533
... Those clips were the same as the earlier post that showed the entire map. ... From my experimenting it looks like softregs are placed according to the .ld ...
Donald E Haselwood
ptfwq
Offline Send Email
Nov 2, 2006
11:16 pm
8534
... I think it important to distinguish between "place in the page0 region" and "place starting at 0". You are saying that it is actually placing it in the...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 3, 2006
12:23 am
8535
... To test the data in .page0 the following 3 lines were inserted in the beginning of on .s subroutine-- #################### .global page0test .section...
Donald E Haselwood
ptfwq
Offline Send Email
Nov 3, 2006
4:20 am
8536
Hello thanks for the reply an help me! But now i still to have some questions!! ... Yes my concept of "hello world" is only to make the PH7 ( the led on the...
oliveira_pedro
Offline Send Email
Nov 3, 2006
4:57 pm
8537
... actually should be page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x100 ... So I still don't have these details: - What board is it; did it come with TwinPEEKs? -...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 3, 2006
7:55 pm
8538
Hi All It is a goal that I set myself sometime ago and finally I can proudly present a first version of a BDM for the M9S12NE64. In fact it's not a BDM as such...
Mark Butcher
mjbcswitzerland
Offline Send Email
Nov 5, 2006
8:59 pm
8539
Hello, I have the following problem when I build a project: During the link, it seems that ld doesn't find where _.frame is defined. I found a workaround by...
mike_84fr
Offline Send Email
Nov 5, 2006
10:04 pm
8540
On Mon, 06 Nov 2006 07:54:02 +1000, mike_84fr ... I usually exclude the frame pointer. As far as I know, it's only useful for debugging. Gcc's...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 6, 2006
12:40 am
8541
... The board is an CardS12 with MCU MC9S12DG256 bought in Elektronik Laden http://elmicro.com/en/cards12.php and it already it came with TwinPEEKs Monitor. ...
oliveira_pedro
Offline Send Email
Nov 6, 2006
11:22 am
8542
I use the -fomit_frame_pointer compiler flag when compiling my program to avoid this problem. Jim...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 6, 2006
1:06 pm
8543
... The CardS12.DG256 looks like a neat little module. I wonder how much it cost. ... hmmm, it seems you would not need vectors.s because you said that you ...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 7, 2006
12:26 am
8544
... Sorry for not explaining better, but the quick answer: add the path to the correct libgcc.a, which mine is typically ... ...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 7, 2006
6:42 pm
8545
Thank you very much to all! It is mandatory for me to use _.frame since gcc generated it even if I use -fomit-frame-pointer. Jefferson, you pointed the root...
mike_84fr
Offline Send Email
Nov 8, 2006
5:20 am
8546
... It would be simple to search your system to find "libgcc.a". Also I don't know how much it matters, but put the -L<path> at the beginning with the other...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 8, 2006
3:15 pm
8547
Thaks for help me, now its working but i change the make file and it print the "hello world" :) if it is allowed i put my compilation in the files directory! ...
oliveira_pedro
Offline Send Email
Nov 8, 2006
6:39 pm
8548
... Excellent! Yes I think people would like another example in the Files that works. Sometimes they say they can't find one....
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 9, 2006
3:11 pm
8549
Hello!! Now i'm try to link my program with the m68hc11 lib but i got a link problem! The lib that i try to use is stdio.h! Please look to my file and see were...
oliveira_pedro
Offline Send Email
Nov 14, 2006
9:02 pm
8550
... <oliveira_pedro@...> wrote: [...] ... Well, I know there was a typo in something I had posted. I see you have commented...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 15, 2006
11:38 pm
8551
... My make messanges from my hello world with the flag "-v" m68hc12-gcc -I -I/usr/m68hc11/include -Wall -m68hc12 -g -Os -mshort -Wmissing-prototypes -c -o...
oliveira_pedro
Offline Send Email
Nov 16, 2006
6:41 pm
8552
... -L/usr/lib/gcc-lib/m68hc11/3.3.5-m68hc1x-20050515/../../../../m68hc11/lib/m68hc12/mshort ... ...
Jefferson Smith
imajeff84663
Online Now Send Email
Nov 17, 2006
2:57 pm
Messages 8523 - 8552 of 9380   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