hunk files
Alex,
smply try to use
extern char data[];
in your C code. The underscore will automatically be added to variables
defined in C. Furthermore I think (but maybe I'm wrong here), variables in
a hunk named __MERGED dont't need to be declared as __far, because they
will be accessed as word offsets relative to __LIKERDB, which is the start
address of this hunk and will be loaded into register A4 by C startup
code.
– wkc – … via AP from Hamburg, Germany