Hello again,
I tried to do all things to fix the "cannot find library" error but with no results.
I downloaded and installed the lastest version of LPCXpresso - v8.2.2_650. I opened simultaneously my previous (old) LPCXpresso - v6.0.2_151 (works great) and the new LPCXpresso v8.2.2_650 (cannot find the library CMSIS).
In both LPCXpressos I opened the same project and I opened "Menu -> Project -> Properties" and I compared 3 positions of settings:
- "C/C++ Build -> Settings -> Tool Settings -> MCU C Compiler -> Includes -> Includes paths (-I)" - in "Debug" and "Release" configuration,
- "C/C++ Build -> Settings -> Tool Settings -> MCU Linker -> Libraries -> Libraries (-I)" - in "Debug" and "Release" configuration,
- "C/C++ General -> Paths and Symbols -> Includes -> Additional Assembly Source Files + Assembly + GNU C" - in "Debug" and "Release" configuration,
I compared this settings between old LPCXpresso (v6.0.2_151) and new LPCXpresso (v8.2.2_650) and I configured LPCXpresso v8.2.2_650 exactly in the same way as old LPCXpresso (v6.0.2_151) and it gives no results - "cannot find library CMSIS" sitll exists.
Below I send a screens of my old and new LPCXpresso software libraries in the projects.
01. Old LPCXpresso (v6.0.2_151):

02. New LPCXpresso (v8.2.2_650):

I also followed the steps according to Creating and Linking to Library Projects "Manually creating links to library projects" but it also did not give any positive results.
Is there any way to fix this error?
I will be very grateful for your help.