Hello,
I'm trying to use Eclipse with a Nordic SDK (managed build mode) but it seems Eclipse (latest Mars edition) fails to invoke the assembler. Here is what I found in the subdirectory where the .s file located:
########################################################################################### Automatically-generated file. Do not edit! ###########################################################################################
Add inputs and outputs from these tool invocations to the build variables
Each subdirectory must supply rules for building sources it contributes nordic_sdk/toolchain/gcc/gcc_startup_nrf51: C:/nordic_sdk/toolchain/gcc/gcc_startup_nrf51.s
@echo 'Building file: $<' @echo 'Invoking: Resource Custom Build Step'
@echo 'Finished building: $<' @echo ' '
I found an uppercase-lowercase issue with .s file extension, so I changed the extension to uppercase .S, but it didn't help.
Any idea how this problem can be solved?