Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Toolchain integration in CDT(Build artifact extension does not get changed)(BuildArtifact extension does not get changed)
Toolchain integration in CDT(Build artifact extension does not get changed) [message #1067753] Wed, 10 July 2013 08:58
Eclipse UserFriend
Hi,

I have integrating code sourcery tool-chain with CDT for making arm build.
When I create a new project from eclipse by choosing codesourcery toolchain type project, I am able to generate the binary and everything works as per the expectation.

But when I change the toolchain from toolchain editor to any other toolchain and come back to my toolchain, Build Artifact extension does not get changed to expected value.

Ex.
1. Create the project using code-sourcery toolchain(shared library)
2. Now the build artifact extension is "so"
3. I am able to build it and .so is generated
4. Change the toolchain to any other toolchain (lets say VC++), It does not update the extension to dll(VC++ does not support .so)

The other way around also does not work
1. Create the project using VC++(shared lib, extension=dll)
2. Change the toolchain to code sourcery, extension is still .dll(this tool chain does not support .dll)


Any suggestion, where the problem could be? or is it a CDT bug?
code is a bit lengthy, so I am not attaching here. If it is required I will

Thanks,
Vikas
Previous Topic:Phantom .o file from header
Next Topic:Hello world 6 errors
Goto Forum:
  


Current Time: Sat Jul 19 08:30:12 EDT 2025

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

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

Back to the top