Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!usc!jarthur!ucivax!orion.oac.uci.edu!ucsd!sdcc6!sdcc8!cs166wag From: cs166wag@sdcc8.ucsd.edu (Gary) Newsgroups: comp.binaries.ibm.pc.d Subject: Fatal Error problem Message-ID: <16769@sdcc6.ucsd.edu> Date: 16 Feb 91 20:29:17 GMT Sender: news@sdcc6.ucsd.edu Organization: University of California, San Diego Lines: 20 Nntp-Posting-Host: sdcc8.ucsd.edu I am trying to compile a program with MSC. I decided to break up my program in modules instead of putting all my routines in one file. I started with one routine, droptbl(), which will be in a file named droptbl.c. Anyways, when I tried compiling, I get the following: DROPTBL.OBJ(droptbl.c) : fatal error L1070: _BSS segment size exceeds 64K pos:95 Record Type: 58E8 during the linking phase("link /NOI main.obj droptbl.obj, $*;"). Does anyone have any idea what I am doing wrong? Any help would be appreciated. Thanks in advance, Gary Ps. I am using MSC 5.1. Also, droptbl.obj is only 3K and main.obj is only 12K. I am also using yacc code which is included in my main.c (but that shouldn't be the problem)