Newsgroups: comp.sys.transputer
From: amd2@ukc.ac.uk (A.M.Douglas)
Subject: Meiko C and zero BSS vector problem
Organization: University of Kent at Canterbury, UK.
Date: Wed, 14 Sep 94 15:45:11 GMT
Message-ID: <997@larch.ukc.ac.uk>

Hi,

Does anyone use Meiko C on a transputer surface.  I'm attempting
to compile a program, which works on all other platforms.  It
compiles OK, but when trying to execute it, I get the following
errors:

medusa% mrun isetl
- ERROR - IMPORT node`isetl`_library_meikosRte can't be defined because
          EXE node`isetl has no global (BSS) vector
- ERROR - IMPORT node`isetl`_library_localRte can't be defined because
          EXE node`isetl has no global (BSS) vector
- ERROR - IMPORT node`isetl`_library_exeId can't be defined because
          EXE node`isetl has no global (BSS) vector

Terminated with errors

Can anyone give an explanation of what these messages mean, and
how I might fix the error.  The problem appears to lie in the fact that
the BSS vector size is set to 0, and I don't know why.

Thanks in advance,

Andrew Douglas

