The following info is copied from Forum Nokia's Discussion Boards. All due credit goes to basus3.
I haven't write down yet detailed instructions, but I plan to sometime make a clean installation and write a step by step instructions.
Here is a small reference to what I did:
(same release that Carbide is based, I haven't checked if this work with newer versions of Eclipse)
vm.mmap_min_addr = 0 (Greated values than zero provide security against kernel vulnerabilities, but they also make some programs fail since they need to access low memory (Like WINE). You can also change this per session based, but you need to change the value every time you start a new session.)
(just wine yourpackage.exe)
(You should obtain *.msi package since the zipped package fails to install. You install this with msiexec /i yourpackage.msi)
(Just wine the installer. This complained that you don't have eclipse installed, but you need this installation only to obtain the plug-ins and features)
(Should install fine since you have java and active perl installed)
Now you need to start to configure...
Eclipse have a directory in /usr/local/lib/eclipse this directory have to directories "features" and "plugins". I have installed those features and plug-ins that I have copied by hand here to separate them from those installed by Eclipse elsewhere.
To install S60 documentation to Eclipse you need to copy documentation plug-ins from S60 SDK here under "plug-ins". You can find them in you WINE directory, normally under .wine drive_c (or where you installed the SDK package). From there locate "docs" directory and under that "plug-ins" and copy necessary plug-ins into /usr/local/lib/eclipse/plug-ins.
This one is a bit tricky... you need to find you Carbide installation. It is normally in the .wine directory under "Program Files". In the Carbide directory you can find two directories "features" and "plug-ins". These plug-ins and features integrate Eclipse to the S60 SDK. What I did I copied files from features to /usr/local.../features and plug-ins to /usr/local.../plug-ins file by file starting from those com.nokia* files. Of course you can copy all the files at the same time and remove plug-ins that possible conflict with Eclipse plug-ins. When I started the Eclipse I started it from command line with debug mode to get information about possible conflicts.
Tools configuration:
I tried to run Carbide inside the WINE, but it seems that there is a memory problem in Java. I haven't figured out yet how to fix it.
I hope these instructions get you started, I'll try to make more detailed instructions sometime... Happy hacking.
Note: There is some more information here: http://www.martin.st/symbian/
No related wiki articles found