[Buildroot] Error while configuring QTOPIA 4

Luciano Greiner luciano.greiner at gmail.com
Wed Apr 8 23:33:29 UTC 2009


Sorry, i meant CXX.

My CXX variable value is g++

Thanks

2009/4/8 Allan Clark <allanc at chickenandporn.com>:
> Hi Luciano;
> $(CC) isn't used.  $(CXX) is used in the code snippets:
>>        echo $(CXX) -c -o $@ $(CXXFLAGS) property.cpp
> You might want to provide Peter and the list with that macro's value as
> well.  Knowing the value of $(CC) is not very useful.
> Allan
>
>
> On Wed, Apr 8, 2009 at 18:31, Luciano Greiner <luciano.greiner at gmail.com>
> wrote:
>>
>> > 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
>> >
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
>
>
> --
> allanc at chickenandporn.com  "金鱼" http://linkedin.com/in/goldfish
> please, no proprietary attachments (http://tinyurl.com/cbgq)
> Sent from New York, NY, United States



-- 
Luciano Greiner


More information about the buildroot mailing list