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