Include file in assembler file not recognized as dependency file

Comments

2 comments

  • Avatar
    Peter Lawrence

    This is an irritant for me too. incbin should be a valid way to import binary blobs, but the user gets tripped up when the binary is changed but the user forgets to manually do a clean build to force Crossworks to utilize the new binary.

    0
    Comment actions Permalink
  • Avatar
    Michael Johnson

    Try adding

    --MD

    $(IntDir)/$(InputName).d

    to the "Additional Assembler Options".

    0
    Comment actions Permalink

Please sign in to leave a comment.