Sudden failure with toolchain in a missing file (.rsg)

Login to reply to this topic.
Tue, 2008-03-04 21:35
Joined: 2008-03-04
Forum posts: 1

I am coding a tutorial out of "S60 Programming: A Tutorial Guide" and I successfully built a .SIS and deployed it on my phone. I came back to the project to add a line of code and upon recompling I get:

perl -S ecopyfile.pl "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\symb\Blackjack\BlackjackGui\group\BlackjackGui\GCCE\BlackjackGui_reg.rsg" "\Symbian\9.2\S60_3rd_FP1\EPOC32\INCLUDE\BlackjackGui_reg.RSG"
perl -S ecopyfile.pl "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\symb\Blackjack\BlackjackGui\group\BlackjackGui\GCCE\BlackjackGui.rsg" "\Symbian\9.2\S60_3rd_FP1\EPOC32\INCLUDE\BlackjackGui.RSG"
* Running build action: build
epocroot =
* C:\Nokia\Tools\Carbide_vs\make.bat -f C:\symb\Blackjack\BlackjackGui\group\BlackjackGui.GCCE UREL
make: *** No rule to make target `\Symbian\9.2\S60_3rd_FP1\EPOC32\INCLUDE\BlackjackGui.rsg', needed by `\Symbian\9.2\S60_3rd_FP1\EPOC32\DATA\Z\private\10003a3f\import\apps\BlackjackGui_reg.RSC'.  Stop.
ERROR: RCMake failed: (Make): make command exited with result 2. (Reason: The system cannot find the file specified.)
Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"

I have searched and found solutions that include renaming the #include to include the UID with no luck. I have also monitored the filepath of C:\Symbian\9.2\S60_3rd_FP1\EPOC32\INCLUDE and do not see the BlackjackGui.rsg generated nor copied there.

Edit: using carbide.vs 2.0.2.

Please help! Thanks!!!!


Wed, 2008-03-05 10:49
Joined: 2007-08-29
Forum posts: 128
Re: Sudden failure with toolchain in a missing file (.rsg)

Hi,

you need to include .rsg file in your application. Like #include "myapp.rsg" then go to group folder of your application and give this command "abld resource"


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1

  • Login to reply to this topic.