EmbeddedRelated.com
The 2024 Embedded Online Conference

structure declaration not supported

Started by karthikbg in comp.arch.embedded17 years ago 5 replies

Hi , While trying to port to Codewarrior environment, i find that the below type of structure declaration is supported only in cygwin/gcc but...

Hi , While trying to port to Codewarrior environment, i find that the below type of structure declaration is supported only in cygwin/gcc but not in Codewarrior. It breaks in codewarrior environment. Has anyone come across such a thing and could someone here tell me an equivalent alternative for this so that i can use in codewarrior environment. struct tfsdev alt_tfsdevtbl[TFSDEVTOT] ...


WTB: CodeWarrior for MCore

Started by shojiki in comp.arch.embedded18 years ago 1 reply

I have a need to develop and debug for a MCore target but to my dismay it appears Metrowerks discontinued selling CodeWarrior for MCore. If...

I have a need to develop and debug for a MCore target but to my dismay it appears Metrowerks discontinued selling CodeWarrior for MCore. If you happen to have CodeWarrior 2.0 or later for MCore that you are no longer using and wish to sell, please contact me at: shojiki AT hotmail DOT com to reduce Spam the above capital words should be replaced with their corresponding single characte...


Newbie-Q: CodeWarrior, HCS12, and P&E Micro

Started by Thunder Weasel in comp.arch.embedded20 years ago 1 reply

Gentle Denizens: Up until 6 months ago, I was a complete newcomer to Motorola, its HCS12 line, and to the CodeWarrior CW12 suite of tools. I...

Gentle Denizens: Up until 6 months ago, I was a complete newcomer to Motorola, its HCS12 line, and to the CodeWarrior CW12 suite of tools. I am on the tail end of a (so far) successful project; now I need to find a production solution for our external vendor who will be programming our target boards before they ship them to us. I have been using CodeWarrior's intrinsic P&E debug tool to...


CodeWarrior for HCS12X - ANSI-compliant??

Started by Florian E. Teply in comp.arch.embedded16 years ago 10 replies

Hey folks, i got some strange problems with CodeWarrior for freescale's HCS12X family. On various occasions it complains about variable types...

Hey folks, i got some strange problems with CodeWarrior for freescale's HCS12X family. On various occasions it complains about variable types like "uint8_t" not being defined. As far as i know, uint8_t is required by ANSI-C though as some fixed-size type. Am i plain wrong here or does codewarrior behave strange indeed?? TIA, Florian


Codewarrior "Force C++ compilation" equivalent in cygwin - M68K cross-tool package

Started by KBG in comp.arch.embedded17 years ago 1 reply

Hi , I have a mix-up of C and C++ files . I initially developed in Codewarrior environment for Coldfire. Now, I am migrating to Cygwin...

Hi , I have a mix-up of C and C++ files . I initially developed in Codewarrior environment for Coldfire. Now, I am migrating to Cygwin environment for development. I find that in Codewarrior there is one compiler option 'Force C++ compilation' that makes all the C files also to act like C++ files . (something like that .) So, it is possible to mix-up code / routine-calls between C and C+...


Linux+Coldfire+Codewarrior?

Started by in comp.arch.embedded20 years ago 1 reply

Hello, is it possible to set up Linux on a Motorola Coldfire processor (e.g. MCF 5282) using Metrowerks Codewarrior as Compiler? The only...

Hello, is it possible to set up Linux on a Motorola Coldfire processor (e.g. MCF 5282) using Metrowerks Codewarrior as Compiler? The only thing I found was ucLinux in combination with gcc... G.B.


Moving code from CodeWarrior to G++

Started by FridgeFreezer in comp.arch.embedded14 years ago

Hi all, I would say this is probably a noob question although I'm not sure I can legitimately claim full noob status having been working on this...

Hi all, I would say this is probably a noob question although I'm not sure I can legitimately claim full noob status having been working on this stuff for a year or so. Long story short, I have inherited a project which is currently running on the MCORE 2114 and is developed in a rather steam-powered edition of CodeWarrior. We are now looking to port the whole thing over to ColdFire 522...


Codewarrior Compiler

Started by Jim in comp.arch.embedded19 years ago 5 replies

Is codewarrior a good compiler to use for HC08 controllers. I have heard some negative things about it. Is there a better compiler to use. I am...

Is codewarrior a good compiler to use for HC08 controllers. I have heard some negative things about it. Is there a better compiler to use. I am getting ready to start an HC08 project and need to choose a compiler. Jim


56F8000 bootloader application test file

Started by boB_K7IQ in comp.arch.embedded18 years ago 1 reply

I am trying to find "test_app_56F801x.S" S-Record file or the source that is supposedly included with this Codewarrior IDE. ...

I am trying to find "test_app_56F801x.S" S-Record file or the source that is supposedly included with this Codewarrior IDE. (CodeWarrior Development Studio for Freescale DSP56800/E Hybrid Controllers, version 7.1) I can't locate either the source or the .S file in any of the directories. Does anyone have this or know where I can find it ? I am having suspicions that support for th...


SCI Interrupt on freescale HCS12XDP512 - CodeWarrior + ProcessorExpert

Started by Florian E. Teply in comp.arch.embedded16 years ago 3 replies

Hey Folks, Right now i'm trying to fix a problem i got with an Interrupt Service Routine created by ProcessorExpert and CodeWarrior: The...

