Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 12:58
Vikas Agrawal is currently offline Vikas AgrawalFriend
Messages: 1
Registered: July 2013
Junior Member
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: Fri Apr 26 12:07:13 GMT 2024

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

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

Back to the top