From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: A question about DJCPP version Date: 16 Aug 2001 10:07:49 GMT Organization: Aachen University of Technology (RWTH) Lines: 33 Message-ID: <9lg61l$gcs$1@nets3.rz.RWTH-Aachen.DE> References: <81525B0C5E6B6D4EBB4373B4A108FDF03232DA AT altek_server DOT altek DOT com DOT tw> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 997956469 16796 137.226.32.75 (16 Aug 2001 10:07:49 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Aug 2001 10:07:49 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Orion Lin wrote: > The DJCPP ver.2 supports GCC 2.93 No, it doesn't. It Supports GCC version 2.95.3 and some older versions, and probably it soon will support GCC-3.0 or some higher version. IIRC, there never was a version of GCC numbered 2.93. And BTW, it's called DJ_G_PP, not DJ_C_PP. > 1. but which version of DJCPP support GCC 2.63 ?! There never was a version 2.63 of GCC. You may be reffering 2.6.3, which is a *very* old version. What's so special about this particular version that makes you think you need it? > 2. All the obj file compiled via DJCPP are 32-bits, If I compile > some files (.cpp) and generate obj files (.o) via DJCPP. then I > have other files (.c) and compiled as obj files (.o) by ANSI C > compiler(16-bit), Is it possible to merge all of these obj files > (32bit,16bit) into a executable file and run it in 16-bit > microchip?! Almost certainly No. 16bit microcontrollers can't run 32bit code --- that's why they're not called 32bit microcrontrollers, see? Care telling why you think this would be a good plan, in the first place? If you already have a working ANSI C compiler for that target, what do you expect to gain by using GCC? -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.