还是不行.
File -> Import ->General -> existing Projects into workspace
最后编译(那个小榔头)出错!
信息是:
11:27:44 **** Incremental Build of configuration Debug for project solar_pos3 ****
make all
'Building target: solar_pos3.elf'
'Invoking: Cross ARM C++ Linker'
arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -T "V:/....../solar_pos3/Project_Settings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"V:/....../solar_pos3/Project_Settings/Linker_Files" -Wl,-Map,"solar_pos3.map" -specs=nano.specs -specs=nosys.specs -o "solar_pos3.elf" ./Static_Code/System/CPU_Init.o ./Static_Code/System/Peripherals_Init.o ./Static_Code/System/Vectors.o ./Sources/Events.o ./Sources/Solarposition2.o ./Sources/main.o ./Project_Settings/Startup_Code/startup.o ./Generated_Code/Cpu.o ./Generated_Code/PE_LDD.o ./Generated_Code/Pins1.o
arm-none-eabi-g++: error: nano.specs: No such file or directory
make: *** [solar_pos3.elf] Error 1
11:27:49 Build Finished (took 4s.78ms)
|