> I have a Codewarrior project which produces the following error:
> __RuntimeModule__: Near data segment is bigger than 64K
>
> I have 2 segments
> Segment 1: Code 29K, Data 19K
> Segment 2: Code 8K, Data 32K
>
> Can someone point me in the right direction to any notes on Code size
> and segmenting projects.
> I have Bachmanns book, but is very light on this topic. The Codewarrior
> documentation is disappointing as always.
Seems you're using the near model, in which relative addresses must be less
than 32k.
In the 68k processor project settings control panel, try checking "Far
data".
Eric