Skip to main content



      Home
Home » Newcomers » Newcomers » Assembler files in eclips
Assembler files in eclips [message #179958] Tue, 14 November 2006 06:16 Go to next message
Eclipse UserFriend
Originally posted by: matsblide.hotmail.com

Hi,

I have put together my first managed make C/C++ project in Eclips with a
bunch of .C .S files. When I build, the .C files seams to compile allright
and the linker links but with some errors because the .S files has not
been assembled - why? Is my question.

Btw. isn't there any way that one can import available make files so that
I don't have to configure the whole project from scratch?

Any help apreciated!

Rgds,
Mats
Re: Assembler files in eclips [message #180063 is a reply to message #179958] Tue, 14 November 2006 12:47 Go to previous messageGo to next message
Eclipse UserFriend
"Mats Blide" <matsblide@hotmail.com> wrote in message
news:9eb5e206c4c129926f4c7cb534225dd3$1@www.eclipse.org...
> Hi,
>
> I have put together my first managed make C/C++ project in Eclips with a
> bunch of .C .S files. When I build, the .C files seams to compile allright
> and the linker links but with some errors because the .S files has not
> been assembled - why? Is my question.
> Btw. isn't there any way that one can import available make files so that
> I don't have to configure the whole project from scratch?
>
> Any help apreciated!
>
> Rgds,
> Mats
>

Mats,
You might try posting this to eclipse.tools.cdt for a faster response.

I've been using Eclipse to just view C code not compiile it. My project also
has .S files in it. My gut feel without looking at the problem is that the
C++ preferences has to be told about files with .S suffixes. The file
extension is not standard with assembly file (could also .asm files).

You may also be able to hand modify the generated make file.
Ray
Re: Assembler files in eclips [message #180123 is a reply to message #179958] Tue, 14 November 2006 14:05 Go to previous message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

Mats Blide wrote:
> Hi,
>
> I have put together my first managed make C/C++ project in Eclips with a
> bunch of .C .S files. When I build, the .C files seams to compile
> allright and the linker links but with some errors because the .S files
> has not been assembled - why? Is my question.
> Btw. isn't there any way that one can import available make files so
> that I don't have to configure the whole project from scratch?
>
> Any help apreciated!
>
> Rgds,
> Mats
>
You should post this question on eclipse.tools.cdt.

Wayne
Previous Topic:Project problem
Next Topic:Split Screen
Goto Forum:
  


Current Time: Sat May 10 14:39:18 EDT 2025

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

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

Back to the top