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,...
... Bummer Continued 1. Downloaded the TOOL SET from the link youi gave me, and went to the web page. OK 2. Went to cd to the directory name provided...
... My condolences. ... I suppose you mean "OK" not "IK". Typos do happen. ... Hmm. I'm afraid you've gotten into murkier waters than I can help you with....
Mike McCarty
Mike.McCarty@...
Jan 15, 2008 4:28 pm
9029
... How did your search come out? Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments...
Mike McCarty
Mike.McCarty@...
Jan 15, 2008 5:05 pm
9030
... '\usr\lib/gcc-lib/m6811-elf/3.3.1-m68hc1x-20031004/collect2.exe'...Oops ... version I downloaded is 2.9, might be a glitch in something that was changed. ...
... You probably need custom startup code, such as provided with EmbeddedGNU for the C32 chip. It has to remap RAM so you have RAM where the stack pointer is...
... Sure. Just install it and use it. Us Windows users are spoiled and we don't like to recompile all our programs :-) ... Not sure what you mean by "normal"? ...
... How did all this eventually come out? Are you able to build? ... Welcome. Hope I didn't seem too gruff at the beginning. My experience is that there are a...
Mike McCarty
Mike.McCarty@...
Jan 17, 2008 5:56 pm
9034
... Mike, I had same problem! &^*^*&^$*^$^*$^*!!! No matter which versions I down loaded and tried to install. Finally, I went to my other machine which is of...
... [that he had some problems] ... Ok, then the machine you usually use has a problem. Perhaps your OS is damaged. Have you run a virus/trojan scan? I like...
Mike McCarty
Mike.McCarty@...
Jan 17, 2008 9:09 pm
9036
... [...] The big problem that I've had is remembering that between the two, everything starts in a different place (RAM and ROM). In some devices it ends in...
... I am running XP, and it has virus protection on it. ( Corporate uses their favorite, "ETRUST". Doing a reinstall woiuld really be a headache although some...
I can get to load GNU code and run on the C32 using the serial monitor and Debug12 so my mappings are correct but still can't get it to work under NoIce. Since...
... What are loading with NoICE? The elf/dwarf file (necessary if you want source-level debugging) or just the S-record file (if all you want is Flash...