ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.66k stars 2.97k forks source link

Tools: GCC ARM Exporter - Nordic targets - softdevice hex file path is set statically #572

Closed 0xc0170 closed 7 years ago

0xc0170 commented 9 years ago

The GCC ARM makefile template for NRF51 targets have path statically set which is functional only with mbed library.

A code snippet from the tempalt makefile for NRF51822 target:

SOFTDEVICE = mbed/TARGET_NRF51822/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_0_0/s110_nrf51822_7.0.0_softdevice.hex

This should be dynamically set or at least to distinguish between mbed lib/mbed sources.

ghost commented 8 years ago

that file path doesn't even exist in newer revisions. It's now the 8.x SDK

ghost commented 8 years ago

Is this not going to change until yotta is used?

0xc0170 commented 8 years ago

that file path doesn't even exist in newer revisions. It's now the 8.x SDK

Where?

Is this not going to change until yotta is used?

having problems with ithe exported gcc makefile, with the issue reported here? Feel free to send a fix

ciarmcom commented 8 years ago

ARM Internal Ref: IOTMORF-317

sg- commented 7 years ago

Closing all older exporter related issues. Please reopen if still valid. https://developer.mbed.org/blog/entry/Fixed-exporters-in-the-mbed-Online-Compi/