emWin 5.24h

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

emWin 5.24h

1,442 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by SimonThome on Thu Jun 05 23:27:25 MST 2014
Hi there,

I have been informed by Segger that there are a number of bug fixes that have just been fixed in version 5.24h.

Please can you release emWin 5.24h as soon as you can? This is rather important to my application.

Thank you.
标签 (1)
0 项奖励
回复
5 回复数

1,363 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sundarapandian on Wed Jul 09 09:33:00 MST 2014
The emWin project in LPCXpresso bundle is a place-holder (dummy) project to keep the precompiled library organized inside the LPCXpresso workspace. Since all the libraries are prebuilt there is no need to run build on the "emWin" project. You can directly build any project that depends on emWin like "emwin_hello_world", after installing the emwin packages into your workspace.

**NOTE**
This is just a workaround and the project will be fixed as mentioned in the previous post by LPCXpresso support, and will be available with the next release.
0 项奖励
回复

1,363 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Jul 09 05:40:35 MST 2014
It looks like there are a number of problems with the project as delivered by LPCOpen. I will inform the LPCOpen of these problems. In the meantime you can fix the project by following the instructions below

[list]
  [*]Select the emWin project, right-click and select Properties from the menu
  [*]In the Dialog, expand the C/C++ Build category
  [*]In the list on the left, click on the MCU settings section, and in the right-side of the dialog, select the MCU you are targeting (such as NXP LPC4357)
  [*]Now click on the Settings section. In the right side of the dialog, select Includes and make the following changes
[list]
  [*]The first entry is missing a '}' character from the end. Add it
  [*]Add a new entry for "${workspace_loc:/${ProjName}/emWin_Config}". You should now have two entries:
"${workspace_loc:/${ProjName}/emWin_header}"
"${workspace_loc:/${ProjName}/emWin_Config}"

[/list]
  [*]Press OK to apply the changes to the project settings
[/list]

The emWin project should now build correctly.
0 项奖励
回复

1,363 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mrabbasi61 on Wed Jul 09 03:38:52 MST 2014
Hi,

I have downloaded emWin5.24 ,
but when I want to built emWin project from LPCOpen in the LPCXpresso, I get this error:

emWin_Config/subdir.mk:27: *** unterminated variable reference.  Stop.

here you can see the screenshot: https://www.dropbox.com/s/tyi6wo6ozfafv7w/Screenshot%202014-07-09%2014.58.57.png
0 项奖励
回复

1,363 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by SimonThome on Sun Jun 08 23:36:30 MST 2014
Excellent!  8-)

Thanks
0 项奖励
回复

1,363 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Fri Jun 06 16:28:57 MST 2014
Hi Simon,
We will be releasing it soon.
0 项奖励
回复