[Buildroot] Error while configuring QTOPIA 4
Luciano Greiner
luciano.greiner at gmail.com
Wed Apr 8 22:31:16 UTC 2009
> Strange, seems like is doesn't like:
>
> property.o: property.cpp project.h option.h
> $(CXX) -c -o $@ $(CXXFLAGS) property.cpp
>
> Which looks perfectly fine. Could you change the line in
> qt-embedded-linux-opensource-src-4.5.0/qmake/Makefile to read:
>
> property.o: property.cpp project.h option.h
> echo $(CXX) -c -o $@ $(CXXFLAGS) property.cpp
> false
>
> And run make again?
I couldn't edit qmake/Makefile because it is regenerated once
configured is executed.
Anyway i place an echo code to get $(CC) variable value before
qtopia.mk configure command, and it's value is g++
$(CC) = g++.
Thanks
Luciano Greiner
On Wed, Apr 8, 2009 at 4:01 PM, Peter Korsgaard <jacmet at uclibc.org> wrote:
>>>>>> "Luciano" == Luciano Greiner <luciano.greiner at gmail.com> writes:
>
> Luciano> Hello.
> Luciano> I am using the trunk version of Buildroot. I am getting the following
> Luciano> error while it's configuring QTOPIA 4:
>
> Luciano> Creating qmake. Please wait...
> Luciano> make[1]: Entering directory
> Luciano> `/mnt/lfs/buildroot/build_i686/qt-embedded-linux-opensource-src-4.5.0/qmake'
> Luciano> g++: @: No such file or directory
> Luciano> make[1]: *** [property.o] Error 1
>
> Luciano> Dows anyone know what may be wrong here?
>
> Strange, seems like is doesn't like:
>
> property.o: property.cpp project.h option.h
> $(CXX) -c -o $@ $(CXXFLAGS) property.cpp
>
> Which looks perfectly fine. Could you change the line in
> qt-embedded-linux-opensource-src-4.5.0/qmake/Makefile to read:
>
> property.o: property.cpp project.h option.h
> echo $(CXX) -c -o $@ $(CXXFLAGS) property.cpp
> false
>
> And run make again?
>
> --
> Bye, Peter Korsgaard
>
More information about the buildroot
mailing list