Moderator
Dec 17, 2021
04:40 AM
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Dec 17, 2021
04:40 AM
Use Offline Content in Eclipse IDE for ModusToolbox
If online resources are not handily accessible to you, ModusToolbox offers an option to let you use offline content with it. Refer to this link for the original introduction and official offline content.
This guide shows you how to use offline content in Eclipse IDE for ModusToolbox, typically on Windows, as a supplement to the above link.
Steps:
- Download an official/unofficial offline content package. You might refer to Reference #2 for the unofficial offline content package.
- Unzip the package to the default path, i.e., %USERPROFILE%\.modustoolbox\. You'll find a folder offline is created under that path after the extraction. Now %USERPROFILE%\.modustoolbox\offline is your offline content location, e.g., C:\Users\xxx\.modustoolbox\offline.
- Add the variable CY_GETLIBS_OFFLINE to the environment variables and set the value to true, as below, which enables ModusToolbox to use the offline content prior to the online content:
- (OPTIONAL) Delete the variable CyRemoteManifestOverride or CY_GETLIBS_CACHE_PATH if you find it in the environment variables, to avoid incoherence.
- (OPTIONAL) If you unzip the offline content package to somewhere else than the default path in step #2, then you need to add the variable CY_GETLIBS_OFFLINE_PATH to the environment variables and set the value to your offline content location. Use slashes to replace all the backslashes in the string, e.g., C:/Users/xxx/.modustoolbox/offline.
- Now open Eclipse IDE for ModusToolbox. You can use it as before, and find the offline content is enabled by default. See below:
Reference:
Labels
Rate this article: