Hello , Can I write ARM and THUMB functions in same file in GCC . what are the attributes for that.... Thanks and Regards Girish Wabale
Girish Wabale wrote: > Can I write ARM and THUMB functions in same file in GCC . > what are the attributes for that.... As far as I know this is not possible with gcc so far. A C source-file can be compiled either in thumb- or in arm-mode. Split the source in separate files and compile each one with the appropriate options.