This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/19655] New: bug when make all


hello all,

i am trying to build a tool chain with binutils-2.14, and gcc-3.3.2.
i faced an error when make all is given at gcc-3.3.2.

the error is as follows:

****************
In file included from tconfig.h:22,
                 from libgcc2.c:36:
config/rs6000/linux.h:89:20: signal.h: No such file or directory
In file included from tconfig.h:22,
                 from libgcc2.c:36:
config/rs6000/linux.h:98: error: parse error before "stack_t"
config/rs6000/linux.h:98: warning: no semicolon at end of struct or union
config/rs6000/linux.h:100: error: parse error before "uc_sigmask"
config/rs6000/linux.h:100: warning: type defaults to `int' in declaration of `uc
_sigmask'
config/rs6000/linux.h:100: warning: data definition has no type or storage class
config/rs6000/linux.h:99: error: storage size of `uc_mcontext' isn't known
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/home/sudheer/ToolChain/Test_Ftpgnu/gcc-3.3.2/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/sudheer/ToolChain/Test_Ftpgnu/gcc-3.3.2/gcc'
make: *** [all-gcc] Error 2
You have new mail in /var/spool/mail/root

**************

i have copied the signal.h from gcc-3.3.2/gcc/fixinc/tests/base/sys/signal.h to
an /opt/usr/local/powerpc-linux/include/
and tried but i still face the syntax errors that appear earlier, but now no
signl.h error.

i request you to kindly respond as soon as possible.
thanks & regards
sudheer

-- 
           Summary: bug when make all
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: s_anumolu at rediffmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: gcc 3.3.2
  GCC host triplet: i686 linux gnu
GCC target triplet: mpc 8540


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19655


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