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 ...
I presume you are looking for multiple precision fixed point, since the basic compiler already has a fixed point library. There is a gnu multiple precision...
FYI Maybe the bsp from Stephane C (limited boards). It does not seem real complete, but has a fair start. Download GEL (General Embedded Libraries). It's...
I've been using a Axiom D256 board with GNU C compiler and decided to work on a real world application using a M68MOD912C32 board. I have recompiled one of my...
First, you only need to use the elf file if you want to enable debugging using source-level code - it has all the binary data and also source code and symbols....
I have the GNU disk, but it requires compiling the libraries. All the scripts are written in SHELL Scripting. Will not work on PCs. Also many of the directory...
... Umm, my PC runs Linux, no problem. You mean a PC running Windows or MSDOS. ... The real problem is, you didn't RTFM. ... RTFM ... RTFM. ... You need to...
Mike McCarty
Mike.McCarty@...
Jan 11, 2008 7:08 pm
9020
... would be ... WHAT MANUAL! In order to get man pages, you have to be able to build them. Still doesn't solve problem with "DOS" Illegal file and directory...
... In order to install anything, you need to get the DOS tool set and install it first. The DOS tool set gives you a build environment similar to a UNIX...
Mike McCarty
Mike.McCarty@...
Jan 11, 2008 10:20 pm
9022
... Okay, I'll get a tool set, is it something like MKS?...
... Great! So it doesn't work on mine! My question is where do I get a "WORKING" DOS TOOL SET that will allow me to build the libraries I need? I have tried...
shphrd wrote: [...] ... http://www.gnu.org/software/m68hc11/m68hc11_bin_win.html Follow the instructions there first (IOW, RTFM). If you still have problems,...