PSOC6 port setup improvements#205
Conversation
jaenrig-ifx
commented
Apr 1, 2025
- Added notes for installation on macOS.
- Fixed dev-setup.sh script for non-default MTB installation path.
|
Code size report: |
NikhitaR-IFX
left a comment
There was a problem hiding this comment.
I guess this addresses the user discussion in discord no?
Correct! |
Perfect! |
|
I tested the build on MacOS with branch updated-psoc6-readme following the instructions in the Readme. (softlink ~/ModusToolbox is not needed any more) The PATh was adjusted with export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH" In my opinion the remarks for building on MacOS are comprehensive but one sentence leaded me into a trap when I tried my first build: „Install ModusToolbox. Minimum version required is 3.0.“ When you install the ModusToolbox with ModusToolboxSetup you can only install version 3.4 and I thought it would be OK because it is higher than 3.0. But 3.4 has a different compiler version. Therefore I would leave out the word „Minimum“ and add a link to the download of ModusToolbox 3.4 for MacOS. (https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolbox) When I downgraded from ModusToolbox 3.4 to ModusToolbox 3.4 I am not sure how to handle this (grab fist, last or restrict to tools_3.0 for now) |
Thanks for checking again @jkorte-dev 😺 Regarding |
acd81e6 to
b41ebe6
Compare
|
I tested target "program" now and it worked like a charm :-) |
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
9fa4c3f to
ae3d0b3
Compare
Perfect. Glad to hear 👏 Thanks a lot for reviewing! The README.md is now updated the script fixing the tools to 3.0. If you have multiple versions of the ModusToolbox it shouldn´t be a problem now. |