Skip to main content
BRamo.1256
Associate II
June 28, 2020
Question

Error with assembly programming using eclipse IDE. subdir.mk

  • June 28, 2020
  • 2 replies
  • 980 views

Hello, im trying to make a small code with assembly using eclipse IDE, but a strange error appears in a file called subdir.mk the ide does not tell the error just show the line:

@echo 'Building file: $<'

The assembly code itself doesn´t matter, if i put the directive "__asm" in the front of the code the error pops up, if i delete the directive the error will disappear so i think that is something related to the gcc compiler configuration that doen´t recognize the "__asm" directive, can someone help me?

Im using a .c file to program.

    This topic has been closed for replies.

    2 replies

    KnarfB
    Super User
    June 30, 2020

    It would be helpful if you would give a small example showing how to reproduce that error.

    YAY.1
    Senior
    September 7, 2020

    Can you show codes ?

    It is very hard to say.