Announcements

Learn how to optimise USB-C for your designs at 18 May's USB-C PD Webinar.
Click here to register.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

grov_3935901
Level 1
Level 1
First like received First like given

I'm using Eclipse under MacOS and trying to build the Chapter4Example1 project from SuperSpeed Device Design by Example.

When I build the project, Eclipse gives me this error:

Screen Shot 2019-01-21 at 3.26.31 PM.png

Eclipse is looking for "cs-make" in the yagarto-4.7.2/bin directory, but there is no cs-make there:

Screen Shot 2019-01-21 at 3.24.55 PM.png

What make utility should be used for Eclipse under MacOS and how do I configure the environment to point to it?

1 Solution
YangyangC_06
Employee
Employee
50 likes received 25 likes received 10 likes received

Hi Gregory,

Sorry for the confusion. Yes, you are right. Cs-make(measn GNU cross make) is the tool we use in Windows platform.

In Linux and IOS platform it should be make instead of cs-make.

The error comes since you are trying to build the project from Windows in IOS. Please try to change cs-make to make and build it again.

View solution in original post

0 Likes
1 Reply
YangyangC_06
Employee
Employee
50 likes received 25 likes received 10 likes received

Hi Gregory,

Sorry for the confusion. Yes, you are right. Cs-make(measn GNU cross make) is the tool we use in Windows platform.

In Linux and IOS platform it should be make instead of cs-make.

The error comes since you are trying to build the project from Windows in IOS. Please try to change cs-make to make and build it again.

0 Likes