Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Yocto SDK Autotools static library project(Create autotools static library project)
Yocto SDK Autotools static library project [message #1796411] Fri, 12 October 2018 10:03 Go to next message
Eclipse UserFriend
Hi,

After successfully installing Eclipse Photon CDT and Yocto SDK I'm trying to create a cross-compilation static library project.

While creating projects I'm able to create Yocto Project SDK Autotools projects:
_ Empty C++ Autotools Project
_ Hello World C++ Autotools Project

HelloWorld projects compiles well and executes on target.

I looked for Properties>C/C++Build>Settings>Build Artifact tab but it doesn't appear in HelloWorld project properties ...

I hoped to change it from executable to static library that way ...

I read that starting from Empty project is a bad idea ... too many settings ...

Am I missing something obvious or looking for something foolish ?

Thanks.
Re: Yocto SDK Autotools static library project [message #1796757 is a reply to message #1796411] Thu, 18 October 2018 10:16 Go to previous messageGo to next message
Eclipse UserFriend
Not so much foolish as not understanding what Autotools does.

Autotools creates the makefile which controls the build.
Properties --> C/C++Build --> Settings --> Build Artifact
only make sense when Eclipse is building the makefile.

You need to change the Autotools configuration to change the targets.

Re: Yocto SDK Autotools static library project [message #1796758 is a reply to message #1796757] Thu, 18 October 2018 10:24 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for the enlightment. I'll look into this.
Re: Yocto SDK Autotools static library project [message #1796875 is a reply to message #1796757] Sat, 20 October 2018 09:35 Go to previous message
Eclipse UserFriend
David Vavra wrote on Thu, 18 October 2018 14:16
Not so much foolish as not understanding what Autotools does.

Autotools creates the makefile which controls the build.
Properties --> C/C++Build --> Settings --> Build Artifact
only make sense when Eclipse is building the makefile.

You need to change the Autotools configuration to change the targets.


A debt of gratitude is in order for the enlightment. I'll investigate this.
Previous Topic:Help with Window Management
Next Topic:Updating TCF in Eclipse Oxygen
Goto Forum:
  


Current Time: Mon Oct 27 11:38:14 EDT 2025

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

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

Back to the top