No cs-make utilitity for Eclipse under MacOS

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

cross mob
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?

0 Likes
1 Solution
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

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
750 replies posted 500 replies posted 250 replies posted

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