This is the mail archive of the gcc@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]

Re: [buildrobot] avr-rtems


Is avr-elf not in the set your are building? This looks like a generic target build issue and not something architecture specific.

-Joel

Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:


Hi!

Build log is available at
http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=38764 .

g++ -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -Ic-family -I../../../gcc/gcc -I../../../gcc/gcc/c-family -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace    -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../../gcc/gcc/c-family/c-common.c
In file included from ../../../gcc/gcc/c-family/c-common.c:29:0:
../../../gcc/gcc/c-family/c-common.c: In function âvoid c_common_nodes_and_builtins()â:
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro âget_identifierâ
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro âget_identifierâ
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro âget_identifierâ
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro âget_identifierâ
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro âget_identifierâ
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro âget_identifierâ
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro âget_identifierâ
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
cc1plus: all warnings being treated as errors

MfG, JBG

--
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:                http://catb.org/~esr/faqs/smart-questions.html
the second  :

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