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...
... 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...
... 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...
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@...
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...
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@...
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...
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 ...
... 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. ... ...
... 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...
... gcc always links against libc unless you tell it otherwise (-nostdlib, -nodefaultlibs, -ffreestanding) Most likely the libc for HC1x doesn't actually...
... 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...
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...
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...
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...
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...
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...
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...
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@...
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"...
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...
... 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@...
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...
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...
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...
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 ...