-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Prerequisites
Install a clean copy of ModusToolbox 2.4.0
Can you reproduce the problem reliably?
Yes
Did you check current release notes for known issues?
Yes
If this is not the latest release, have you checked newer releases?
Description:
I was using ModusToolbox 2.3 on Windows 10 working on a couple of projects for PSOC6 and decided to update
my projects to the latest revision of the libraries, but had may compile warnings recommending to downgrade the libs or upgrade the tools. So, today I uninstalled the old verion of ModusToolbox 2.3 and installed 2.4.0.
Set environment variables as indicated in the installation notes for Windows 10 and open my existing workspace. Trying to recompile my projects ModusToolbox went crazy throwing all sort of internal errors on the right pane.
I decided to start from scratch and create a new workspace, next created a couple of projects containing the code I need to get started again: USB_CDC_Echo and Dual CPU_IPC_Piles for CY8CPROTO-062-4343W.
Both of them compile, program, and run normally, but, in the dual CPU projects, the code editor fails to resolve the include files for main.c of both cm0p and cm4 projects and plagges the code with tags of unresolved references.
Also noted that this version is notoriously slow to react for almost any operation started from the Eclipse GUI.
A clear and concise description of what the bug is.
Unable to resolve include files in dual CPU sample projects.
Steps to Reproduce:
-
create a new Application and select one of the dual CPU samples.
Expected Result:
clean example without errors
Actual Result:
as described
Frequency (1/1, 1/50, 1/100):
1/1
Build/Commit:
2.4.0
Please specify the release, like 1.4.1. If there is no release, give us the commit for the code you used.
Target:
CY8CPROTO-062-4343W
The chip or kit you are working with
Host OS and Version:
Windows 10
MacOS, Windows, Linux
Compiler:
default GCC
Include the version!
10
Environment
No changes made to the default installation or downloaded sample projects.
Provide the context surrounding this problem. Perhaps an IDE, a debug probe, an RTOS, etc. (and versions)