PRB: F1050: Code Segment Too Large

ID: Q49515

3.30 3.31 4.00 4.01 4.10 5.00 5.10 | 4.10 5.00 5.10

MS-DOS                             | OS/2
kbtool kberrmsg kbprb

The information in this article applies to:

SYMPTOMS

An attempt to compile an application fails and the compiler generates the following message:

   F1050: CODE SEGMENT TOO LARGE

CAUSE

The amount of code in one module exceeds 64K. Microsoft FORTRAN places the code from each "module," or compiled source file, into its own segment. Therefore, each module is restricted to 64K or less in both MS-DOS and OS/2 (unless using flat model).

RESOLUTION

To avoid this problem, break the source file into separate source files, compile each source file separately, and link the application into an EXE file. If the original source file contains subroutines or functions, place some of them into a separate source file. Otherwise, first break the source code into subroutines or functions and apply the methods listed above.

Additional reference words: 3.30 4.00 4.10 5.00 5.10 VAX port KBCategory: kbtool kberrmsg kbprb KBSubcategory: FLIss

Last Reviewed: April 30, 1998