Kbase P63774: Getting compilation errors when compiling very large program
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Getting compilation errors when compiling very large program
Program is created by a code generator
Action code segment has exceeded its limit of 63488 bytes, in <file-name> at line # <line-number>. (3307)
CAUSE:
The code generator is generating a program that uses no internal procedures (it is basically top down code) and the code is so large that the .r code exceeds the maximum allowed number of action code segments (which is 4)
FIX:
Modify either the code generator or the resulting source program so that it breaks the code up into several internal procedures