This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: GCC porting problem help
- From: Daniel Kegel <dank at kegel dot com>
- To: "Nithya Babu" <nithyababu at isofttech dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 08 Jan 2004 10:38:59 -0800
- Subject: re: GCC porting problem help
"Nithya Babu" <nithyababu at isofttech dot com> wrote:
We have a problem while using a gcc cross-compiler to compile one of our uClinux applications.
This is Compiler's error report:-
nisa-elf-gcc -DCONFIG_FRIO -O0 -g -Dlinux -D__linux__ -Dunix -D__uClinux__ ... mpeg3dec.c
mpeg3dec.c: In function `MPEG3_dequantize_samples':
mpeg3dec.c:864: internal error--insn does not satisfy its constraints:
...
Please submit a minimal test case so others can reproduce the problem.
Also please give more information about the version of gcc you're using,
what patches it has applied, and how it was built.
- Dan