TODO
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 13:59:07 +0000
changeset 40 68f68128601f
parent 16 7f8c9f0bae61
permissions -rw-r--r--
1) Add the sbsv1 components from sftools/dev/build to make the linux_build package independent of the obsolete buildtools package. 2) Enhance romnibus.pl so that it generate the symbol file for the built rom when invoked by Raptor 3) Make the maksym.pl tool portable for Linux as well as Windows. 4) Remove the of armasm2as.pl from the e32tools component in favour of the copy now exported from sbsv1/e32util.

===============================================================
Things that need done for this package (in no particular order)
===============================================================

2010-05-13, mikek@symbian.org

1.	Test the built tools. No testing has been done whatsoever.

2.	Build the package on platforms not listed here, and add them to the
	list:
		Windows XP 32bit
		Ubuntu 9.04,10.4 32/64bit

4.	Find all the perl scripts that are exported and ensure they run on
	Linux.

5.	Differentiate the exports so that .bat files are only exported by
	Windows builds and .sh files are only exported by *nix builds

6.	On Windows, the imgcheck target needs to link against libwsock32.a. This
	library exist in the gcc mingw lib directory in the PDT, but because
	the library is specified with the STATICLIBRARY keyword, the linker looks
	for it in the epoc32\release\tools2\{deb|rel} directory and doesn't find it.
	It is not included in the upstream package, so it cannot be exported there.
	This bug has been worked around as one of the things done by the
	fix_epoc32_win.pl script - it just copies libwsock32.a from the PDT to
	the tools2 release deb|rel directories, but a real solution should be found.
	Preferably, for all targets on Windows the gcc mingw libraries should be in
	the linker's search path.

7.	Add a toplevel GNU makefile to the package and scripting to support it which
	can generate a GNU tarball containing a "normalised Linux" simplification of
	the package. The normalised Linux spin will strip out everything from the
	package contents and build that is only required for Windows or would
	normally be provided by package prerequisities in a Linux setting, e.g. it
	will not contain Windows binaries or build its own versions of make, bash,
	cpp, python. A normalised Linux spin would be the right basis on which
	to build .deb or .rpm packaging.