Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-ercp-dev] Unable to build native eSWT DLL for S60

Hi Jerry,
 
I think what happened is that the libraries were copied into the root of your drive.
Assuming your drive is D: check if you have D:\epoc32 created...
If you will mount the SDK to a virtual drive this problem will be fixed. Works with manual copy / paste too.
 
Regards,
Petru


From: dsdp-ercp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-ercp-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Gerald McCobb
Sent: 22 September 2008 16:27
To: 'DSDP ercp list'
Cc: Anthapu Ravindranatha Reddy; keyur
Subject: [dsdp-ercp-dev] Unable to build native eSWT DLL for S60

Hello,
 
We are trying to build the native DLL for S60 and we get a consistent error.

W used two methods to build the native DLL:

1) org.eclipse.ercp.swt.s60/native/group folders bld.inf file to build
using "bldmake bldfiles" and then the "abld build winscw udeb"(Command line)
2) Imported the project using the bld.inf and build the project using Carbide.

In both the cases the same error -

Error (Command line):
make[1]: *** No rule to make target
`\epoc32\release\WINSCW\udeb\eswtapifacade.lib', needed by
`\epoc32\release\WINSCW\udeb\es
wt.dll'.  Stop.

Error( Carbide) :
Specified file
'\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\WINSCW\udeb\eswtapifacade.lib'
not found

How is eswtapifacade.lib generated?  Is it some  dependency that must be got from somewhere or is it generated by the org.eclipse.ercp.swt.s60/native code?

We assume the make file needs to be updated.

 
Regards,
 
Jerry McCobb

Back to the top