[Buildroot] Error while configuring QTOPIA 4

Peter Korsgaard jacmet at uclibc.org
Wed Apr 8 19:01:22 UTC 2009


>>>>> "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