Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Howto build CDT binaries for Linux under Windows

> Do you mean the native libraries that are part of the=20
> org.eclipse.cdt.core.* fragments? 

No.

> If so, we build them on the host=20
> platforms only. We don't cross compile them.
>
> Or do you mean binaries produced by running a build in the CDT?

No.

> It would=20
> be nice to have a general set of instructions on how to do cross compiles=20
> from within the CDT. But if you are using standard make then the process=20
> is pretty much the same as if you already do cross compiles from the=20
> command line.

Background: I modify the CDT source code and distribute binaries.

http://zylin.com/pipermail/zylin-discuss_zylin.com/2005-January/000090.html

However, my CDT binaries won't work under Linux, since
org.eclipse.cdt.core.linux is missing.

When I build using org.eclipse.cdt-feature/feature.xml,
org.eclipse.cdt.core.linux isn't included in the build result when I
build w/Eclipse running under Windows.

When trying to build CDT binaries under Linux, I got a strange error
message:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=82822




-- 
Øyvind Harboe
http://www.zylin.com




Back to the top