Discussion Board
-
s80 SDK: ask about TARGETTYPE
2005-06-28, 10:23
#1
Registered User
I try to make a project with TARGETTYPE="lib"
I have built completely a release version for my mobile but build a version for debug on emulator I receive this:
\Symbian\7.0s\S80_DP2_0_SDK\EPOC32\RELEASE\WINS\UDEB\openfix.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x7b8
What's wrong with it? What exactly "openfix.lib" do? Please help me!
could you explain me some TARGETTYPE?
About lib,ani... and give me an example about these! thanks!
Last edited by ice_wizard; 2005-06-30 at 05:26.
-
Re: s80 SDK: "fatal error LNK1106: invalid file or disk full"! what dose it mean?
2006-01-07, 01:54
#2
Registered User
I have same problem on s80 SDK, \Symbian\7.0s\S80_DP2_0_SDK.
But I did not have problem on s60 sdk, I guess s80 SDK came with corrupted
openfix.lib.
What I did is,
Install S60 SDK, \Symbian\8.0a\S60_2nd_FP2.
Replace S80 openfix.lib with S60's
Then I fixed the problem.
-
Re: s80 SDK: "fatal error LNK1106: invalid file or disk full"! what dose it mean?
2006-01-10, 01:18
#3
Registered User
My last post is wrong solution.
Correct solution is adding "/QIfist" compile option only for VC7.
1) Edit %EPOCROOT%\epoc32\tools\cl_win.pm
2) Search for "CLFALGS" and add " /QIfist", after " /Zp4",
For detail doc, look for "ftol2" in www.symbian.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules