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]

No assembly file passed to as.exe...gcc for powerpc-eabi problem???





I built gcc 2.95.2 for powerpc-eabi. I've been using successfully the above to
get assembly files from source codes.
Trying to compile the same sources to get object files the assembler reports an
error due to the lack of an input file (as if the assembler were launched with
no file name on the command line...).
I examined the compilation output launching the command with -v option and this
is what I got:

$  C:/cygwin/tools/H-i686-pc-cygwin/powerpc-eabi/bin/gcc -I../_mysys
-I../include -I../platform -I../platform/psos -I../platform/generic -I..
-D__USE_MALLOC -D_PARTIAL_SPECIALIZATION_OF_CLASS_TEMPLATES -D_MEMBER_TEMPLATES
  -mcpu=860 -fno-gnu-linker -fPIC -c -v -x c++ ami.cc -o ami.o

Reading specs from /tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/cpp.exe -lang-c++ -v
-I../_mysys -I../include -I../platform -I../platform/psos -I../platform/generic
-I.. -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MI
NOR__=95 -D__cplusplus -DPPC -D__embedded__ -D__PPC__ -D__embedded__ -D__PPC
-Asystem(embedded) -Acpu(powerpc) -Amachine(powerpc) -D__EXCEPTIONS
-D__CHAR_UNSIGNED__ -D__USE_MALLOC -D_PARTIAL_SPECIALIZ
ATION_OF_CLASS_TEMPLATES -D_MEMBER_TEMPLATES ami.cc /c/TEMP/ccTuFSgm.ii
GNU CPP version 2.95.2 19991024 (release) (PowerPC Embedded)
#include "..." search starts here:
#include <...> search starts here:
 ../_mysys
 ../include
 ../platform
 ../platform/psos
 ../platform/generic
 ..
 /tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/include

/tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/../../../../powerpc-eabi/include

End of search list.
The following default directories have been omitted from the search path:

/tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/../../../../../include/g++-3


/tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/../../../../powerpc-eabi/sys-include

End of omitted list.
 /tools/H-i686-pc-cygwin/lib/gcc-lib/powerpc-eabi/2.95.2/cc1plus.exe
/c/TEMP/ccTuFSgm.ii -quiet -dumpbase ami.cc -mcpu=860 -version -fno-gnu-linker
-fPIC -o /c/TEMP/ccBucXpn.s
GNU C++ version 2.95.2 19991024 (release) (powerpc-eabi) compiled by GNU C
version 2.95.2 19991024 (release-2).
 /tools/H-i686-pc-cygwin/powerpc-eabi/bin/as.exe
Assembler messages:
 for reading.open
: No such file or directory
$

Nothing odd in my opinion but the line where the assembler is launched "
/tools/H-i686-pc-cygwin/powerpc-eabi/bin/as.exe". No file name on it.
Is it a bug or I missed any configuration?

Can anyone suggest me a solution?
Thank you in advance.



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