Meego Wiki
Views

Build MeeGo SDK for Windows

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with " ===Build qt-creator on windows=== *Change ./src/plugins/qt4projectmanager/qmakestep.cpp line 109 to delete invalid charactors. ===Build MADDE for windows on Ubuntu 10.04=== *C…")
 
(One intermediate revision not shown)
Line 1: Line 1:
-
 
===Build qt-creator on windows===
===Build qt-creator on windows===
Line 8: Line 7:
*Add patch create-installer-w32.patch.
*Add patch create-installer-w32.patch.
*_distfiles contains John’s collection. I added some from http://www.guru-group.fi/~too/losemadde/.
*_distfiles contains John’s collection. I added some from http://www.guru-group.fi/~too/losemadde/.
-
 
-
===Build tool chain on windows===
 
-
====GCC====
 
-
 
-
* Install required packages:
 
-
** mpc, mpfr and gmp (dev and dll) can be downloaded from http://mingw.org/wiki/Getting_Started.
 
-
** zlib can be downloaded from mingw download page.
 
-
* Fix build error related to "types.h": When building gcc, in “build_sdk/build_temp/build-gcc-4.5.0/i586-meego-linux/libgcc”, commented out a line “typedef __caddr_t caddr_t;” in “build_sdk/meego-toolchain-0.03/meego-cross-toolchain/i586-meego-linux/sys-root/usr/include/sys/types.h”, and then “make". Then uncomment that line in types.h when needed.
 
-
 
-
(not finished yet)
 
-
 
-
===Build tool chain for windows on Ubuntu 10.04===
 
-
 
-
====GCC====
 
-
* libmpc-dev should be updated to 0.8. Got two packages from Kevin. Thanks Kevin!
 

Latest revision as of 07:00, 16 December 2010

Build qt-creator on windows

  • Change ./src/plugins/qt4projectmanager/qmakestep.cpp line 109 to delete invalid charactors.

Build MADDE for windows on Ubuntu 10.04

  • Change /usr/i586-mingw32msvc/include/stdint.h line 27, from “typedef signed char int8_t;” to “typedef char int8_t;”
  • Add patch create-installer-w32.patch.
  • _distfiles contains John’s collection. I added some from http://www.guru-group.fi/~too/losemadde/.
Personal tools