| Details | Message |
|---|
Read-Only Author Niloofar Ghotbi Posted 2-May-2004 05:07 Toolset None |  C compiler for Intel 80188 Niloofar Ghotbi Hi I need an optimized C compiler for 80188 microcontroller,The part is not mentioned in Keil list. Anyone knows where can I find it? |
|
Read-Only Author Drew Davis Posted 2-May-2004 15:53 Toolset None |  RE: C compiler for Intel 80188 Drew Davis http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=80188+C+compiler |
|
Read-Only Author gyoergy dozsa Posted 3-May-2004 00:33 Toolset None |  RE: C compiler for Intel 80188 gyoergy dozsa Paradigm, http://www.devtools.com have toolset for intel 188 processor family. |
|
Read-Only Author Andrew Neil Posted 3-May-2004 16:38 Toolset None |  RE: C compiler for Intel 80188 Andrew Neil It used to be possible to use Borland tools to generate x86/88-based embedded code not dependent on MS-DOS, Windows, PC, BIOS, etc - so maybe try ebay and see if you can find an old Borland C++ v3 or v4.
You can download the Borland C++ v5 compiler only (no IDE) for free from the Borland site, but I don't know if it can still be used to generate embedded code, and I fear that it may no longer support the 80188. Might be worth a look, though. |
|
Read-Only Author Niloofar Ghotbi Posted 3-May-2004 22:07 Toolset None |  RE: C compiler for Intel 80188 Niloofar Ghotbi yes the new versions also have this ability but it is hardware dependant,means that the code is generated for PC hardware.I am using another hardware. |
|
Read-Only Author Andrew Neil Posted 4-May-2004 14:53 Toolset None |  RE: C compiler for Intel 80188 Andrew Neil "yes the new versions also have this ability but it is hardware dependant,means that the code is generated for PC hardware."
The only hardware dependency would be the x86 processor, surely?
Of course, you have to take care to avoid all system-dependent features - and that'll include printf. |
|
Read-Only Author Niloofar Ghotbi Posted 3-May-2004 22:18 Toolset None |  RE: C compiler for Intel 80188 Niloofar Ghotbi thank you but they did not answer to me :( |
|
Read-Only Author Andrew Neil Posted 4-May-2004 14:54 Toolset None |  RE: C compiler for Intel 80188 Andrew Neil "they did not answer to me"
Who didn't? |
|
Read-Only Author Niloofar Ghotbi Posted 5-May-2004 01:23 Toolset None |  RE: C compiler for Intel 80188 Niloofar Ghotbi Andrew, The code is dependant to the hardware of PC(it's RAM,Rom and etc.)I need a compiler for my own hardware Paragim has such a thing but did not answer to me about the price although i was looking for free source:) |
|
Read-Only Author Andrew Neil Posted 5-May-2004 04:17 Toolset None |  RE: C compiler for Intel 80188 Andrew Neil "The code is dependant to the hardware of PC(it's RAM,Rom and etc.)"
Only insofar as any code must have RAM and ROM, surely?!
Sure, you'll have to write your own startup code (including some assembler) as you won't have DOS to call your main()! |
|