I'm trying to migrate a bare metal ARM project, that was previously built with GCC (arm-xilinx-eabi) and Autotools, over to DS-5 armcc toolchain. Does anyone have a working example of using Autotools (autoconf / automake) with armcc, armlink, armar, etc.? I've hacked up a configure.ac file along with some patched .m4 macros and have it sort of working but have to believe that someone has already blazed this trail. Any help would be greatly appreciated.
Thanks!
I already pulled the upstream sources from gnu.org and verified that there currently is no support for armcc.
If I had more time I would really like to develop and submit a patch upstream. But there never is enough time...