|
#1
|
||||
|
||||
|
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. Can anyone tell me what am i doing wrong? Am i missing something here?? I have attached the log files. Thanks |
|
#2
|
||||
|
||||
|
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)])" |
|
#3
|
||||
|
||||
|
Thanks man!!
I needed also to build "Buildrom" since i got a second error. However, it stops now wen compiling RomBuild Quote:
|
|
#4
|
||||
|
||||
|
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)])" |
|
#5
|
||||
|
||||
|
Quote:
Code:
sbs -c tools2_rel -b group\BLD.INF Last edited by mattd; 2010-02-10 at 17:04. Reason: added '-k' to keep going... |
|
#6
|
||||
|
||||
|
Thanks,
I compiled without any error message ![]() However, using -tools2, files were compiled too but like you said, they are debug releases
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|