Mail Archives: djgpp/1998/06/14/06:55:34
On 14 Jun 1998, Gili wrote:
> > Are you linking in the new crt?.o file and using the new linker script that
> > defines the exception table? It should be documented in the readme.
>
> I'm using the files provided by DJGPP 2.01, RHIDE 1.42, GCC 2.8.1 and
> LGCC 2.8.0.. I was directed to these files by DJGPP's zip-picker
> around 1 month ago. So they should be the latest versions available.
> As for linking a new crt?.o file.. Isn't that part of this new
> package? If not, what must I do?
Begin with establishing which crt0.o are you linking in. To this end,
add -v to the link command line and watch out for the pathname of crt0.o
that gcc prints. If that doesn't give enough clues, post here the entire
output of the linking stage with -v added.
- Raw text -