"ea_devkit_4088_periph_blinky" Build Error under butuntu "board.h: No such file or directory"

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

"ea_devkit_4088_periph_blinky" Build Error under butuntu "board.h: No such file or directory"

815 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by js5oak on Fri Jan 10 11:27:41 MST 2014
Hi,

We started trying some of the demo code from ea_devkit_4088_periph folder under windows 7, they are running okay, but when we switched to ubuntu under VMware, the build process gave the error message "fatal error: board.h: No such file or directory".

Any suggestion?

Thanks!

ps. we are still running LPCOpen 1.03 for 4088

js

标签 (1)
0 项奖励
回复
2 回复数

758 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by js5oak on Mon Jan 13 07:52:53 MST 2014
Thanks for the suggestion.

It turned out to be that in the project settings, all the folder separation were left in the windows format "\ ..\.. \.. ", after we changed them to Linux way as "/.. /.. /.. ", it now builds and runs without issue.
0 项奖励
回复

758 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Fri Jan 10 11:49:56 MST 2014
check for case sensitivity... e.g. on Linux, Board.h != board.h
0 项奖励
回复