diff --git a/configs/sim/README.txt b/configs/sim/README.txt index f02f442581..4886a42951 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -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 diff --git a/configs/sim/nxwm/defconfig b/configs/sim/nxwm/defconfig index 74b5aea152..5fead7bb84 100644 --- a/configs/sim/nxwm/defconfig +++ b/configs/sim/nxwm/defconfig @@ -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