Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
hi,all

when I compile a code with CVF6, it gives warning:

warning LNK4084: total image size 355000320 exceeds max (268435456);
image may not run

what is 'image' means? and why it is limited under 256M?  does it arise
from CVF or computer haradware or somthing else ?

thanks

Zhang

Report this thread to moderator Post Follow-up to this message
Old Post
Zyf
11-25-04 01:59 PM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
Zyf wrote:
| hi,all
|
| when I compile a code with CVF6, it gives warning:
|
| warning LNK4084: total image size 355000320 exceeds max (268435456);
| image may not run
|
| what is 'image' means? and why it is limited under 256M?  does it arise
| from CVF or computer haradware or somthing else ?

Basically, it's harmless, but see these Intel Forum threads:

http://softwareforums.intel.com/ids..._id=5&q=LNK4084

--
Jugoslav
___________
www.geocities.com/jdujic

Please reply to the newsgroup.
You can find my real e-mail on my home page above.


Report this thread to moderator Post Follow-up to this message
Old Post
Jugoslav Dujic
11-25-04 01:59 PM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
Jugoslav

Thanks, I have read those posts. I have got the answer.

Jugoslav Dujic wrote:
> Zyf wrote:
> | hi,all
> |
> | when I compile a code with CVF6, it gives warning:
> |
> | warning LNK4084: total image size 355000320 exceeds max (268435456);
> | image may not run
> |
> | what is 'image' means? and why it is limited under 256M?  does it arise
> | from CVF or computer haradware or somthing else ?
>
> Basically, it's harmless, but see these Intel Forum threads:
>
> http://softwareforums.intel.com/ids..._id=5&q=LNK4084
>

Report this thread to moderator Post Follow-up to this message
Old Post
Zyf
11-25-04 08:57 PM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
Zyf wrote:

> when I compile a code with CVF6, it gives warning:

> warning LNK4084: total image size 355000320 exceeds
>  max (268435456); image may not run

> what is 'image' means? and why it is limited under 256M?  does it arise
> from CVF or computer haradware or somthing else ?

Image is the compiled program.  A strange name, but
that is what it is.

-- glen


Report this thread to moderator Post Follow-up to this message
Old Post
glen herrmannsfeldt
11-26-04 01:56 AM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
> Image is the compiled program.  A strange name, but that is what it is.

Strange - why? It is an image of the memory at the time the program was
linked. See, for instance, the VMS documentation (available on the web)
where this is standard usage and has been so for more than 25 years...

Jan

Report this thread to moderator Post Follow-up to this message
Old Post
Jan Vorbrüggen
11-26-04 02:02 PM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
Jan Vorbrüggen wrote:
 

> Strange - why? It is an image of the memory at the time the program was
> linked. See, for instance, the VMS documentation (available on the web)
> where this is standard usage and has been so for more than 25 years...

Well, one some systems it is.   Under TOPS-10 such files could be
made by loading the program into memory, and then doing a SAVE
command.   It really is an image of memory.

On other systems such files have much more structure than
a memory image, possibly containing relocation information
and external symbol information interleaved with program text.

Maybe less obvious is the use of the word "text" to describe
executable code.   This seems to be common on some IBM systems,
CMS object files have the TEXT file type, and object libraries
are TXTLIB.

If you are not a native english speaker, though, you might
find it a little strange.

-- glen


Report this thread to moderator Post Follow-up to this message
Old Post
glen herrmannsfeldt
11-27-04 08:56 AM


Re: CVF warning LNK4084: total image size 355000320 exceeds max (268435456)
> On other systems such files have much more structure than
> a memory image, possibly containing relocation information
> and external symbol information interleaved with program text.

Containing, yes - a VMS image file certainly does. Interleaved?
Never seen that, and seems an unnecessary complication.

Jan

Report this thread to moderator Post Follow-up to this message
Old Post
Jan Vorbrüggen
11-30-04 09:02 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Fortran archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:43 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.