Re: [Objc-discuss] Could you add the Pelles C compiler backend?
Smalltalk 80 extensions for C programs
Brought to you by:
stes
From: <st...@PA...> - 2021-07-24 15:59:57
|
Thanks for the suggestion. http://www.smorgasbordet.com/pellesc/ looks interesting. There is already a driver and Makefiles for the LCC tools (LCC,LCCLNK,LCCLIB etc.). I'll see to make a version of Portable Object Compiler for PellesC. That being said, the most natural environment for Portable Object Compiler is UNIX. There is also a CYGWIN version; David Stes ----- Op 24 jul 2021 om 8:12 schreef objc-discuss obj...@li...: > On Windows, there are compiler backends for VC++ and Watcom. OpenWatcom now at > v2 but still being an outdated compiler and has a problematic license which > code compiled using it also subjected to and they are unable to change it! I > don't want to suggest removing Watcom backend but I asked for the Pelles C > backend. Pelles C is well active developed, has smaller size than VC++ (I will > not install the whole VC++ suite only to use this compiler, the same for the > Cygwin suite), I think it will able to power your compiler well. The command > line interface of Pelles C is also very similar to VC++. IMHO, if there are > reasons for the Watcom backend to exist, there are reasons for a Pelles C > backend. > > BTW, I also want to ask how to add new compiler backend to your compiler. I have > read the code, but I think it's too complicated and too much integrated into > the code itself so layman like me is not easy to find out. > > Thanks. > > Sent with ProtonMail Secure Email. > > > _______________________________________________ > Objc-discuss mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objc-discuss |