Symbian developer community

 

Forums

Reply
 
Thread Tools Display Modes
  #1  
Old 2010-02-10, 15:29
adonix's Avatar
adonix adonix is offline
Symbian Foundation Community Member
 
Join Date: 2010 Feb
Posts: 4
Angry How to compile the Build Package?

Greetings

I'm having problems compiling "romtools" in build package.

I have installed S60v5 SDK, PDT 1.5 and PDK (binary files - no source) and latest Build Package.

PDT is installed into C:\Symbian
SDK is installed into C:\S60
BUILD package is installed in D:\build

PDK was download and installed using the utility found in the wiki. I have it installed in G:\PDK\3.0.f the i mapped this folder to M:\ and set EPOCROOT to M:\

To compile RomTools, i browse to D:\build\imgtools\romtools and run the following command: sbs -c tools2 -b group\BLD.INF

Everything compiles ok until i get this error:
Code:
    make.exe: *** No rule to make target `M:/epoc32/release/tools2/rel/libsisutils.a', needed by `M:/epoc32/release/tools2/rel/readimage.exe'.  Stop.
sbs: error: The make-engine exited with errors.
I searched everywhere for this file but i cannot find it!!!!

Can anyone tell me what am i doing wrong? Am i missing something here??

I have attached the log files.

Thanks
Attached Files
File Type: zip build.zip (9.2 KB, 6 views)
Reply With Quote
  #2  
Old 2010-02-10, 15:37
a.sliced.banjo's Avatar
a.sliced.banjo a.sliced.banjo is offline
Symbian Foundation Community Member.
 
Join Date: 2009 Jul
Posts: 82
Default

I'm not 100% sure, but it looks like you have to build the SIS Utils' bld.inf (build/imgtools/sisutils/group/bld.inf) at the same time as this one if you are building from clean.
__________________
python -c "print ''.join(['aslicedbanjo'[(6 + 2*i + 10*i**2 + 2*i**4 + 2*i**5 + 6*i**6 + 3*i**7 + 5*i**8 + 4*i**9 + 7*i**10)%13] for i in range(12)])"
Reply With Quote
  #3  
Old 2010-02-10, 16:04
adonix's Avatar
adonix adonix is offline
Symbian Foundation Community Member
 
Join Date: 2010 Feb
Posts: 4
Default

Thanks man!!

I needed also to build "Buildrom" since i got a second error.

However, it stops now wen compiling RomBuild

Quote:
make.exe: *** No rule to make target `M:/epoc32/release/tools2/deb/libstlport.5.1.a', needed by `M:/epoc32/release/tools2/deb/uidcrc.exe'. Stop.
any idea?
Reply With Quote
  #4  
Old 2010-02-10, 16:52
a.sliced.banjo's Avatar
a.sliced.banjo a.sliced.banjo is offline
Symbian Foundation Community Member.
 
Join Date: 2009 Jul
Posts: 82
Default

Erm, try looking for the STL component's bld.inf and building that at the same time again?

I'm not sure off the top of my head where it is in the source tree though...
__________________
python -c "print ''.join(['aslicedbanjo'[(6 + 2*i + 10*i**2 + 2*i**4 + 2*i**5 + 6*i**6 + 3*i**7 + 5*i**8 + 4*i**9 + 7*i**10)%13] for i in range(12)])"
Reply With Quote
  #5  
Old 2010-02-10, 17:03
mattd's Avatar
mattd mattd is offline
Symbian Foundation Community Member.
 
Join Date: 2009 Jul
Posts: 352
Smile we don't normally build debug versions of the tools

Quote:
sbs -c tools2 -b group\BLD.INF
...
make.exe: *** No rule to make target `M:/epoc32/release/tools2/deb/libstlport.5.1.a', needed by `M:/epoc32/release/tools2/deb/uidcrc.exe'. Stop.
we don't normally build debug versions of the tools, just the release ones, so you'll probably have to do:

Code:
sbs -c tools2_rel -b group\BLD.INF
using '-k' comes in handy too (keepgoing)

Last edited by mattd; 2010-02-10 at 17:04. Reason: added '-k' to keep going...
Reply With Quote
  #6  
Old 2010-02-10, 17:45
adonix's Avatar
adonix adonix is offline
Symbian Foundation Community Member
 
Join Date: 2010 Feb
Posts: 4
Default

Thanks,

I compiled without any error message

However, using -tools2, files were compiled too but like you said, they are debug releases
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads.
You may not post replies.
You may not post attachments.
You may not edit your posts.

BB code is On.
Smilies are On.
[IMG] code is On.
HTML code is Off.


Forum Jump

Powered by vBulletin Copyright © 2010 vBulletin Solutions, Inc.