- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know the reason why this is happening I installed it in my new Zorin os and facing this issue and my tool box is in different color than the previous one I used, How to change it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VaPa,
I don't have Linux but hopefully this will help.
Try Window\Preferences:
Then select General\Appearance: You Can change the color theming.
There are other Appearance options available if that isn't what you're looking for.
Len
"Engineering is an Art. The Art of Compromise."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VaPa,
I don't have Linux but hopefully this will help.
Try Window\Preferences:
Then select General\Appearance: You Can change the color theming.
There are other Appearance options available if that isn't what you're looking for.
Len
"Engineering is an Art. The Art of Compromise."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you LePo_1062026 Can you also help me out with the build option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VaPa,
I'll be glad to help if I can. What specific build issues are you having?
Len
"Engineering is an Art. The Art of Compromise."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The build option itself is not available, I mean its there but can't be used LePo_1062026
Take a look at the image the build option is unable to be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VaPa,
Based on the name of the project in your Project Explorer, I'm guessing that you went directly to GitHub and downloaded the archive for the project. You then loaded this project directory directly into ModusToolbox.
If this is the case, you have 90% of the files needed for a build. You needed to import the project into MTB instead. The import process asks what is the Target of the build (ie. CY8CPROTO-062-4343W) and will load the additional files needed to start the build.
There are two ways I know to load the example project. The recommended way:
- Select "New Application"
- Select your Target BSP
- Select the desired example project
- Select "Finish" to import this project into MTB.
However since you already have the project archive there is potentially another way. It involves importing the project files into MTB. I'm current researching how to do this.
Len
"Engineering is an Art. The Art of Compromise."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok thank you LePo_1062026 let me know when you discovered it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VaPa,
The alternate way to correctly import a previously downloaded archive from Github:
- Make sure the project directory is copied from the archive (.zip) to a location on your disk.
- Select "New Application"
3. Select your Target BSP, Then "Next"
4. Select "Import ..."
5. A File Explorer will appear. Find and select the folder where you placed the project from the archive.
6. The new project should appear selected. Change the "Application Name:". This is the project name as it appears in MTB. <note: do not include spaces. This is a Eclipse/ModusToolbox no, no>. Then select "Next"
7. You should as a "Summary" window. Select "Finish".
8. Lastly, MTB should now begin to add the additional material to the project to allow a build. Once complete, try a build.
Len
"Engineering is an Art. The Art of Compromise."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you LePo_1062026 I got it fixed