[MonoDevelop] Create 32 bit .so on 64bit PC

Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Fri Sep 10 03:12:24 EDT 2010


> I have a project in MonoDevelop 2.2.2 on openSUSE with both C# and C
> programs.  I would like to build the package for 32 bit computers.  I'm able
> to select x86 for the C# part but I don't have any option in the C program,
> "Any CPU" is the only option available.  When I look at the output it shows
> the .so's are 64 bit.  How can I create a x86 .so?

For now, you can add "-m32" to the compiler arguments for your C project.


More information about the Monodevelop-list mailing list