M68HC1x Group

Syndicate content
GNU 68HC11/HC12
Updated: 17 years 14 weeks ago

Re: S12 In Linux need help

Thu, 2006-11-09 15:11
... Excellent! Yes I think people would like another example in the Files that works. Sometimes they say they can't find one.
Categories: Software

Re: S12 In Linux need help

Wed, 2006-11-08 18:39
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!
Categories: Software

Re: Problem to link when _.frame is generated by gcc

Wed, 2006-11-08 15:15
... 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 at the beginning with the other
Categories: Software

Re: Problem to link when _.frame is generated by gcc

Wed, 2006-11-08 05:20
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
Categories: Software

Re: Problem to link when _.frame is generated by gcc

Tue, 2006-11-07 18:42
... Sorry for not explaining better, but the quick answer: add the path to the correct libgcc.a, which mine is typically ...
Categories: Software

Re: S12 In Linux need help

Tue, 2006-11-07 00:26
... 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
Categories: Software

Re: Problem to link when _.frame is generated by gcc

Mon, 2006-11-06 13:06
I use the -fomit_frame_pointer compiler flag when compiling my program to avoid this problem. Jim
Categories: Software

Re: S12 In Linux need help

Mon, 2006-11-06 11:22
... 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.
Categories: Software

Re: Problem to link when _.frame is generated by gcc

Mon, 2006-11-06 00:40
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
Categories: Software

Problem to link when _.frame is generated by gcc

Sun, 2006-11-05 22:04
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
Categories: Software

Transform a NE64 demo board into a powerful Ethernet BDM programmer

Sun, 2006-11-05 20:59
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
Categories: Software

Re: S12 In Linux need help

Fri, 2006-11-03 19:55
... 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? -
Categories: Software

Re: S12 In Linux need help

Fri, 2006-11-03 16:57
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
Categories: Software

Re: S12 In Linux need help

Fri, 2006-11-03 04:20
... To test the data in .page0 the following 3 lines were inserted in the beginning of on .s subroutine-- #################### .global page0test .section
Categories: Software

Re: S12 In Linux need help

Fri, 2006-11-03 00:23
... 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
Categories: Software

Re: S12 In Linux need help

Thu, 2006-11-02 23:16
... 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
Categories: Software

Re: S12 In Linux need help

Thu, 2006-11-02 20:11
... 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
Categories: Software

Re: S12 In Linux need help

Thu, 2006-11-02 16:08
... wrote: [custom linker script?] ... is NO ... PURPOSE. ... is NO ... PURPOSE. It seems "20050117" is somewhere before r3.0, but the gcc in
Categories: Software

Re: Interfacing HC11 and CM02

Thu, 2006-11-02 03:53
... 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
Categories: Software

Interfacing HC11 and CM02

Thu, 2006-11-02 02:16
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.
Categories: Software