I modified "sources" file in fjit to compile MYFILE.cpp and I get the following 2
warnings(there are 0 errors)

-----fjit/MYFILE.obj : warning LNK4210: .CRT section exists; there may be
unhandled static initializers or terminators

-----fjit/link : warning LNK4013: image size 0x7F000 exceeds specified maximum
0x64000

 I didnot find any related mesg in the archives. What does the above warnings mean?
Should I fix this (if so, how?) or just ignore it; I have to write the patch up code
between MYFILE.cpp and fjit.cpp and I would like to know the possible issues
before I write this patch.


Besides above warnings, I also get the following warnings

-----tools/clix/link : warning LNK6004:
C:/sscli/clr/bin/rotor_x86/fastchecked/clix.exe not found or not built by the last
incremental link; performing full link

In fact I am getting the above warning for all most all of the tools (cordbg, mscorpe,
ilasm, ildasm, metainfo, peverify, permview, gacutil). Can this mesg be ignored also ?
(because I can see all these tools created in c:/sscli/clr/bin/rotor_x86/fastchecked
and c:/sscli/build/v1..../sdk/bin ). In fact, I can run clix to execute the programs
under sample folder.

I am using buildall -c to build; I am working on Windows platform; I can see
MYFILE.obj being created in C:/sscli/clr/src/fjit/objdf/rotor_x86

Cheers
Chris

Reply via email to