Hello,
I'm currently migrating from SDK13.1 to 15.0. I'm doing it in steps so I first started migrating to SDK14.2. After I finally got rid of all the warnings and errors, my project compiles but it went from being 130 KB in size to being 92 bytes. I have no idea what's wrong, I have no build errors in the console.
I do have what it looks like a linker error that reads:
usr/local/gcc-arm-none-eabi-7-2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: warning: cannot find entry symbol Reset_Handler; defaulting to 0000000000023000
Does anyone have any idea why is it not building the project completely? I have an Eclipse GCC setup.