Hey Folks, Right now i'm trying to fix a problem i got with an Interrupt Service Routine created by ProcessorExpert and CodeWarrior: The ISR loses received chars (as in not calling the appropriate Event Handler) when the reception of that char is finished while the transmit-ISR is running. As far as i can tell, this happens because the transmit-ISR clears a status register which also co...


Codewarrior / c problem?

Started by JesperAagaard in comp.arch.embedded15 years ago 7 replies

I hope someone can tell me what is going wrong, im fairly new to both codewarrior/c and the HCS08 family. I'm making a LED driver on a...

I hope someone can tell me what is going wrong, im fairly new to both codewarrior/c and the HCS08 family. I'm making a LED driver on a HCS08GT32A. I have the following method: BUFFER_LENGTH = 4 BUFFER_HEIGHT = 10 void display_string_still(const unsigned char *str0, const unsigned char *str, const unsigned long int time) { unsigned char disp_con[4][6] = {0}; unsigned char disp...


Codewarrior compiler command line???

Started by Not Really Me in comp.arch.embedded12 years ago 20 replies

We are using CodeWarrior IDE v5.9.0 for a PPC project. We need to build some additional files externally, but CW is not forthcoming with the...

We are using CodeWarrior IDE v5.9.0 for a PPC project. We need to build some additional files externally, but CW is not forthcoming with the command line it is creating in the internal project file. (.mpc) It keeps all of that and the individual object files hidden. Freescale provided an excel spreadsheet to help duplicate the command line for compile and link by telling it what IDE proj...


MCF5272

Started by Martina in comp.arch.embedded20 years ago 1 reply

Hi everybody, I hope somebody can help me. I've a Evaluation board for the ColdFire MCF5272. I using the CodeWarrior from Metowerks. I tryed...

Hi everybody, I hope somebody can help me. I've a Evaluation board for the ColdFire MCF5272. I using the CodeWarrior from Metowerks. I tryed to get running the usb-software from Motorola. The usb-software for the host (PC) is running incloding the drivers for windows 2000. I tryed to run the usb-sandalone software on the evaluation board. If the software is runnig in the CodeWarrior Debug ...


compiler for motorola DSP56800E microcontroller

Started by Mastupristi in comp.arch.embedded20 years ago 2 replies

Ok... there exist CodeWarrior, but what about free compilers? Nobody has in project to add this architecture to GCC? thanks -- Mastupristi?

Ok... there exist CodeWarrior, but what about free compilers? Nobody has in project to add this architecture to GCC? thanks -- Mastupristi?


How do you like Freescale Codewarrior compared to other IDEs?

Started by RumpelStiltSkin in comp.arch.embedded15 years ago 5 replies

What is your opinion of Freescale's Codeware IDE?

What is your opinion of Freescale's Codeware IDE?


CodeWarrior development tool

Started by Boki in comp.arch.embedded18 years ago 2 replies

Hi All, Can I download the evaluation version directly? It seems that I have to wait their...

Hi All, Can I download the evaluation version directly? It seems that I have to wait their contact: http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=01272600612247 Best regards, Boki.


Recommendation for Code/Text Editor?

Started by David T. Ashley in comp.arch.embedded19 years ago 68 replies

Can anyone recommend a text editor they are very hapy with (and why)? I'm tired of both Visual Studio and Metroworks CodeWarrior (for different...

Can anyone recommend a text editor they are very hapy with (and why)? I'm tired of both Visual Studio and Metroworks CodeWarrior (for different reasons). Thanks, Dave.


What do you think about HCS12X from Motorola ?

Started by in comp.arch.embedded19 years ago 3 replies

Hi, We are going to buy a new environment for a new uC. Actually, we are using a Fujitsu 16 bits (MB90F94x). What do you think of the HCS12X...

Hi, We are going to buy a new environment for a new uC. Actually, we are using a Fujitsu 16 bits (MB90F94x). What do you think of the HCS12X family from Motorola ? Does anyone have some bad (/good) experience with it ? Our dealer suggest us the CodeWarrior IDE from MetroWerks for HCS12 (compiler C, assembler, linker, emulator). What do you think of this one ? Do you know a better one ? ...


MPC5xx OS?

Started by culd...@gmail.com in comp.arch.embedded17 years ago 5 replies

Excuse my ultra-ridiculous query (if it is ridiculous) Off late, I was introduced to MPC555 based systems and we program through...

Excuse my ultra-ridiculous query (if it is ridiculous) Off late, I was introduced to MPC555 based systems and we program through Simulink/C/CodeWarrior. But I was talking with Someone outside my firm and Someone asked me about what Operating System do I use? I had no answer for Someone. Can SomeoneElse shed some light? I know there is something called a bootcode? But I don't think it is Windo...


CodeWarrior not initializing Vars

Started by Hawker in comp.arch.embedded17 years ago 16 replies

Forgive me for I have broken engineering rule 1037.42.878.... For I am a hardware designer trying to write software. Now that we have that out...

Forgive me for I have broken engineering rule 1037.42.878.... For I am a hardware designer trying to write software. Now that we have that out of the way... I am using CW 5.1 and targeting a HCS09AW16 If in my global var declaration section I have. unsigned char GLOBAL_VAR = 0x00; When I run the app GLOBAL_VAR is sometimes 00, but more often than not something random and not as ass...



The 2024 Embedded Online Conference