I created a new GUI application in Carbide c++ and I did not write any line of code. I got this error when I try runing the project:
BLD.INF FATAL ERROR: \Symbian\Carbide\workspace\GUI\group\ICONS_SCALABLE_DC.MK does not exist bld.inf /GUI/group
I created a new GUI application in Carbide c++ and I did not write any line of code. I got this error when I try runing the project:
BLD.INF FATAL ERROR: \Symbian\Carbide\workspace\GUI\group\ICONS_SCALABLE_DC.MK does not exist bld.inf /GUI/group
Which version Carbide.c++? Which build chain? Which SDK? Is there a similarly named file in the \group directory?
-- Lucian
Carbide sometime generates invalid path seprator in bld.inf file.
Look into your bld.inf file and replace any forward slash ( / ) with backward slash ( \ ).
Hi, I am also getting the same error. I am using
Carbide.c++ Version 2.7.0
Build v201007151415_86
SDK is S60_5th_Edition_SDK_v1.0
I am following the tutorial here - http://wiki.forum.nokia.com/index.ph...1_-_Helloworld
Please help
(I replaced the forward slashed with backward slashed in the bld.inf file as mentioned in #3. Still the same error.)
Last edited by emaillenin; 2011-01-30 at 10:48. Reason: Grammar mistake
In the group folder I renamed the "Icons_aif_scalable_dc.mk" to "Icons_scalable_dc.mk".
I still got the Error message, but it worked.
Does the referred file exist? These are actual paths and files. Note that the SDK can not deal with drive letters, your workspace has to reside on the same drive where the SDK is.