This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using armcc with Autotools

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!

Parents
  • 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.

Reply
  • 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.

Children