Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.