[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnapplet: overcoming dlltool dependency?
From: |
BORBELY Zoltan |
Subject: |
Re: gnapplet: overcoming dlltool dependency? |
Date: |
Tue, 27 Nov 2007 00:11:24 +0100 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Hi,
On Mon, Nov 26, 2007 at 05:19:34PM +0100, Lukáš Petrovický wrote:
> During the course of today I have been trying to make gnapplet
> functional under Symbian S60 3rd edition phones.
>
> I managed to get the source code to compile (using just a really small
> patch) with the current stable Nokia SDKs, but I haven't been able to
good news!
> produce a .sis file - the Makefile needs a program called dlltool, which
> I wasn't able to find neither in Linux nor in Windows version of the
> CodeSourcery GCC required to compile software for ARM.
>
> Could anyone please lead me out of the dark on how to create the .sis
> file when there's no dlltool available? Or perhaps... how to get the
> dlltool when various GCC distributions (like the one in Ubuntu I'm using
> or the CodeSourcery's one) don't seem to include it?
I don't know newer SDKs require dlltool or not. I created the Makefile
by eliminating the unnecessary part from the makefile generated bldmake.
I tested the generated makefile, and kept only the really required parts.
Bye,
Bozo