NxWM updates (with some NX and NxWidget fixes too)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4689 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3809954273
commit
a01c7ffd8e
@ -111,11 +111,17 @@ http://tech.groups.yahoo.com/group/nuttx/files.
|
||||
Compiler differences
|
||||
--------------------
|
||||
|
||||
operator new
|
||||
operator new:
|
||||
|
||||
Problem: "'operator new' takes size_t ('...') as first parameter"
|
||||
Workaround: Add -fpermissive to the compilation flags
|
||||
|
||||
Continue up_setjmp() issues:
|
||||
|
||||
With some newer compilers, I am now getting segmentation faults in
|
||||
up_setjmp.S (even when built with the -m32 option). I have not looked into
|
||||
this yet.
|
||||
|
||||
Stack Size Issues
|
||||
-----------------
|
||||
When you run the NuttX simulation, it uses stacks allocated by NuttX from the
|
||||
|
@ -524,8 +524,8 @@ CONFIG_NX_PACKEDMSFIRST=n
|
||||
CONFIG_NX_MOUSE=y
|
||||
CONFIG_NX_KBD=y
|
||||
#CONFIG_NXTK_BORDERWIDTH=4
|
||||
#CONFIG_NXTK_BORDERCOLOR1
|
||||
#CONFIG_NXTK_BORDERCOLOR2
|
||||
CONFIG_NXTK_BORDERCOLOR1=0x00a9a9a9
|
||||
CONFIG_NXTK_BORDERCOLOR2=0x00696969
|
||||
CONFIG_NXTK_AUTORAISE=n
|
||||
CONFIG_NXFONT_SANS22X29=n
|
||||
CONFIG_NXFONT_SANS23X27=y
|
||||
|
Loading…
Reference in New Issue
Block a user