fIwJlxSzApHEZIl
fIwJlxSzApHEZIl

Reputation: 13310

Eclipse shows compile error for every line in .asm file

Just imported a project I'm taking over into Eclipse. I was compiling fine with g++ earlier but progress was slow as I'm more of an IDE person I decided to import all the source to Eclipse and make a new project.

Now when compiling, my .asm file has an error on every single line, as if Eclipse-CDT doesn't understand assembly code.

I'm running Eclipse CDT on Ubuntu 10.04 x86. If it helps, the assembly was written on the windows platform (I'm trying to port the project to Linux).

Upvotes: 0

Views: 917

Answers (1)

slartibartfast
slartibartfast

Reputation: 4436

Are you sure Eclipse supports assembly? Is it aware that the files are in assembly? Does it know what syntax they're in?

Upvotes: 1

Related Questions