开发者

Eclipse makefile only for C (windows version)

开发者 https://www.devze.com 2023-02-13 16:40 出处:网络
This Eclipse (Helios) is running on a Windows PC, crosscompiling for an ARM9 target board. I can generate and run programs for the target using managed makefile option. both for Linux andstand alone

This Eclipse (Helios) is running on a Windows PC, crosscompiling for an ARM9 target board.

I can generate and run programs for the target using managed makefile option. both for Linux and stand alone binary (using the cross-arm.gun plugin) No problem there.

However I want to try compiling using the makefile only option. I have done already this using WinArm, but I want to try with Eclipse.

However Eclipse gives me a "Cannot run program "make": Launching failed" So it seems I need to provide Eclipse with a "make.exe" from somewhere. I know there is one under the Winarm folder, so I thought I'd ask here before I try that.

What is the normal way (if there is such a thing) for including a "make" into an Eclipse makeffile only configuration?

Tha开发者_如何学Gonks


MSYS provides a build of make which Eclipse is happy to work with.

Make sure its directory is in your PATH.

0

精彩评论

暂无评论...
验证码 换一张
取 消