Hi all,
I've been sitting scratching my head for an hour or so now and have no clue as to how to proceed. Brand new installation of Atmel Studio (v7.0.1645), the SAME70 Xplained board was recognised and updated to the latest firmware, picked the USB MSC device example for the SAME70.
I hit build and then got an error?? Surely the whole point of these examples is that they work so that you can then fiddle with them till they break.
Here's the output log I got from the build:
------ Build started: Project: SAME70_USB_MSC, Configuration: Debug ARM ------
Build started.
Project "SAME70_USB_MSC.cproj" (default targets):
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "CoreBuild" in file "C:\Program Files (x86)\Atmel\Studio\7.0\Vs\Compiler.targets" from project "E:\Projects\AtmelStudio\SAME70_USB_MSC\SAME70_USB_MSC\SAME70_USB_MSC.cproj" (target "Build" depends on it):
Task "RunCompilerTask"
Shell Utils Path C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils
C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils\make.exe all --jobs 8 --output-sync
E:\Projects\AtmelStudio\SAME70_USB_MSC\SAME70_USB_MSC\Debug\Makefile(281,1): error: recipe for target 'src/ASF/common/services/usb/class/msc/device/example/same70q21_same70_xplained/ui.o' failed
make: *** [src/ASF/common/services/usb/class/msc/device/example/same70q21_same70_xplained/ui.o] Error 1
make: *** Waiting for unfinished jobs....
E:\Projects\AtmelStudio\SAME70_USB_MSC\SAME70_USB_MSC\Debug\Makefile(288,1): error: recipe for target 'src/ASF/common/components/memory/virtual_mem/virtual_mem.o' failed
make: *** [src/ASF/common/components/memory/virtual_mem/virtual_mem.o] Error 1
E:\Projects\AtmelStudio\SAME70_USB_MSC\SAME70_USB_MSC\Debug\Makefile(295,1): error: recipe for target 'src/ASF/common/services/clock/same70/sysclk.o' failed
make: *** [src/ASF/common/services/clock/same70/sysclk.o] Error 1
E:\Projects\AtmelStudio\SAME70_USB_MSC\SAME70_USB_MSC\Debug\Makefile(302,1): error: recipe for target 'src/ASF/common/services/sleepmgr/sam/sleepmgr.o' failed
make: *** [src/ASF/common/services/sleepmgr/sam/sleepmgr.o] Error 1
Done executing task "RunCompilerTask" -- FAILED.
Done building target "CoreBuild" in project "SAME70_USB_MSC.cproj" -- FAILED.
Done building project "SAME70_USB_MSC.cproj" -- FAILED.
Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
Any help would be appreciated,
Lee