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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

335 Views
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

Labels (1)
0 Kudos
2 Replies

278 Views
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 Kudos

278 Views
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 Kudos