Urgent help needed.

Login to reply to this topic.
Wed, 2007-10-10 05:27
Joined: 2006-12-18
Forum posts: 42

Hi Friends,
I have linking problem while building my application from commandline for ARMV5 compiler.

Error: L6218E: Undefined symbol icf_port_pltfm_init (referred from ICF.in).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 1 error messages.
make[1]: *** [\Symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\ARMV5\UDEB\ICF.exe] Error 1

I made all libraries but main application is not linking the library , i think so.

I have also gone through the link given

http://www.arm.com/support/RVCT2.2_SP1_Errors_and_Warnings.pdf

but couldn't get help.

It's very very urgent .....................Please do the need full.


Wed, 2007-10-10 07:14
Joined: 2004-05-21
Forum posts: 286
Re: Urgent help needed.

If you add / change anything in mmp you need to run bldmake command otherwise the changes wont reflect. The error is because of missing library or not included in to mmp.

Cheers,
Sri

Wed, 2007-10-10 07:45
Joined: 2006-12-18
Forum posts: 42
Re: Urgent help needed.


Thanku srikanth for ur reply.

I built each and every time when i changed MMP file .
I wondered because it built successfully on WINSCW and GCCE. But the same is not building for ARMV5.

Can u suggest me anything else.

Wed, 2007-10-10 07:45
Joined: 2006-12-18
Forum posts: 42
Re: Urgent help needed.


Thanku srikanth for ur reply.

I built each and every time when i changed MMP file .
I wondered because it built successfully on WINSCW and GCCE. But the same is not building for ARMV5.

Can u suggest me anything else.

Wed, 2007-10-10 07:45
Joined: 2006-12-18
Forum posts: 42
Re: Urgent help needed.


Thanku srikanth for ur reply.

I built each and every time when i changed MMP file .
I wondered because it built successfully on WINSCW and GCCE. But the same is not building for ARMV5.

Can u suggest me anything else.

Fri, 2007-10-12 15:00
Joined: 2004-11-29
Forum posts: 1233
Re: Urgent help needed.

Do your project contain a dependency on something that in turn has a dependency on something else?

like this:

App need Foo(), and Foo() exists in Foo.dll, but Foo() in turn needs Bar(), that is located in Bar.dll?

This kind of dependency is automatically resolved in winscw, by just including "LIBRARY foo.lib", but not for armv5, then you need to add also "LIBRARY bar.lib" to your mmp file of "App"

I don't know if it is also automatically resolved in GCCE (I havn't used it much) but possibly...

  • Login to reply to this topic.