• cmake with keil toolchain
    I'm looking into using Cmake with the keil c166 toolchain. Does anyone has experience with doing this? I think it should be possible to make it work, since we're now using gnu make to build our code...
  • Toolchain problem for ARM devices
    I am using uvision3 and whenever i select any ARM device it gives "Path for toolset undefined". any advice on this would be valuable. thanks.
  • Linker problem with gcc toolchain and optimisation
    Hi, i'm using a an lpc2119 device with gcc toolchain. everything works fine, except when i set the optimisation level to anything other than -O0 (ie i try to apply any form of optimisation) then...
  • C/C++ Unit Test tools and uVision PK166 Toolchain
    Hello, Looking for a recommendation on a tool facilitating C/C++ Unit Testing for existing projects built w/ Keil uVision3/4 for C166/ST10. 1) Does anyone have an experience with LDRA, Parasoft...
  • ARM Toolchain & Objective-C
    Hi, I'd love to code for some Kinetis processors using Objective-C. Although NXP's MCUXpresso stuff is cool, the GNU objc compiler wasn't included. Looks like I'm going to have to roll my own. But before...