Hi
After configure Qt , when I enter "bldmake bldfiles" in console, I see this message:
"WARNING: When building for ARMV5 platform Compiler RVCT2.2 or later is required."
Is this make any problem?
Hi
After configure Qt , when I enter "bldmake bldfiles" in console, I see this message:
"WARNING: When building for ARMV5 platform Compiler RVCT2.2 or later is required."
Is this make any problem?
That simply means that you should not attempt a GCCE build of "Qt for S60". You can build your own application with GCCE but not the runtime. Pre-built runtime packaged are provided with the distribution so you will have to install them on top of the SDK (qtlibs-4.4.4-temple.exe) and on device too (qt_libs_armv5_udeb.sisx).
-- Lucian