Skip to content

Commit 517e028

Browse files
committed
README.md: Added macOS setup note.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent b41ebe6 commit 517e028

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ports/psoc6/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ If the ModusToolbox™ has not been installed in the default path (`~/ModusToolb
1616

1717
source tools/psoc6/dev-setup.sh && toolchain_setup [mtb_path]
1818

19+
### MacOS
20+
21+
> [!NOTE]
22+
> If you are using MacOS, you need to install GNU make. The default make on Mac OS is BSD make, which is not compatible with the Makefile used in this port. Remember to add GNU make to the system path PATH.
23+
1924
## Building and running Linux version
2025

2126
As we are working on the ports-psoc6-main branch (for now), first checkout that branch after cloning this repo:

0 commit comments

Comments
 (0)