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!
Autotools uses a lot of package to operate. I think that this may be a problem of dependence or missing library.
You could try to recompile the software with their sources to make sure everything is in place. Instead of using the binaries provided by the package.If a library is missing you should be warned by an error message when compiling.
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...