I am using keil uvision 4, and trying to use keil_uvision_projects projects from lpc open.
Without changing any settings however, if I just try to load for the periph_can project found at
lpcopen_2_07_keil_iar_nxp_lpcxpresso_1769\applications\lpc17xx_40xx\keil_uvision_projects\nxp_lpcxpresso_1769\periph\periph_can
When I compile I get this message:
.\keil_output\iflash_nxp_lpcxpresso_1769\can_iflash_nxp_lpcxpresso_1769.axf: error: L6002U: Could not open file ..\..\..\..\..\..\software\lpc_core\lpc_board\boards_17xx\nxp_lpcxpresso_1769\keil_output\board_nxp_lpcxpresso_1769.lib: No such file or directory
Then I tried this wrt my project,
1.Go to        "C:\lpcopen_2_10_keil_iar_ea_devkit_1788\software\lpc_core\lpc_board\boards_17xx\ea_devkit_1788"
2.Open "lib_lpc_board_ea_devkit_1788.uvproj"
3.Build this project (now keil made board_ea_devkit_1788.lib")
then also i am getting this error
.\keil_output\iflash_nxp_lpcxpresso_1769\can_iflash_nxp_lpcxpresso_1769.axf: error: L6002U: Could not open file ..\..\..\..\..\..\software\lpc_core\lpc_board\boards_17xx\nxp_lpcxpresso_1769\keil_output\board_nxp_lpcxpresso_1769.lib: No such file or directory
For which I can find no reason, because having inspected the directory, the file .lib is present there there.
Any help much appreciated
Labels:
LPCOpen
Hello @Laxmi_Gangal
Please import chip and board lib projects, and build them. Then compile example project.
If still have issue, please take a video or screenshot show your detail steps.
BR
Alice