author | timothy.murphy@nokia.com |
Tue, 19 Jan 2010 20:54:38 +0000 | |
branch | wip |
changeset 148 | 72c10aee0d00 |
parent 123 | b748fbcd9079 |
child 149 | d082b140eb98 |
permissions | -rw-r--r-- |
3 | 1 |
|
2 |
Release Notes for Symbian Build System v2 |
|
3 |
||
77
4f372f7e27f5
Release: Combine Linking and Postlinking into a single step.
Daniel Jacobs <daniel.jacobs@nokia.com>
parents:
36
diff
changeset
|
4 |
Next version |
4f372f7e27f5
Release: Combine Linking and Postlinking into a single step.
Daniel Jacobs <daniel.jacobs@nokia.com>
parents:
36
diff
changeset
|
5 |
|
148
72c10aee0d00
Release note: Fix SF bug 1570 - Adding then removing a capability can produce an incorrect result
timothy.murphy@nokia.com
parents:
123
diff
changeset
|
6 |
SF bug 1570: Adding then removing a capability can produce incorrect result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL |
116
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
7 |
- Combine Linking and Postlinking into a single step |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
8 |
- New 'Patchable Constants' target type: TARGETTYPE pdll |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
9 |
- Support exit codes from next version of the trace compiler which will issue them |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
10 |
- New sbs_filter script and batchfile to ease the use of sbs_filter.py. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
11 |
Allows filters to be executed over a log after a build has been done. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
12 |
e.g. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
13 |
sbs_filter --filters=FilterWhat < logfile.log |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
14 |
(This runs a "--what" without regenerating any makefiles or reparsing |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
15 |
the matadata.) |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
16 |
- New (beta) FilterWhatComp filter. Simulates abld log output for |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
17 |
use with parse_what.pl for packing up zips by component. Whatcomp output |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
18 |
uses the incoming epocroot value. i.e. if epocroot is relative then so is |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
19 |
the what output. e.g. if EPOCROOT=\ then the output will be of the form |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
20 |
"\epoc32\release\armv5\...." If it's "..\myepocroot" then the output will |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
21 |
be "..\myepocroot\epoc32\release\armv5". If it's absolute then the what |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
22 |
output will also be absolute. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
23 |
- New FilterCheck filter. This can be used with sbs_filter to perform the |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
24 |
equivalent of --check using the log output from a build. It is more |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
25 |
efficient than --check because the metadata is not parsed and no makefiles |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
26 |
are generated. e.g. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
27 |
sbs_filter --filters=FilterCheck < logfile.log |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
28 |
- New (beta) graphical build visualisation tool (bin/timelines.py). Requires pygame |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
29 |
and PyOpenGL. e.g. python timelines.py < filename.log |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
30 |
- New (beta) log analyser (recipestats.py) for recording the total time spent in |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
31 |
each type of recipe in the build. e.g. python recipestats.py < filename.log > stats.csv |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
32 |
The output is in CSV format. |
9874c5dbccd7
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com
parents:
101
diff
changeset
|
33 |
|
78 | 34 |
|
107
bc8e1b2568a4
catch up to 2.11.3 from default
Richard Taylor <richard.i.taylor@nokia.com>
diff
changeset
|
35 |
|
53
4f9ea92017a1
release: version 2.11.3
Richard Taylor <richard.i.taylor@nokia.com>
parents:
52
diff
changeset
|
36 |
version 2.11.3 |
46
14d284e75719
Release: filter terminal flags up when recipe truncated
yiluzhu
parents:
42
diff
changeset
|
37 |
|
14d284e75719
Release: filter terminal flags up when recipe truncated
yiluzhu
parents:
42
diff
changeset
|
38 |
Defect Fixes: |
55
5e2f17481596
release: version 2.11.3 (candidate 2)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
53
diff
changeset
|
39 |
DPDEF142616 Raptor: Variables can be set unnecessarily prior to TEM execution |
46
14d284e75719
Release: filter terminal flags up when recipe truncated
yiluzhu
parents:
42
diff
changeset
|
40 |
Fix for: filter terminal flags up when recipe truncated |
52
ae46aeb3faf3
typo: bug 170 was fixed, not 107
Richard Taylor <richard.i.taylor@nokia.com>
parents:
51
diff
changeset
|
41 |
SF bug 170: invalid XML output when a zip file is missing |
51
687cd64341b8
Release note: sf bug 518: unpaged keyword in mmp files is not parsed properly
Richard Taylor <richard.i.taylor@nokia.com>
parents:
49
diff
changeset
|
42 |
SF bug 518: unpaged keyword in mmp files is not parsed properly |
46
14d284e75719
Release: filter terminal flags up when recipe truncated
yiluzhu
parents:
42
diff
changeset
|
43 |
|
14d284e75719
Release: filter terminal flags up when recipe truncated
yiluzhu
parents:
42
diff
changeset
|
44 |
|
42
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
45 |
version 2.11.2 |
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
46 |
|
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
47 |
Defect Fixes: |
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
48 |
DPDEF143176 raptor does not respect STDCPP mmp file keyword |
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
49 |
|
0785cc0c667b
version 2.11.2 (candidate 1)
Richard Taylor <richard.i.taylor@nokia.com>
parents:
36
diff
changeset
|
50 |
|
36 | 51 |
version 2.11.1 |
52 |
||
53 |
Other Changes: |
|
54 |
GCCE 4.4.1 variant added |
|
55 |
Restored python 2.4 compatibility |
|
56 |
Minor TOOLS2 --what corrections |
|
57 |
Retain Linux execute permissions on unpacked :zip archives |
|
58 |
Prototype of extended timing API added |
|
59 |
Option --noexport added for parallel parsing |
|
60 |
Made --noexport and --export-only mutually exclusive |
|
61 |
SBS_PYTHONPATH insulates sbs from the global PYTHONPATH |
|
62 |
Removed spurious bracket in e32abiv2textnotifier2 |
|
63 |
More robust to multiple import library definitions |
|
64 |
||
65 |
||
9 | 66 |
version 2.11.0 |
67 |
||
68 |
New Features: |
|
69 |
Parallel parsing of meta-data |
|
70 |
New keyword APPLY for MMP files |
|
71 |
SAX filter plugin base-class |
|
72 |
||
73 |
Defect Fixes: |
|
74 |
DPDEF142895 Raptor does the wrong thing with the ARMFPU keyword |
|
75 |
DPDEF143020 The savespace variant overrides elf2e32's return code |
|
76 |
DPDEF143046 BYTEPAIRCOMPRESSTARGET and INFLATECOMPRESSTARGET not in FLM interface |
|
77 |
Improved error reporting for --check and --what |
|
78 |
||
79 |
||
3 | 80 |
version 2.10.2 |
81 |
||
82 |
Defect Fixes: |
|
83 |
DPDEF142958 regression - ARMV6 and __ARMV6__ are not defined for armv6_urel builds |
|
84 |
DPDEF142730 Raptor crashes with improper VERSION syntax |
|
85 |
DPDEF142928 RVCT 4.0: Linker error when the MMP files modifies the --cpu option |
|
86 |
||
87 |
||
88 |
version 2.10.1 |
|
89 |
||
90 |
Defect Fixes: |
|
91 |
DPDEF142666 Cannot remove frozen exports from EABI DEF file in SBSv2 |
|
92 |
DPDEF142745 OPTION_REPLACE problems with RVCT 4.0 |
|
93 |
DPDEF140622 feature variant configuration file with non exist file set to 'FEATURELISTFILES' |
|
94 |
DPDEF141195 Raptor doesn't handle spaces in tool paths |
|
95 |
DPDEF142616 Raptor: Variables can be set unnecessarily prior to TEM execution |
|
96 |
DPDEF142455 Disable warning L6780W for certain components |
|
97 |
DPDEF142447 GCC-E: Raptor compiles CIA files as Thumb |
|
98 |
DPDEF142448 GCC-E: Raptor tries to build ABIV1 import libraries |
|
99 |
DPDEF142451 GCC-E: Raptor treats C files as C++ files. |
|
100 |
||
101 |
||
102 |
version 2.10.0 |
|
103 |
||
104 |
New Features: |
|
105 |
Support for GCCE compiler |
|
106 |
More efficient Feature Variation support |
|
107 |
||
108 |
||
109 |
version 2.9.3 |
|
110 |
||
111 |
Defect Fixes: |
|
112 |
DPDEF142166 Raptor sometimes invokes checklib.exe with incorrect parameters |
|
113 |
DPDEF141354 EXPORTUNFROZEN fails in target builds if .savespace is applied |
|
114 |
DPDEF141533 Inconsistent log output |
|
115 |
DPDEF141604 file winscw.auto.bat is released two times |
|
116 |
DPDEF141787 Raptor treats EFREEZE info message as warnings |
|
117 |
||
118 |
Other Changes: |
|
119 |
talon can read commands from a temporary file as well as with -c |
|
120 |
||
121 |
||
122 |
version 2.9.2 |
|
123 |
||
124 |
Defect Fixes: |
|
125 |
DPDEF141531 Incorrect RVCT variables passed to TEM |
|
126 |
DPDEF141837 Some problems with dependency (.d) files |
|
127 |
DEF140258 Aborting SBSv2 mid-build often leads to corrupt .d files which prevent rebuilds |
|
128 |
DPDEF142049 Garbage in the Raptor log file |
|
129 |
DPDEF141954 Raptor: "tools" config static libraries can have incorrect compilation macros |
|
130 |
DPDEF141974 Raptor: "tools" builds can fail when done in combination with "tools2" builds |
|
131 |
||
132 |
Other Changes: |
|
133 |
Static libraries cannot be feature variant |
|
134 |
Option --no-depend-include for very big builds |
|
135 |
||
136 |
||
137 |
version 2.9.1 |
|
138 |
||
139 |
Defect Fixes: |
|
140 |
DPDEF141503 RMTPClient::StartTransport Panic when using emulated test tranport plugin |
|
141 |
DPDEF141688 ARMV6 builds with SBSv2 have problems with missing DEF files |
|
142 |
||
143 |
||
144 |
version 2.9.0 |
|
145 |
||
146 |
New Features: |
|
147 |
Talon shell to reduce memory usage and improve stability. |
|
148 |
Support for RVCT 4.0 advanced features. |
|
149 |
Optionally use SBS_CYGWIN, SBS_MINGW and SBS_PYTHON to locate tools. |
|
150 |
Makefile to build host tools on Linux. |
|
151 |
Single-file compilation for IDE integration. |
|
152 |
Splitlog and CheckSource filters. |
|
153 |
||
154 |
Defect Fixes: |
|
155 |
DPDEF141523 Raptor links kernel-side components to scppnwdl.dso |
|
156 |
DPDEF141418 Raptor turns echo on |
|
157 |
DPDEF141495 Raptor doesn't deal correctly with SOURECEPATH beginning with '/' |
|
158 |
DPDEF141388 raptor inserts epoc32\include at start of systeminclude path |
|
159 |
||
160 |
||
161 |
version 2.8.6 |
|
162 |
||
163 |
DPDEF135505 Some TEMs have race conditions for simultaneous urel and udeb. cp fails. |
|
164 |
DPDEF141498 If make crashes, Raptor exits with 0 errors |
|
165 |
DPDEF141071 Raptor: GCCXML build does not support the VAR2 TARGETTYPE |
|
166 |
DPDEF140816 STDCPP keyword in mmp file not interpreted by gccxml tool chain |
|
167 |
DPDEF137727 [Raptor Rollout] Raptor fails to build certain .mbg and .rsg files |
|
168 |
DPDEF137494 SBSv2: preprocessor warnings and errors might cause invalid XML in log |
|
169 |
DPDEF140731 Missing dependency files when building from clean |
|
170 |
DPDEF140540 [System Build]: Changes of Raptor cause 94_331 build failed |
|
171 |
DPDEF141129 raptor generates unknown origin file |
|
172 |
||
173 |
Other Changes: |
|
174 |
Fix to support trace compiler switch |
|
175 |
Better message for duplicate objects, states which file overrides which. |
|
176 |
Refactor to avoid "defects" of missing OS variants. |
|
177 |
||
178 |
||
179 |
version 2.8.5 |
|
180 |
||
181 |
Defect Fixes: |
|
182 |
DPDEF141102 SBS doesn't set the paging attribute of excutables correctly |
|
183 |
DPDEF140731 Missing dependency files when building from clean |
|
184 |
DPDEF135620 Workaround for broken static libraries |
|
185 |
||
186 |
||
187 |
version 2.8.4 |
|
188 |
||
189 |
Defect Fixes: |
|
190 |
DPDEF140839 RComp crashes if it's built with sbs |
|
191 |
DPDEF140929 OPTION GCCE in MMP files generates a build warning |
|
192 |
DPDEF135436 SBSv2 - Python traceback when illegal characters appear on command line |
|
193 |
||
194 |
||
195 |
version 2.8.3 |
|
196 |
||
197 |
Defect Fixes: |
|
198 |
DPDEF139904 Raptor: .def file FREEZE attempted for ARMV5 when it shouldn't be |
|
199 |
DPDEF140589 Raptor: .def file FREEZE attempted for WINSCW when it shouldn't be |
|
200 |
DPDEF140456 Raptor build error with -c tools_rel |
|
201 |
DPDEF139759 Raptor warning regarding EXPORTSUNFROZEN is ambiguous |
|
202 |
DPDEF135436 SBSv2 - Python traceback when illegal characters appear on command line |
|
203 |
INC140156 SBSv2 crashes when build QtWebkit for ARMV5 |
|
204 |
||
205 |
Other Changes: |
|
206 |
Add <info> to show which variant.hrh file is used. |
|
207 |
Replaced the corrupted awk.exe in cygwin distro. |
|
208 |
Fix previous trace compiler auto run mechanism. |
|
209 |
ROMFILE improvements. |
|
210 |
||
211 |
||
212 |
version 2.8.2 |
|
213 |
||
214 |
Defect Fixes: |
|
215 |
DPDEF140540 [System Build]: Changes of Raptor cause 94_331 build failed |
|
216 |
||
217 |
Other Changes: |
|
218 |
Tolerate XML schema 1_0 files where possible. |
|
219 |
Treat system definition schema 1.[3-9] files the same as schema 1.4 files. |
|
220 |
Remove checksource and its python site-packages. |
|
221 |
||
222 |
||
223 |
version 2.8.1 |
|
224 |
||
225 |
Defect Fixes: |
|
226 |
DPDEF140165 SBS error when creating info.xml on component base_omaph2 |
|
227 |
DPDEF132996 Location of generated auto.bat files is inconsistent |
|
228 |
||
229 |
Other Changes: |
|
230 |
Feature variant "ln -f" fails intermittently in parallel builds. |
|
231 |
Traceback when "group" elements are redefined in XML. |
|
232 |
Trace compiler should run automatically if a trace path exists. |
|
233 |
Need a workaround for Carbide Missing SDK problem. |
|
234 |
||
235 |
||
236 |
version 2.8.0 |
|
237 |
||
238 |
New Features: |
|
239 |
XML schema 2.0 with new alias and group elements. |
|
240 |
||
241 |
Removed: |
|
242 |
XML config element (use var instead). |
|
243 |
XML .first and .last mechanism (use alias or group instead). |
|
244 |
||
245 |
Defect Fixes: |
|
246 |
DPDEF140082 SBS cause env to dirty state |
|
247 |
DPDEF138565 SBSV2 doesn't define the correct macros for ARMV6 |
|
248 |
DPDEF139950 SBSv2 Filter Handling not Robust enough - bad filters stop build. |
|
249 |
DEF139686 [TCL Build] coredumpserver compile warnings in DP00458 |
|
250 |
||
251 |
||
252 |
version 2.7.2 |
|
253 |
||
254 |
Defect Fixes: |
|
255 |
DPDEF139420 Raptor config does not correctly handle mifconv causing resource build errors |
|
256 |
DPDEF138679 Raptor does not create a DEFFILE when building for winscw_urel |
|
257 |
DPDEF139692 SBSV2: 'virtual memory exhausted' when building multiple variants |
|
258 |
DPDEF136321 SBSv2: Zip exports not cleaned |
|
259 |
INC139622 OPTION_REPLACE does not work properly in SBSv2 |
|
260 |
||
261 |
Other Changes: |
|
262 |
Added utility.prebuilt FLM. |
|
263 |
||
264 |
||
265 |
version 2.7.1 |
|
266 |
||
267 |
Defect Fixes: |
|
268 |
DPDEF138366 [T15379] Raptor raise some warnings when build Coredumpserver |
|
269 |
DPDEF139405 SBSV2: Trace compilation fails with large numbers of files. |
|
270 |
DPDEF139572 SBSV2: Changes to '--cpu' option syntax breaks existing MMP files. |
|
271 |
DPDEF139456 Toolcheck file is not created if EPOCROOT is \ |
|
272 |
DPDEF133766 Poor SBSv2 reallyclean performance |
|
273 |
DPDEF135780 SBSV2: REALLYCLEAN is not cleaning all files |
|
274 |
||
275 |
||
276 |
version 2.7.0 |
|
277 |
||
278 |
New Features: |
|
279 |
DS.1744 Recognize LINKEROPTION in MMP file |
|
280 |
DS.1744 Compiled objects on local filesystem (SBS_BUILD_DIR) |
|
281 |
||
282 |
Partial Deliveries: |
|
283 |
DS.1744 CheckSource in Raptor |
|
284 |
||
285 |
Defect Fixes: |
|
286 |
DPDEF138293 Carbide: Raptor doesn't resolve variant.cfg entries starting with "\" correctly |
|
287 |
||
288 |
||
289 |
version 2.6.5 |
|
290 |
||
291 |
Defect Fixes: |
|
292 |
DPDEF138930 Raptor needs to change to match new trace compiler interface |
|
293 |
||
294 |
||
295 |
version 2.6.4 |
|
296 |
||
297 |
Defect Fixes: |
|
298 |
DPDEF138527 [TCL Build] Miss tracecompiler.mk and exclude group for Raptor export |
|
299 |
DPDEF138484 Raptor uses wrong guard causing trace compiler ignores some projects. |
|
300 |
DPDEF138720 BV product folders have missing map files |
|
301 |
DPDEF138721 Raptor uses wrong lib when mmp keyword FIRSTLIB presents. |
|
302 |
DPDEF138053 SBSv2: tools platform: tools not installed by the time they need to be used. |
|
303 |
DPDEF138164 Carbide: Raptor crashes on unrecognised buildinfo.txt content |
|
304 |
DPDEF138296 SBSV2 disables all TOOLS2 compiler warnings |
|
305 |
DPDEF138329 Raptor generates marker file for trace compiler when it's not done |
|
306 |
DPDEF138352 SBSv2: rollout - unsplit EC makefiles not generating correct deps 4 missing .mbg |
|
307 |
DPDEF138480 SBSv2: rollout. Created files sometimes have insufficient permissions on Windows |
|
308 |
DPDEF137511 SBSv2 doesn't behave correctly with the default paging policy |
|
309 |
||
310 |
||
311 |
version 2.6.3 |
|
312 |
||
313 |
Defect Fixes: |
|
314 |
DPDEF133508 Number of errors is counted wrong |
|
315 |
DPDEF138098 UID issue in Trace Compiler for Raptor |
|
316 |
DPDEF138296 SBSV2 disables all TOOLS2 compiler warnings |
|
317 |
||
318 |
||
319 |
version 2.6.2 |
|
320 |
||
321 |
Defect Fixes: |
|
322 |
DPDEF135330 Raptor Rollout: bangalore messaging winscw udeb test code |
|
323 |
DPDEF137726 Missing mscvr_readme.txt from the SBSv2 drop |
|
324 |
DPDEF137739 SBSv2: rollout - .cia object files can conflict with .cpp object files |
|
325 |
||
326 |
||
327 |
version 2.6.1 |
|
328 |
||
329 |
Defect Fixes: |
|
330 |
DPDEF137239 raptor does not include the msvcr71 runtime library |
|
331 |
DPDEF137489 BV builds try and write generated .s files in the wrong directory |
|
332 |
||
333 |
||
334 |
version 2.6.0 |
|
335 |
||
336 |
New Features: |
|
337 |
DS.1542 SBSv2 generates Open System Trace dictionaries |
|
338 |
DS.1629 Resource autodependencies |
|
339 |
||
340 |
||
341 |
version 2.5.5 |
|
342 |
||
343 |
Defect Fixes: |
|
344 |
DPINC137379 Emulator: Cursor is missing on emulator buttons |
|
345 |
DPDEF133640 SBSv2 usrt3_1.lib is missing from epocroot/epoc32/release/armv5/ |
|
346 |
||
347 |
||
348 |
version 2.5.4 |
|
349 |
||
350 |
Defect Fixes: |
|
351 |
DPDEF136719 Raptor: sbsv2cache.py cache file generation fails with very large log files |
|
352 |
DPDEF136715 On Linux the shipped python 2.5.2 is not found |
|
353 |
DPDEF132996 SBSv2 doesn't generate AUTO.BAT file |
|
354 |
DPDEF136382 SBSv2: explicit dll versioning not supported on arm platforms |
|
355 |
DPDEF135843 [Raptor Rollout] Raptor does not support OPTION_REPLACE ARMASM/OPTION ARMASM |
|
356 |
DPDEF136693 makesis fails when multiple instances are run concurrently with the same target |
|
357 |
||
358 |
||
359 |
version 2.5.3 |
|
360 |
||
361 |
Defect Fixes: |
|
362 |
DPDEF136162 Raptor: resource dependencies require metadata workarounds |
|
363 |
DPDEF128288 SBSv2 does not fully support build target customization. |
|
364 |
DPDEF132880 BV builds cannot find system static libraries |
|
365 |
DPDEF133835 SBSv2 cannot build for ARMV6 or ARM9E |
|
366 |
||
367 |
||
368 |
version 2.5.2 |
|
369 |
||
370 |
Defect Fixes: |
|
371 |
DPDEF135983 cpp-raptor crashes if source code contains builtin macro __FILE__ |
|
372 |
DPDEF133808 Raptor does not support OPTION --no_rtti with mixed assembly/C++ projects |
|
373 |
DPDEF135577 SBSv2: rollout - TOOLS/TOOLS2 exes sometimes not executable or writable. |
|
374 |
||
375 |
||
376 |
version 2.5.1 |
|
377 |
||
378 |
Defect Fixes: |
|
379 |
DPDEF135258 createvmap.py script can hang in BV builds |
|
380 |
DPDEF135385 warnings in RunModeDebugger in M04816vFuture with ARMV7 |
|
381 |
||
382 |
||
383 |
version 2.5.0 |
|
384 |
||
385 |
New Features: |
|
386 |
DS.1568 User defined configuration file location(s) |
|
387 |
||
388 |
||
389 |
version 2.4.3 |
|
390 |
||
391 |
Defect Fixes: |
|
392 |
DPDEF134322 SBSV2 uses the wrong library when building STDCPP targets |
|
393 |
DPDEF132923 SBSv2 freeze don't add Vtable and RTTI information into def file for arm dll |
|
394 |
DPDEF133775 SBSv2: ARMFPU is not passed to compiler |
|
395 |
DPDEF134023 case inconsistency with libOpenVG.lib |
|
396 |
||
397 |
Other Changes: |
|
398 |
MINOR_CHANGE updated all copyright notices for SF delivery |
|
399 |
MINOR_CHANGE added vtb91sf variant for SF Timebox 9:1 builds |
|
400 |
MINOR_CHANGE added vtb92sf variant for SF Timebox 9:2 builds |
|
401 |
||
402 |
||
403 |
version 2.4.2 |
|
404 |
||
405 |
Defect Fixes: |
|
406 |
DPDEF133820 Raptor Rollout: EXPORTUNFROZEN processing incorrect in ARMV5 builds |
|
407 |
DPDEF132033 Raptor picks up the wrong bld.inf macros when building for RVCT 3.1 |
|
408 |
DPDEF133772 SBSv2: console log includes some winscw warnings that should be suppressed |
|
409 |
||
410 |
||
411 |
version 2.4.1 |
|
412 |
||
413 |
Defect Fixes: |
|
414 |
DPDEF133639 Raptor Rollout:TEF test server doesn't start under SBSv2 - OK with abld |
|
415 |
DEF133255 [System Build]: Error in compiling NaviEngine Unistore on ARMV7 M04816 vFuture |
|
416 |
DPDEF127973 Freeze fails with SBSv2 under some environments |
|
417 |
||
418 |
||
419 |
version 2.4.0 |
|
420 |
||
421 |
New Features: |
|
422 |
DS.1475 Pluggable Log Summariser |
|
423 |
DS.1476 Use FLMs from the source tree |
|
424 |
||
425 |
Defect Fixes: |
|
426 |
DPDEF133417 SBSv2: tmp mounting errors on startup |
|
427 |
||
428 |
||
429 |
version 2.3.3 |
|
430 |
||
431 |
Defect Fixes: |
|
432 |
DPDEF130261 sbs does not support explicit option to version keyword |
|
433 |
DPDEF130598 sbs does not provide debug and nodebug variants |
|
434 |
DPDEF131630 Raptor smoke tests break when EPOCROOT=\ on Windows |
|
435 |
DPDEF132898 no TEM nbl2.lib dependencies for armv7 |
|
436 |
DPDEF133035 SBSv2 - Tools2 build does not include -m32 option. Stlport flm also doesn't. |
|
437 |
DPDEF133176 SBSv2 ignores compillation error for "unidentified identifier" for winscw build |
|
438 |
||
439 |
||
440 |
version 2.3.2 |
|
441 |
||
442 |
Other Changes: |
|
443 |
MINOR_CHANGE added vtb92 variant for Timebox 9:2 builds |
|
444 |
||
445 |
||
446 |
version 2.3.1 |
|
447 |
||
448 |
Defect Fixes: |
|
449 |
DPDEF132374 SBSv2: Directory creation can fail leading to build errors |
|
450 |
DPDEF132070 SBSv2: stlport 5.2 build fails - library generated to wrong directory |
|
451 |
DPDEF128378 SBSv2 help for global targets only shown when a target is given |
|
452 |
DPDEF129634 ALWAYS_BUILD_AS_ARM does not suppress __MARM_THUMB__ with SBSv2 |
|
453 |
||
454 |
||
455 |
version 2.3.0 |
|
456 |
||
457 |
New Features: |
|
458 |
DS.1424 Support for ARMV5SMP platform |
|
459 |
||
460 |
Defect Fixes: |
|
461 |
DPDEF129804 SBSv2 crashes when there are double \\ in prj_mmpfiles in bld.inf |
|
462 |
DPDEF130892 SBSv2: Reallyclean fails on TEM files |
|
463 |
DPDEF131619 SBSv2: ABIv1 .lib files aren't generated for -c armv5 -c armv5.smp |
|
464 |
DPDEF131637 SBSv2: stlport can fail to build under Cygwin - "/tmp no such directory" |
|
465 |
DPDEF131891 [System Build]: Errors in GT stage in Build M04774 vfuture |
|
466 |
||
467 |
||
468 |
version 2.2.9 |
|
469 |
||
470 |
Defect Fixes: |
|
471 |
DPDEF129804 SBSv2 crashes when there are double \\ in prj_mmpfiles in bld.inf |
|
472 |
DPDEF131637 SBSv2: stlport can fail to build under Cygwin - "/tmp no such directory" |
|
473 |
DPDEF130892 SBSv2: Reallyclean fails on TEM files |
|
474 |
||
475 |
||
476 |
version 2.2.8 |
|
477 |
||
478 |
Defect Fixes: |
|
479 |
DPDEF130569 .lib files for SSM targets build with different name compared to abld |
|
480 |
DPDEF130571 libxml2 component contains GCCXML build errors |
|
481 |
DPDEF131312 SBSv2 - DEBUGGABLE_UDEBONLY not supported by SBSv2 (Raptor) |
|
482 |
||
483 |
||
484 |
version 2.2.7 |
|
485 |
||
486 |
Defect Fixes: |
|
487 |
DPDEF130533 SBSv2 fails to run when installed from SITK |
|
488 |
DPDEF130452 Some rcomp warnings need to be disabled |
|
489 |
DPDEF130286 SBSv2: sbs freezes during CLEAN and REALLYCLEAN operations. |
|
490 |
DPDEF127973 Freeze fails with SBSv2 under some environments |
|
491 |
DPDEF128455 Error during freeze with SBSv2 |
|
492 |
DPDEF127149 SBSv2 TEM/extension makefile build doesn't support the .savespace variant |
|
493 |
||
494 |
||
495 |
version 2.2.6 |
|
496 |
||
497 |
Defect Fixes: |
|
498 |
DPDEF130008 SBSv2 should recognize these new keywords: SMPSAFE, PAGEDCODE, PAGEDDATA, UN... |
|
499 |
DPDEF127887 Current directory wrong when executing extension makefiles in SBSv2 |
|
500 |
DPDEF128915 CCheckEnv ERROR: CBRPatch: Absent file |
|
501 |
DPDEF127675 Raptor does not process stringtables correctly when HEADERONLY is on |
|
502 |
DPDEF127878 give wrong mmp filename for -p option should cause error in SBSv2 |
|
503 |
||
504 |
Other Changes: |
|
505 |
Uses cygwin instead of msys for improved stability. |
|
506 |
Includes python 2.5.2 instead of using py2exe. |
|
507 |
||
508 |
||
509 |
version 2.2.5 |
|
510 |
||
511 |
Defect Fixes: |
|
512 |
DEF127329 OMAP H4 Unistore2 Failure in Raptor 9.5 GT build |
|
513 |
DPDEF128632 SBSv2 : bld.inf ':zip' exports don't maintain timestamps, with an e32 impact |
|
514 |
DPDEF127399 SBSv2 -p <filename>.mmp options also builds .mk files |
|
515 |
||
516 |
||
517 |
version 2.2.4 |
|
518 |
||
519 |
Defect Fixes: |
|
520 |
DPDEF129187 SBSv2: ABIv1 .lib files are required (again) |
|
521 |
||
522 |
||
523 |
version 2.2.3 |
|
524 |
||
525 |
Defect Fixes: |
|
526 |
DPDEF128916 C Standard Library failed on cia2cpp2o armv5 with 1 |
|
527 |
DPDEF128503 sbs 2.2.0 produce malformed xml log on Linux with pvmgmake |
|
528 |
DPDEF127604 SIS registry panics at startup on emulator if SWI is built with SBS |
|
529 |
DPDEF128690 SBSv2 generates error when using emake on REALLYCLEAN target |
|
530 |
||
531 |
Other Changes: |
|
532 |
MINOR_CHANGE log summariser updated to deal with errors starting "make.exe: ***" |
|
533 |
||
534 |
||
535 |
version 2.2.2 |
|
536 |
||
537 |
Defect Fixes: |
|
538 |
DPDEF127497 SBSv2 does not clean when -k or other switch is used with abld wrapper |
|
539 |
DPDEF127829 'cannot open Meta file' warning with SBSv2 |
|
540 |
DPDEF127371 abld -v not working correctly through sbsv2 |
|
541 |
DPDEF127555 SBSv2 doesn't do "romfile" |
|
542 |
||
543 |
Other Changes: |
|
544 |
MINOR_CHANGE made the default number of jobs 4 |
|
545 |
||
546 |
||
547 |
version 2.2.1 |
|
548 |
||
549 |
Defect Fixes: |
|
550 |
DPDEF128498 SBS creates paths with extra slashes which can cause problems |
|
551 |
||
552 |
Other Changes: |
|
553 |
MINOR_CHANGE Removed temporary ABIv1 .lib generation |
|
554 |
MINOR_CHANGE Added monty test data to the test folder |
|
555 |
||
556 |
||
557 |
version 2.2.0 |
|
558 |
||
559 |
New Features: |
|
560 |
DS.1347 SBSv2 Compiler Selection |
|
561 |
DS.1348 SBSv2 allow mixed slashes |
|
562 |
||
563 |
Defect Fixes: |
|
564 |
DPDEF127904 SBSv2 : recent installdefaultcommdb has broken the 9.4 build |
|
565 |
DPDEF128022 SBSv2: Unrecognised Keyword ['romtarget <some_file>.dll'] warnings |
|
566 |
DPDEF127815 SBSv2: PAGED and EPOCCALLDLLENTRYPOINTS keywords not supported |
|
567 |
DPDEF127890 SBSv2: TARGETPATH in mmps (also resources, bitmaps) must cope with backslashes |
|
568 |
DPDEF128229 SBSv2: some command invocations can fail, but could be "re-tried" |
|
569 |
||
570 |
||
571 |
version 2.1.10 |
|
572 |
||
573 |
Defect Fixes: |
|
574 |
DPDEF126662 Intermittent networking_dhcp compilation failure in Raptor build GT phase |
|
575 |
DPDEF127799 SBSv2: zip and unzip commands not found in some builds |
|
576 |
DPDEF127665 ARMV7 libraries have wrong link order in Raptor |
|
577 |
||
578 |
||
579 |
version 2.1.9 |
|
580 |
||
581 |
Defect Fixes: |
|
582 |
DPDEF127498 SBSv2: importlibversioned_abiv1 intermittently fails in ARMV5 builds |
|
583 |
DPDEF125483 CDB breaks due to Attribute values not matching expected values |
|
584 |
DPDEF126335 Intermittent GT errors due to "make" not being found on the PATH |
|
585 |
DPDEF127562 SBSv2 will not unzip the same file into more than one location |
|
586 |
DPDEF127626 SBSv2: sed version on windows is out of date |
|
587 |
||
588 |
||
589 |
version 2.1.8 |
|
590 |
||
591 |
Defect Fixes: |
|
592 |
DPDEF125478 CDB breaks caused by file path/name mismatch |
|
593 |
DPDEF125145 Incorrect file access permissions for sbs v2.0.14 in Linux distribution |
|
594 |
DPDEF126126 Intermittent "Segmentation fault" error in Raptor GT phase |
|
595 |
DPDEF124836 SBSv2 cannot build just a single .mmp file from a bld.inf file |
|
596 |
DPDEF126675 Performance regression in SBSv2 python frontend caused by regex usage, |
|
597 |
DPDEF126790 groupin10 is not used in artarget_func |
|
598 |
DPDEF125639 TEM variables are reported incorrectly when building TEM for ARMV7 |
|
599 |
DPDEF124273 abld help is ugly and hard to read |
|
600 |
DPDEF126614 "Virtual memory exhausted. Stop" error when building with SBSV2 |
|
601 |
||
602 |
||
603 |
version 2.1.7 |
|
604 |
||
605 |
Defect Fixes: |
|
606 |
DPDEF124290 SBS -e pvmgmake -j 12 on Linux produces malformed xml log files |
|
607 |
DPDEF126241 SBSv2 : SECURE_DATA error when building uiklaf toolkit in TechView |
|
608 |
DPDEF126328 Performance regression and related excessive memory usage in daily Raptor builds |
|
609 |
||
610 |
||
611 |
version 2.1.6 |
|
612 |
||
613 |
Defect Fixes: |
|
614 |
DPDEF125740 SBSv2: Builds can hang during the GT stage in Windows builds when using "-j x" |
|
615 |
DPDEF125145 Incorrect file access permissions for sbs v2.0.14 in Linux distribution |
|
616 |
||
617 |
||
618 |
version 2.1.5 |
|
619 |
||
620 |
Defect Fixes: |
|
621 |
DPDEF125812 There is no user created init.xml configuration file |
|
622 |
||
623 |
||
624 |
version 2.1.4 |
|
625 |
||
626 |
Defect Fixes: |
|
627 |
DPDEF124680 Raptor builds hang at "tools2" compilation phase |
|
628 |
DPDEF125304 Raptor crashes when running abld |
|
629 |
||
630 |
||
631 |
version 2.1.3 |
|
632 |
||
633 |
Defect Fixes: |
|
634 |
DPDEF125394 sbs_2.1.0_(RC1) Building complete OS gives armasm errors on Windows |
|
635 |
DPDEF122556 GT0367: CLEANEXPORT target is not cleaning files with a space in them |
|
636 |
DPDEF124691 Raptor should ignore the new SMPSAFE keyword |
|
637 |
DPDEF125031 SBSv2 Stringtable build fails when EXPORTPATH specified |
|
638 |
||
639 |
||
640 |
version 2.1.2 |
|
641 |
||
642 |
Change Requests: |
|
643 |
CR1413 Support for different toolchains to be called by SBSv1 and SBSv2 |
|
644 |
||
645 |
||
646 |
version 2.1.1 |
|
647 |
||
648 |
Defect Fixes: |
|
649 |
DEF124748 GCCXML errors in Raptor related to missing arm lib files |
|
650 |
DEF124756 Raptor build : Orphan files reported in CBR phase |
|
651 |
DEF124758 Raptor build CBR errors due to missing ".a" files |
|
652 |
DEF124573 CDB breaks in Raptor build due to missing header,dll and lib files |
|
653 |
||
654 |
||
655 |
version 2.1.0 |
|
656 |
||
657 |
Change Requests: |
|
658 |
CR1479 Add Armv7 support into SBSv2 |
|
659 |
||
660 |
Defect Fixes: |
|
661 |
DEF124543 Raptor does not handle the STDCPP keyword correctly |
|
662 |
DEF124515 GT0367: 'bldmake plat' should now show ARMV7 |
|
663 |
||
664 |
||
665 |
version 2.0.14 |
|
666 |
||
667 |
Defect Fixes: |
|
668 |
DEF124705 CBR errors in raptor builds due to missing rpp files |
|
669 |
DEF120328 SBS v2.0 configuration files cannot be validated |
|
670 |
INC124096 Long list of MMP macros causes crashdump with .s files |
|
671 |
DEF124702 GT0367: Semaphores need altering to correct possible hangs (on Linux) |
|
672 |
||
673 |
||
674 |
version 2.0.13 |
|
675 |
||
676 |
Defect Fixes: |
|
677 |
DEF123653 SBS -j 16 on Windows produces malformed xml log files |
|
678 |
||
679 |
||
680 |
version 2.0.12 |
|
681 |
||
682 |
Defect Fixes: |
|
683 |
DEF123987 Raptor does not build a lot of .lib files for ARMV5 |
|
684 |
DEF123981 SBSv2 doesn't generate DSO when EXPORTUNFROZEN is specified. |
|
685 |
||
686 |
||
687 |
version 2.0.11 |
|
688 |
||
689 |
Defect Fixes: |
|
690 |
DEF123988 SBSv2 does not produce rpp files |
|
691 |
DEF123766 SBSv2 log output does not match the specification |
|
692 |
DEF122781 GT0367: 'bldmake bldfiles' output not going to stdout |
|
693 |
DEF122885 GT0367: Need to stop sbs -abld functioning on Linux |
|
694 |
DEF123354 GT0367: Incorrect output if the number of jobs provided is invalid |
|
695 |
||
696 |
||
697 |
version 2.0.10 |
|
698 |
||
699 |
Defect Fixes: |
|
700 |
DEF123984 SBSv2 generates more warnings than abld |
|
701 |
DEF124139 GT0367: SBS causes a Python Traceback when a system_definition.xml error occurs |
|
702 |
DEF123601 SBSv2 : Python traceback error is reported when try to build systemtest code |
|
703 |
DEF123916 SBSv2 : "tools" build warns about overrides when "OPTION MSVC /w" in .mmp files |
|
704 |
||
705 |
||
706 |
version 2.0.9 |
|
707 |
||
708 |
Defect Fixes: |
|
709 |
PDEF124028 .GXP files not getting created when built for GCCXML target |
|
710 |
DEF123653 SBS -j 16 on Windows produces malformed xml log files |
|
711 |
DEF123586 dso file is not remade when def file changes |
|
712 |
DEF122541 SBSv2 -what should report resource files |
|
713 |
DEF123265 Incorrect file access permissions for sbs v2.0.7 in Linux dist |
|
714 |
DEF123317 SBSv2 -what got error for whatexports if too much exports |
|
715 |
DEF123439 SBSv2 : Exports not performed in total before .mmp processing in sysdef builds |
|
716 |
DEF123552 STLport doesn't build with Raptor on Linux |
|
717 |
DEF123260 GT0367: Circular references in config files not handled |
|
718 |
||
719 |
||
720 |
version 2.0.8 |
|
721 |
||
722 |
Defect Fixes: |
|
723 |
DEF122930 SBSv2:Target type exexp giving errors while building for winscw |
|
724 |
DEF123028 Raptor generating double slashes in command files |
|
725 |
DEF123048 SBSv2: build with -k (keep-going) stops when export makefile has a failure. |
|
726 |
DEF123069 False 'missing mmp file' errors reported by SBSv2 |
|
727 |
DEF122472 SBSv2 doesn't report content of unpacked zip files |
|
728 |
DEF122534 SBSv2 -what should not report .sym files |
|
729 |
DEF123181 SBSv2: Failure of one export in python aborts remaining exports for bld.inf |
|
730 |
DEF123289 SBSv2 : Netcards doesn't build for "tools" in an SBSv2 build |
|
731 |
DEF123418 SBSV2: stlport build can fail with "no rule to make target" |
|
732 |
DEF123084 SBSv2: exits with an exception if -c option specifies non-existent configuration |
|
733 |
INC122876 Electric Accelerator build fails with Raptor |
|
734 |
||
735 |
||
736 |
version 2.0.7 |
|
737 |
||
738 |
Defect Fixes: |
|
739 |
DEF122784 Large MMP files and GNUMAKEFILE causes shell to crash |
|
740 |
DEF122760 Problems with bmconv command files preventing bitmap generation? |
|
741 |
DEF122803 SBSv2 - Freeze doesnt work properly for OE target types |
|
742 |
DEF122833 SBSV2 Performance is poor with -j16 using the GNU Make engine |
|
743 |
DEF122535 GT0367: Invalid system_definition.xml causes SBSv2 layering crash |
|
744 |
DEF122570 SBSv2 : certain "-m" values cause a crash at makefile generation |
|
745 |
DEF122604 Errors in GT only build using sbsv2 on Windows |
|
746 |
DEF122796 Wrong default value for PVMGMAKE in make.xml |
|
747 |
DEF122783 SBSv2 WINSCW builds can produce incorrectly linked executables under emake |
|
748 |
DEF122785 log summariser crashes if errors contain % characters |
|
749 |
DEF122870 SBSv2 assembling .s files fails. |
|
750 |
DEF120473 Enable Windows and Linux Tools to Cohabit |
|
751 |
DEF121826 Pre-include HRH file directory from variant.cfg fails for template extension mak |
|
752 |
DEF121907 Raptor crashes when exporting zip file that already exists |
|
753 |
DEF122523 SBSv2 Logging output affected by bash version on Linux |
|
754 |
DEF122788 SBSv2: We don't ensure correct version of Make for TEMs and for use in FLMs |
|
755 |
||
756 |
||
757 |
version 2.0.6 |
|
758 |
||
759 |
The first release of SBSv2 in the SITK. |
|
760 |