Changes between Version 7 and Version 8 of Packages/MicroWindows
- Timestamp:
- 10/14/13 17:54:42 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packages/MicroWindows
v7 v8 14 14 [http://www.nanogui.org/images/Nano-X-PopupKbd.gif AMV TECHNIC I] 15 15 16 The list of [wiki:Open_Projects#Nano-X_.28formerly_MicroWindows.29_ Open Projects] contains additional resources for Nano-X on RTEMS.16 More versions of MicroWindow/Nano-X graphic libraries have been adapted for RTEMS and are actively used. Additional resources for whole set of graphics libraries and support including actual versions of MicroWindows are documented at [wiki:Projects/GraphicsToolkit RTEMS Graphics Toolkit] page. 17 17 = Building [wiki:Packages/MicroWindows MicroWindows] = 18 18 19 19 20 C heckoutlatest sources from MicroWindows/Nano-X repository21 cvs -z9 -d:pserver:anoncvs@cvs.microwindows.org:/usr/cvs comicrowin20 Clone latest sources from MicroWindows/Nano-X repository 21 git clone git://microwindows.org/microwin microwin 22 22 23 23 Configure for RTEMS … … 27 27 Select tool-chain and directories for desired RTEMS target system in config file. 28 28 There is example of changes used for [wiki:TBR/BSP/Csb336 ARM CSB336 BSP] 29 RTEMSTOOLSPREFIX = arm-rtems4. 9-29 RTEMSTOOLSPREFIX = arm-rtems4.10- 30 30 GRAYPALETTE = Y 31 31 FBVGA = N 32 32 HAVETEXTMODE = N 33 33 NOMOUSE = Y 34 RTEMS_BUILD = /opt/rtems4. 934 RTEMS_BUILD = /opt/rtems4.10 35 35 RTEMS_BSP = csb336 36 RTEMS_TARGET = arm-rtems4. 936 RTEMS_TARGET = arm-rtems4.10 37 37 38 38 Then regular make clean and make all can be used to build libraries. 39 39 40 Unfortunately, MicroWindows/Nano-X CVS has not been updated for long time and we have not luck 41 with attempt to integrate our changes and fixes back to mainline yet. The patches used 42 [wiki:TBR/UserApp/AMV_Technic_I AMV TECHNIC I] build, correcting native build under X for 64-bit Linux systems 43 and cleaning some 16-bit integer incompatibilities for H8S targets can be found in next archive 40 The latest MicroWindows/Nano-X GIT version does not support well monochromatic displays with BPP smaller 41 than 8. When support of BPP 1, 2, 4 is required it is safer to stay with older MicroWindows release. 42 This is the case of [wiki:TBR/UserApp/AMV_Technic_I AMV TECHNIC I] system. Patches used to configure and build suitable 43 MicroWindows version for that project together with corrections of native build under X for 64-bit Linux 44 systems and cleaning some 16-bit integer incompatibilities for H8S targets can be found in next archive 44 45 45 46 [http://cmp.felk.cvut.cz/~pisa/rtems/microwin-081202-patches.tar.gz http://cmp.felk.cvut.cz/~pisa/rtems/microwin-081202-patches.tar.gz]