Closed maxtwin048 closed 2 years ago
I think fast_telemetry corresponds to the commit # 26b030248543b91bc67320bd0f50e7b59e0ba084. Anyway, what problems do you have with compiling the current master?
As the linker says, the compiled section overlaps with the protected section from the original firmware. Maybe use a different compiler version or use -Os switch to force the compiler to make smaller code? In my compiler the section fits the assigned size. Or you can edit the linker script (MKL16Z64xxx4_flash.ld) and assign some functions to the other address blocks.
I had the same problem :(
When i compile the last firmware, i get this error...
When i use "make -i all" then it's finish, but i don't know its good?
Another Question: when its finished i get a .map file. How can i get a .bin from this? Thank you!
I believe the original question has been answered in the first comment, so I am closing this issue.
Is it possible to get open source 1.7.5? Thank you very much guys!!! All old firmwares are compiled, but the latest firmware does not compile