-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description
- Type: Bug
- Priority: Major
Bug
Target
K64F
Toolchain:
GCC_ARM
Toolchain version:
4.9.3 20150529
mbed-cli version:
0.8.8
mbed-os sha:
d1f6cb4 Updating mbed-os to mbed-os-5.1.3
Steps to reproduce
Made the following:
- cloned the blinky example - [email protected]:ARMmbed/mbed-os-example-blinky.git
- build according to the given README instructions
- build again with the "-c" (clean) switch
Expected behavior
mbed-os-example-blinky.bin:
- Bullet (2) yield a binary size of 56912 bytes
- Bullet (3) yield a binary size of 56912 bytes
Actual behavior
mbed-os-example-blinky.bin:
- Bullet (2) yield a binary size of 56912 bytes
- Bullet (3) yield a binary size of 56920 bytes
Question
I expected both builds (2) & (3) should yield same resulting binary size. Any idea why there is a deviation of 8 bytes?
This behavior observed in our provisioning build system as well and I happen to be using the blinky example app to narrow down this issue to simplify reproduction.