* tiff compile fails
@ 2011-10-08 13:43 Andreas Müller
2011-10-08 13:56 ` Andreas Müller
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2011-10-08 13:43 UTC (permalink / raw)
To: openembedded-core
With latest git pull for oe-core/meta-oe... & clean build dir I get
| arm-angstrom-linux-gnueabi-libtool: compile: ccache arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/home/Superandy/tmp/oe-core-eglibc/sysroots/overo -DHAVE_CONFIG_H -I. -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fvisibility-inlines-hidden -MT tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -fPIC -DPIC -o .libs/tif_stream.o
| tif_stream.cxx:31:20: fatal error: iostream: No such file or directory
| compilation terminated.
| make[2]: *** [tif_stream.lo] Error 1
I think it is not tiff to blame - but which one is it?
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tiff compile fails
2011-10-08 13:43 tiff compile fails Andreas Müller
@ 2011-10-08 13:56 ` Andreas Müller
2011-10-08 15:00 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2011-10-08 13:56 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote:
> With latest git pull for oe-core/meta-oe... & clean build dir I get
>
> | arm-angstrom-linux-gnueabi-libtool: compile: ccache arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/home/Superandy/tmp/oe-core-eglibc/sysroots/overo -DHAVE_CONFIG_H -I. -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fvisibility-inlines-hidden -MT tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -fPIC -DPIC -o .libs/tif_stream.o
> | tif_stream.cxx:31:20: fatal error: iostream: No such file or directory
> | compilation terminated.
> | make[2]: *** [tif_stream.lo] Error 1
>
> I think it is not tiff to blame - but which one is it?
>
In tiff's config.log I find
Configured with: ... --with-gxx-include-dir=/usr/include/c++ ...
Hmm
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tiff compile fails
2011-10-08 13:56 ` Andreas Müller
@ 2011-10-08 15:00 ` Khem Raj
2011-10-08 15:49 ` Andreas Müller
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-10-08 15:00 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]
On Saturday, October 8, 2011, Andreas Müller <schnitzeltony@gmx.de> wrote:
> On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote:
>> With latest git pull for oe-core/meta-oe... & clean build dir I get
>>
>> | arm-angstrom-linux-gnueabi-libtool: compile: ccache
arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize
-mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
-mthumb-interwork -mno-thumb
--sysroot=/home/Superandy/tmp/oe-core-eglibc/sysroots/overo -DHAVE_CONFIG_H
-I. -O2 -pipe -g -feliminate-unused-debug-types -fpermissive
-fvisibility-inlines-hidden -fvisibility-inlines-hidden -MT tif_stream.lo
-MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -fPIC -DPIC -o
.libs/tif_stream.o
>> | tif_stream.cxx:31:20: fatal error: iostream: No such file or directory
>> | compilation terminated.
>> | make[2]: *** [tif_stream.lo] Error 1
>>
>> I think it is not tiff to blame - but which one is it?
>>
> In tiff's config.log I find
>
> Configured with: ... --with-gxx-include-dir=/usr/include/c++ ...
>
Seems that libstdc++ headers are not installed or compiler is not finding
then
Try a small hello.cc example and include iostream see if that compiles fine
with
Your g++
> Hmm
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 1814 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tiff compile fails
2011-10-08 15:00 ` Khem Raj
@ 2011-10-08 15:49 ` Andreas Müller
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2011-10-08 15:49 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Saturday, October 08, 2011 05:00:33 PM Khem Raj wrote:
> On Saturday, October 8, 2011, Andreas Müller <schnitzeltony@gmx.de> wrote:
> > On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote:
> >> With latest git pull for oe-core/meta-oe... & clean build dir I get
> >>
> >> | arm-angstrom-linux-gnueabi-libtool: compile: ccache
> arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize
> -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8
> -mthumb-interwork -mno-thumb
> --sysroot=/home/Superandy/tmp/oe-core-eglibc/sysroots/overo -DHAVE_CONFIG_H
> -I. -O2 -pipe -g -feliminate-unused-debug-types -fpermissive
> -fvisibility-inlines-hidden -fvisibility-inlines-hidden -MT tif_stream.lo
> -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -fPIC -DPIC -o
> .libs/tif_stream.o
> >> | tif_stream.cxx:31:20: fatal error: iostream: No such file or directory
> >> | compilation terminated.
> >> | make[2]: *** [tif_stream.lo] Error 1
> >>
> >> I think it is not tiff to blame - but which one is it?
> >>
> > In tiff's config.log I find
> >
> > Configured with: ... --with-gxx-include-dir=/usr/include/c++ ...
> >
>
> Seems that libstdc++ headers are not installed or compiler is not finding
> then
> Try a small hello.cc example and include iostream see if that compiles fine
> with
> Your g++
>
Thanks for the hints: there was a file iostream in sysroots/overo/usr/include/c++ and on host libstdc++ headers are installed.
Before your response I was already running a rebuild on fresh tmp dir. This time it worked...?! The only difference to the previous run is that I now did not try to build my full image but I ran 'bitbake tiff'..
Strange - but it seems I can continue
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-08 15:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-08 13:43 tiff compile fails Andreas Müller
2011-10-08 13:56 ` Andreas Müller
2011-10-08 15:00 ` Khem Raj
2011-10-08 15:49 ` Andreas Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox