You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to pass the startup code directly to the linker rather than putting it in an archive file. This will ensure that the linker finds the necessary symbols. It may be happening by chance right now.
Possible change in platforms.txt
pic32.recipe.c.combine.pattern={0}{1}::{2}::{3}{4}::-o::{5}{6}.elf**::{10}/cpp-startup.S**::{7}::{8}::-L{9}::-lm::-T::{10}/{11}::-T{12}/{13}
The text was updated successfully, but these errors were encountered:
We need to pass the startup code directly to the linker rather than putting it in an archive file. This will ensure that the linker finds the necessary symbols. It may be happening by chance right now.
Possible change in platforms.txt
pic32.recipe.c.combine.pattern={0}{1}::{2}::{3}{4}::-o::{5}{6}.elf**::{10}/cpp-startup.S**::{7}::{8}::-L{9}::-lm::-T::{10}/{11}::-T{12}/{13}
The text was updated successfully, but these errors were encountered: