This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

assembler messages...





Hi all,

Compiling with a make file a tree of C/C++ files I got this message:

$ make all_PICo
making all object PIC files in ./ami...
make -i ami.o ami_ostream.o amiacl.o amiacl.smdb.o amitables.o amitables.smdb.o
batch.o command_ami.o command_choice.o command_dir.o command_smdb.o fmtr.o;
making ami.o...
Assembler messages:
 for reading.open
: No such file or directory
...

The make command to compile files in the ./ami directory is:

$(GCC_PATH)/gcc $(INC) $(ASS_OPTS) $<

or in a clearer way

C:/cygwin/tools/H-i686-pc-cygwin/powerpc-eabi/bin/gcc  -I../_mysys -I../include
-I../platform -I../platform/psos -I../platform/generic  -I.. -c -mcpu=860
-fno-gnu-linker -fpic -x c++ ami.cc

Can anyone let me know what means "Assembler messages: for reading.open :NO such
 file or directory" ?

Thank you in advance,
Luca.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]