Guest zeGouky Posted January 22, 2007 Report Posted January 22, 2007 (edited) Hi there, i'm trying to compile my ARM code on my windows mobile 5 project but no luck. I wrote some stuff in ARM for symbian and now i would like to use that for windows mobile. Note that its generic code and dont use any symbian specific code. If anyone have a good link with sample that would be great. Thanks in advance. Edited January 22, 2007 by zeGouky
Guest Tom_VrX Posted April 20, 2007 Report Posted April 20, 2007 Hi zeGouky, You can find microsoft arm assembler as a stand alone tool called ARMASM.EXE within your installation of EVC. This tool takes and asm files as arguments and builds obj files. Theese obj files should be linked with your other code. Regards
Guest bitbank Posted July 20, 2007 Report Posted July 20, 2007 Hi zeGouky, You can find microsoft arm assembler as a stand alone tool called ARMASM.EXE within your installation of EVC. This tool takes and asm files as arguments and builds obj files. Theese obj files should be linked with your other code. Regards I have a fully working sample app which shows you how to do it here: C + ASM Sample App
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now