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...
Show off your group to the world. Share a photo of your group with us.

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 6434 - 6463 of 9380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6434
Have you tried removing it? I have never needed to add libgcc to my commandline, although I usually link it with 'gcc' which should call 'ld' with the right...
Jefferson Smith
imajeff84663
Online Now Send Email
May 2, 2005
2:08 pm
6435
Yes I have. When I do, I get the following errors. Thanks for ... C:\c>make -f blinky.mak c:/usr/bin/m6811-elf-ld -Tblinky.ld -Map blinky.map -oblinky.obj ...
jlarada1975
Offline Send Email
May 2, 2005
4:29 pm
6436
Neat, but what can I use to extract this from the archives? It doesn't work like a normal email attachment....
Jefferson Smith
imajeff84663
Online Now Send Email
May 2, 2005
4:29 pm
6437
I used uudecode in SUSE 9.1 to decode your encoded output. I get these wierd non-printable characters so often. Example from gdb-6.2-dbug.patch +...
Jefferson Smith
imajeff84663
Online Now Send Email
May 3, 2005
8:16 pm
6438
This is probably more just a question for Stephane Carrez, but open to anyone with input. Looking in the GEL headers for the 9s12 (HCS12 although not really ...
Jefferson Smith
imajeff84663
Online Now Send Email
May 3, 2005
10:03 pm
6439
Can anybody find a doc that lists defines to show whether gcc is compiling with -m68hc12, -m68hcs12, etc? It might be easy if it were just M68HCS12, etc. but...
Jefferson Smith
imajeff84663
Online Now Send Email
May 5, 2005
5:20 pm
6440
This is nessecary I suppose for HC11: var--; 1264: fd 12 cf (3) ldy 12cf <var> 1267: 03 (1) dey 1268: 7d 12 cf (3) sty 12cf <var> But For HC12 and...
Jefferson Smith
imajeff84663
Online Now Send Email
May 7, 2005
4:10 pm
6441
... The patch was attached to one of the email messages posted to the list. In fact, the very same message you replied to and the patch was included in your...
Mark Whitis
markwhitis
Offline Send Email
May 8, 2005
7:29 am
6442
... Hash: SHA1 Hi! Hi! ... You forget something. dex/dey decrement a 16-bit value while dec decrements a 8-bit value only. It's not the same :-) Try: ...
Stephane Carrez
stephane_carrez
Offline Send Email
May 8, 2005
8:37 pm
6443
... Hash: SHA1 ... The prefix is rather historical. In several cases, the M6811 prefix should rather be generic because common to HC11/HC12. If you come up ...
Stephane Carrez
stephane_carrez
Offline Send Email
May 8, 2005
8:42 pm
6444
Mark, The only problem is that you cannot directly use the patch, as the yahoo list removes the spaces and the patching will fail. Jefferson Smith hinted that...
zsilinszkyz
Offline Send Email
May 9, 2005
7:27 am
6445
Wow, I did forget that, thank you. Now I wonder if I thought of that before, and I actually forgot that I remembered... --jeffs...
Jefferson Smith
imajeff84663
Online Now Send Email
May 9, 2005
4:30 pm
6446
OK, so when one such as M6811_BAUD has a common use such as the divider for the serial port, I will keep the name. I could use M6812_... to begin a porting...
Jefferson Smith
imajeff84663
Online Now Send Email
May 9, 2005
5:29 pm
6447
... Hash: SHA1 ... Use m6811-elf-gcc for the link. Using the linker directly is more complex and requires passing the *correct* options, search paths and...
Stephane Carrez
stephane_carrez
Offline Send Email
May 9, 2005
7:45 pm
6448
... find ... $(ARCHIVES) ... is ... CFLAGS). ... bit ... correct ... 1.txt ... $(OBJS) ... Thanks so much for the information. It is very helpful. The reason...
jlarada1975
Offline Send Email
May 10, 2005
12:27 am
6449
Don't worry, you can still choose to use either memory.x or a customized linker script, or both. "-Wl,-T$(NAME).ld" is a parameter for gcc to tell it to pass...
Jefferson Smith
imajeff84663
Online Now Send Email
May 10, 2005
2:35 pm
6450
Dear All, If SCI1 interupt asserts at a baudrate of at least 57600, and CAN interrupted is asserted at the same time at a rate of 500Kbit, SCI1 interrupt will...
peter_lingier
Offline Send Email
May 10, 2005
3:20 pm
6451
I think you are talking about that errata where an even number of simultaneous interrupts in the system will not be asserted. That's because of a flaw in...
Jefferson Smith
imajeff84663
Online Now Send Email
May 10, 2005
10:00 pm
6452
Here is another missing optimization for HC12 and 9S12. It seems like I mentioned this over a year ago, but GCC is not taking advantage of the newer bset/bclr....
Jefferson Smith
imajeff84663
Online Now Send Email
May 10, 2005
11:35 pm
6453
I am trying to create a build with source code in subdirectories. In each subdirectory I trying to do an incremental link that creates an object file in the...
srssmg
Offline Send Email
May 12, 2005
3:27 pm
6454
A few hints In general, the final link should be done in one pass, which is the only one to pass "crt0.o". Each individual ".o" file should still have...
Jefferson Smith
imajeff84663
Online Now Send Email
May 12, 2005
4:47 pm
6455
Thanks, for your rapid response. I can do that, but I have both .c and .s files in most of my subdirectories. In those cases I have a .o for each type of file....
srssmg
Offline Send Email
May 12, 2005
6:15 pm
6456
I might still not picture your whole project, but... You didn't mention if you tried '-shared' (I have never tried it). But I think what you need is to compile...
Jefferson Smith
imajeff84663
Online Now Send Email
May 12, 2005
8:44 pm
6457
if you setup your CFLAGS LDFLAGS like this you get the incremental compile and a common link to create the output file CFLAGS = -m68hc12...
Tom Burrell
tomburrell2003
Offline Send Email
May 12, 2005
9:25 pm
6458
Folks, I got a bit busy on other projects this is a progress report. Also, I am old and sick a lot. I have the Kevin Ross BDM working. You can write to...
Tom Burrell
tomburrell2003
Offline Send Email
May 12, 2005
9:36 pm
6459
Also the GDB is the latest version, but I had to drop back to 3.04 on the gcc. My system will not compile and run with the latest. I don't know why, I don't...
Tom Burrell
tomburrell2003
Offline Send Email
May 12, 2005
9:44 pm
6460
Tom, Thanks for the info. I need to explain myself better. You are showing the process where the compile and the linking steps are separate, which at one time...
srssmg
Offline Send Email
May 12, 2005
10:57 pm
6461
... I think it could often be mistakenly secured if you bulk-erase without also writing the correct unsecure bits before resetting. I hope your routine asks...
Jefferson Smith
imajeff84663
Online Now Send Email
May 12, 2005
11:07 pm
6462
... Can you post what you have now? It would be interesting to read and perhaps someone can help with the coding. -- Daniel O'Connor software and network...
Daniel O'Connor
dariusmk2
Offline Send Email
May 12, 2005
11:47 pm
6463
... That's because you're telling it to make an elf executable each time around :) For a large project I would suggest you build each subtree into a static ...
Daniel O'Connor
dariusmk2
Offline Send Email
May 12, 2005
11:51 pm
Messages 6434 - 6463 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