Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Incorrect error detection on compiler output

I've just recently updated to CDT 4.0 on Eclipse 3.3 and I'm now seeing an issue where
a normal compile command is being flagged as an error in the "Problems" tab.  I can't
see why these two output lines would be flagged as errors.  But they are every time
I do a compile.

A copy of the problems table is below.

Any ideas?

Thanks,
Larry.

Severity and Description	Path	Resource	Location	Creation Time	Id
c++ -ansi -pedantic -O2 -Wall -pthread -m64 -DDBC=7 -I.. -I/austin/tools/prefix-6/RHWS43_91_64b/include -I/austin/tools/prefix-6/RHWS43_91_64b/include/boost-1_33_1 -MD -MF x64gcco2a/.d. -MP -DFUSION_VERSION='"DesignBuilder 1.1\n A tool for Lightspeed Logic Array placement, buffering, and timing closure.\n Copyright (C) 2002 - 2007 Lightspeed Logic Corp."' -DFUSION_BUILD='" build date: Tue Aug 7 12 /usr/bin/c++\n from sources: master [d4f7c277524fb7cde9036a89031a7ec38d470ce0]"' -DRELEASE_VERSION='"1.1"' -c version.cc -o x64gcco2a/version-tclsh.o fusion line 23 1186507496879 19577 c++ -ansi -pedantic -O2 -Wall -pthread -m64 -DDBC=7 -I.. -I/austin/tools/prefix-6/RHWS43_91_64b/include -I/austin/tools/prefix-6/RHWS43_91_64b/include/boost-1_33_1 -MD -MF x64gcco2a/.d. -MP -DFUSION_VERSION='"DesignBuilder 1.1\n A tool for Lightspeed Logic Array placement, buffering, and timing closure.\n Copyright (C) 2002 - 2007 Lightspeed Logic Corp."' -DFUSION_BUILD='" build date: Tue Aug 7 12 /usr/bin/c++\n from sources: master [d4f7c277524fb7cde9036a89031a7ec38d470ce0]"' -DRELEASE_VERSION='"1.1"' -c version.cc -o x64gcco2a/version-wish.o fusion line 23 1186507496879 19578


Back to the top