crtlib.s:1: Error: Unresolved symbol '_resource_selector'

4 posts / 0 new
Last post
Diego Velazquez
diegolv's picture
Offline
Mobile Wizard
Joined: 4 Oct 2010
Posts:
crtlib.s:1: Error: Unresolved symbol '_resource_selector'

pipe-tool Copyright 2007-2009 Mobile Sorcery AB
pass 1. 97 known symbols.
pass 2. 108489 known symbols.
crtlib.s:1: Error: Unresolved symbol '_resource_selector',

MoSyncWindows-120110-1116.exe

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Abi Waqas
abi's picture
Offline
Mobile Wizard
Joined: 3 May 2010
Posts:

Hi Deigo,

This problem was aroused while we were working on resource locator. We are currently working on it and it will be fixed shortly. In the mean while, there is a work around to bypass it. You would need to go to the project properties and add *rescompiler.lib* under additional libraries. This problem is on the top of our to-do list and shall be fixed by the end of this week.

Regards,
Abi Waqas

Abi Waqas
abi's picture
Offline
Mobile Wizard
Joined: 3 May 2010
Posts:

Hi Again Diego and MoSyncers,

There is an issue reported for this problem on Jira, You guys can follow the progress at
http://jira.mosync.com/browse/MOSYNC-1540

Diego Velazquez
diegolv's picture
Offline
Mobile Wizard
Joined: 4 Oct 2010
Posts:

Hi Abi,

it does compile (w/ both rescompiler.lib / rescompilerD.lib) but it does not work. MoRE crashes and Android 2.3.3 returns ERR_PROGRAM_LOAD_FAILED.

My Loader program runs, but crashes on maLoadProgram. Others, don't work at all.

You can try OtaLoad for example. It crashes MoRE returning a null pointer exception.

Regards,

Diego