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 8983 - 9013 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8983
Hi Jeff, I am also facing the same issue. Very, very strange "optimization" when we have such a good instructions as BRCLR .... Did you found some answers...
angelovjasen
Offline Send Email
Oct 3, 2007
2:30 pm
8984
... The only answer right now is that developers either don't have time, or don't know how to fix it....
Jeff Smith
imajeff84663
Online Now Send Email
Oct 3, 2007
11:53 pm
8985
... Hm, I am very sad to hear this ... To be honest, this issue was the first think I've noticed when testing with gcc - and it really disappointed me. I've...
angelovjasen
Offline Send Email
Oct 4, 2007
6:03 am
8986
... Actually the pure porting hasn't been that bad, aside from different inline asm syntax, etc. I'm struggling with the linker stuff, though, as all of the...
ogemry
Offline Send Email
Oct 5, 2007
5:27 pm
8987
I'm in a situation where some project members wants to work with proprietary tools (Code Warrior) and some wants to use free/liberated tools (gcc e.t.a.). ...
Mamluk Caliph
mamluk.caliph@...
Send Email
Oct 18, 2007
5:33 pm
8988
Hi Michael, I fear you are out of luck here :-(, gcc/CodeWarrior are not object file level compatible. There is a ABI covering the HC11/HC12, but it only...
Daniel Friederich
danielfriede...
Offline Send Email
Oct 18, 2007
5:57 pm
8989
Hi Daniel and thanks for your swift reply. Unfortunately the news you bring are not very uplifting :-( The reasons are several but to name a few: * We want to...
Mamluk Caliph
mamluk.caliph@...
Send Email
Oct 18, 2007
6:47 pm
8990
Hi Michael, ... and the best (convenient) ... Well, this is a gcc forum, anyway. The command line tools for CodeWarrior are in the prog folder, and the ide is...
Daniel Friederich
danielfriede...
Offline Send Email
Oct 18, 2007
7:11 pm
8991
I am attempting to generate random numbers, however the test code below does not compile. I get the following error: ... collect2: ld returned 1 exit status ...
warp_kez
Offline Send Email
Oct 21, 2007
3:26 am
8992
... It seems that your c library is missing a rand() function. Perhaps you meant random(), rand() seems to be part of the openssl library on my machine. ... ...
Triffid Hunter
triffid_hunter
Offline Send Email
Oct 21, 2007
8:40 am
8993
... I would guess that you did not link to the standard C library. 'gcc' will not automatically do it. It may seem like other compiles do, but it's the IDE...
Jeff Smith
imajeff84663
Online Now Send Email
Oct 22, 2007
2:24 pm
8994
... gcc always links against libc unless you tell it otherwise (-nostdlib, -nodefaultlibs, -ffreestanding) Most likely the libc for HC1x doesn't actually...
Daniel O'Connor
dariusmk2
Offline Send Email
Oct 23, 2007
1:59 am
8995
... It sounds strange for you to say that it will always link to libc when apparently you have not tried it. And by chance did you only mean libgcc? Of course...
Jeff Smith
imajeff84663
Online Now Send Email
Oct 23, 2007
3:10 pm
8997
Hi Guys I have install GCC compiler suite, "gnu-68hc1x-2.91.exe" and install EmbeddedGNU Integrated Development Environment. Using the EmbeddedGNU IDE i run...
zaheer
zaheer_jackson
Offline Send Email
Nov 2, 2007
2:16 pm
8998
Hi Guys, I have purchase a Dev board with MC9S12E256 and a USB MultiLink. I am thinking of using Eclipse and the GCC for 68HC11/68HC12. is there any of you...
zaheer
zaheer_jackson
Offline Send Email
Nov 2, 2007
2:51 pm
8999
Hello, I am currently designing a S12DP512 FlexRay demonstration board at work and, in the meantime, I am thinking about development tools. GNU GCC seems to be...
jsleroy
Offline Send Email
Nov 2, 2007
2:56 pm
9000
Hi, You can follow the instructions that Paul describes in http://www.cambridgeimaging.co.uk/wp_open-source-coldfire-ide.php just make the proper changes for...
adrian alonso
adrian_alonso2
Offline Send Email
Nov 2, 2007
5:21 pm
9001
I wish I had seen Paul's page before I started on my HC11 project. Once you become familiar with the Eclipse project configuration, I think the completion is...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 3, 2007
1:21 am
9002
Hello all, I have a understanding problems. On Internet, all people speaking about MinGW or Cygwin in order to have GCC working unde Windows. But, on the...
jsleroy
Offline Send Email
Nov 3, 2007
10:58 am
9003
Here's another one: http://tinker.sourceforge.net/cgi-bin/wiki/How_to_set_up_a_project_for_TinKer_with_Eclipse /Michael ... Here's another one:...
Mamluk Caliph
mamluk.caliph@...
Send Email
Nov 3, 2007
2:50 pm
9004
It's cool to see that people help others. BTW, does somebody tried the last Eclipse version ? (Europe 3.3.1.1) i do not "have managed make"/"standard make"...
jsleroy
Offline Send Email
Nov 3, 2007
2:55 pm
9005
Hi jsleroy ... cygwin programs need at least the cygwin1.dll to run. MinGW is only linked against Windows libraries, so these run without the need to install...
42Bastian
bastian42
Offline Send Email
Nov 4, 2007
6:40 pm
9006
While I haven't tried it, I'd be surprised if you couldn't build GCC under Microsoft's VisualC++ compiler....
Barry Callahan
melstav
Offline Send Email
Nov 4, 2007
6:47 pm
9007
... ISTM the only issue would be that the make file is designed for a UNIX-like environment. It would take some mods to the make file. Mike -- ...
Mike McCarty
Mike.McCarty@...
Send Email
Nov 5, 2007
8:56 pm
9008
Recently bought and Axiom CMD11E board, have been try unsuccessfully to get anything written in C to link and produce a working program on it. Always complains...
shphrd
Offline Send Email
Nov 13, 2007
4:40 pm
9009
My toolchain works just fine, however there's no mention of bsp anywhere, library form or otherwise....
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 14, 2007
5:09 am
9010
Hello friends, I am newbie in this group.I am doing serial communication program using MC9S12C32 in codewarrior on CSM12C32 board.The problem i am able to...
srikrishna_jntu
Offline Send Email
Dec 6, 2007
11:49 am
9011
Hi All Please note that a simulator of the MC9S12NE64 parts is available for free download. It is very simple to use and doesn't require any installation. It...
Mark Butcher
mjbcswitzerland
Offline Send Email
Dec 16, 2007
2:50 am
9012
Does a fixed point math library exist for GNU hc11/12? If so, where can it be found?...
wmrgraeme
Offline Send Email
Jan 2, 2008
4:58 pm
9013
How big of a word size are you looking for? Do you have a variable position DP or will all words have the DP in the same spot. How extensive do you need ...
John
stimey_mn
Offline Send Email
Jan 2, 2008
5:27 pm
Messages 8983 - 9013 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