On Thursday, June 6, 2002, at 01:06 PM, Gareth Bransby wrote:
I tried renaming the imdct_l_arm.arm file so it will not be found by the compiler but it still only complains about the bad instructions and not that it can't find the file. The instructions are only in this file so what's going on? The error gives the path to the file, /tmp/ccnuGNEj.s. But, this file does not exist. It is the same after make distclean. Should i be doing a whole untar of the original archive?
/tmp/ccnuGNEj.s would be a temporary file created by your compiler, which means your compiler is generating the bad instructions (and your assembler is rejecting them.)
What file is being compiled when this error occurs, and what is the full compiler command line?
Also try the compiler command again, but include the -v switch to see how it is running the assembler.
-- Rob Leslie rob@mars.org