Hello to all! I'm an student that's trying to worki with ATSAMV71Q21B for an university project.
My professor has sent me the project to import to the MPLAB X IDE (i'm on version v5.40), but when I'm trying to build the project and program the device, i got this error:
/usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: cannot open linker script file samv71b/gcc/gcc/samv71q21b_flash.ld: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [nbproject/Makefile-Default.mk:1032: dist/Default/production/BaseTFG.X.production.hex] Error 1
make[1]: *** [nbproject/Makefile-Default.mk:94: .build-conf] Error 2
make: *** [nbproject/Makefile-impl.mk:39: .build-impl] Error 2BUILD FAILED (exit value 2, total time: 2m 51s)
Im not sure how to solve it, maybe its so trivial, but I don't really know how to try to solve it.
Already edited the project properties and added this line to the additional options of arm-gcc:
-std=gnu99 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -g3
Sorry if its so trivial, if the post its not made in the correct site, and for my bad english. Thanks to all!!