views:

209

answers:

0

Hi I am trying to include ARM assembly file **.asm in static lib which I am building using visual studio 2008. When I try to build solution which contains the library the visual studio crashes. The assembly file is generated from c fiile by selecting assembly-only listing option (FA). I add this to the library project and in its properties I specify custom build tool for Tool option and in Custom build step option I specify armasm -g YUV420toRGB.asm.

can anyone specify if I am missing anything or what is right way of adding assembly