Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to compile an assemble code in QDE: (2 Items)
   
How to compile an assemble code in QDE  
Hello my friends

   I am trying to port some code from open source which contain some assemble code,  file name ends up with .S

   I am having no idea how to compile those .s to my project,   if just copy/paste them to src, they were ignored at 
compiling time. 

  thank you very much.


Br.
Gavin
Re: How to compile an assemble code in QDE  
sorry to bother

problem solved

just simply added S at the end.

SRCS = $(call rwildcard, src, c S)

thanks.