Yes that should be possible. That's one of the front ends, the goal of
gcc is to have very little crossover between front ends and back ends so
implementing objc or obj-c++ for should mostly be a configuration issue.

There's some documentation on how the gcc build/configuration works in
gcc/doc, especially in gcc/doc/configfiles.texi .

The error message you copied basically says that one of the
configuration files specifies that the language "objc" is not supported
in this configuration (probably arm-mingw32ce or so).

        Danny


On Wed, 2009-01-21 at 10:54 -0500, Marc Vaillant wrote:
> Hi,
> 
> Is it possible to build the cegcc toolchain with objc and obj-c++
> support?  I downloaded the trunk tarball, modified the build scrips to
> enable the objc and obj-c++ languages in the gcc configure options, but
> no luck. When the build script runs the gcc configure, I get:
> 
> The following requested languages could not be built: objc
> Recognised languages are: c,c++,obj-c++,treelang
> 
> obj-c++ requires objc so I'm not sure why that's listed as a potential
> language.
> 
> Thanks,
> Marc

-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to