Hello all! I am poritng existing series 60 application to S60 3rd edition. After I solved new error messages I got stuck with linker.
arm-none-symbianelf-ld: ..\..\..\Symbian\9.1\S60_3rd\EPOC32\RELEASE\ARMV5\LIB\edll.dso: No such file: No such file or directory
That dir contains only *.lib files. Could somebody help me with that?
If you haven't purchased a (separate) license for the ARM tools (RVCT), you should use the included, free GCC-E, instead (GCCE target, once making sure GCC-E is installed). Details in the SDK docs.
I forgot to mention, I was going to use free GCCE suit. I installed it, modified PATH environment variable, as described in doc. I have found that "bldmake plat" command lists GCCXML as supported platfomt but not GCCE. May this happens because I install all that stuff in D: instead of C: ?