Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can I build a C/C++ library for SPECIFIC architecture using Eclipse?
Can I build a C/C++ library for SPECIFIC architecture using Eclipse? [message #1820823] Wed, 29 January 2020 12:03 Go to next message
Eclipse UserFriend
See title.
Are there any plug-is or other ways to specify architecture to build on Eclipse?
How about just modify "make" for desired architecture ?
Re: Can I build a C/C++ library for SPECIFIC architecture using Eclipse? [message #1820831 is a reply to message #1820823] Wed, 29 January 2020 16:59 Go to previous message
Eclipse UserFriend
Strangely, SPECIFIC is undefined in your post.

Quote:
Are there any plug-i[n]s or other ways to specify architecture to build on Eclipse?


Yes. There are various plug-ins for various architectures.
Arduino and ESP for instance.
You could also use the cross-compiling tool chain.
Or you could write your own plugin.

Quote:
How about just modify "make" for desired architecture ?

The cross compile tool chain kinda does that.
Eclipse will only generate simple makefiles.
If you need something different or more complicated then you must develop your own makefile.

Previous Topic:increase the text size for items in the package explorer
Next Topic:eclipse root and ctd
Goto Forum:
  


Current Time: Fri Jun 20 16:21:56 EDT 2025

Powered by FUDForum. Page generated in 0.04853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top