Mail Archives: djgpp/1999/08/12/16:18:13
On Wed, 11 Aug 1999, Tom Arild Nęss wrote:
> I'm having a problem using the DJGPP make in combination with the Lattice C
> compiler (for M68K processors). The output looks like this:
>
> > make test.o
> lc -cf -b0 -r0 -v -ccw -s -m2 -o.\ test
> Lattice 680x0 C Compiler V5.10
> Copyright (C) 1991 Lattice, Inc.
>
> Compiling TEST.C
> Can't create object file
You will need to find out what does this message mean. Since the
DJGPP port of GNU Make doesn't alter anything in how the filesystem
works, there must be something else behind this ``Can't create file''
message. It is impossible to try to find the reason for the problem
without knowing why does the compiler fail to create the object file.
I suggest to ask the Lattice support people for help in understanding
this message. Ask them to enumerate the resons for this failure, and
then post these reasons here.
- Raw text -