Hi everybody I'm trying to use 'Sourcery CodeBench Lite for ARM EABI' to assemble my ARM assembly files in Keil. I have changed my project tool chain configuration for Keil(in Components Environment And Books), and when I use Keil 4.1 everything works well. But I have a problem when I use Keil 4.6-4.7 for assembling files. Keil will not be able to find GNU assemble of CodeBench(with same setting that works in Keil 4.1) and generates following error: Error: failed to execute 'arm-none-eabi-as' Any idea why does this error happen?
Regards