Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ------ Build started: Project: ChillerSwitch, Configuration: Release AVR ------
  2. Build started.
  3. Project "ChillerSwitch.cproj" (default targets):
  4. Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
  5. Target "CoreBuild" in file "D:\Program Files (x86)\Atmel\Atmel Studio 6.2\Vs\Compiler.targets" from project "E:\arduino-1.6.7\Projekte\CNCTISCH_WORK\CNCTisch_NeuerAlgo\ChillerSwitch\ChillerSwitch\ChillerSwitch\ChillerSwitch.cproj" (target "Build" depends on it):
  6. Task "RunCompilerTask"
  7. Shell Utils Path D:\Program Files (x86)\Atmel\Atmel Studio 6.2\shellUtils
  8. D:\Program Files (x86)\Atmel\Atmel Studio 6.2\shellUtils\make.exe all
  9. Building target: ChillerSwitch.elf
  10. Invoking: AVR/GNU Linker : 4.8.1
  11. "D:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe" -o ChillerSwitch.elf ChillerSwitch.o -Wl,-Map="ChillerSwitch.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,-L"E:\ARDUIN~1.7\Projekte\CNCTIS~1\CNCTIS~1\CHILLE~1\CHILLE~1\CHILLE~1" -Wl,--gc-sections -mmcu=attiny85
  12. ChillerSwitch.o: In function `main':
  13. E:\arduino-1.6.7\Projekte\CNCTISCH_WORK\CNCTisch_NeuerAlgo\ChillerSwitch\ChillerSwitch\ChillerSwitch\Release\ChillerSwitch.c(1,1): error: undefined reference to `onewire0_init'
  14. collect2.exe(0,0): error: ld returned 1 exit status
  15. make: *** [ChillerSwitch.elf] Error 1
  16. The command exited with code 2.
  17. Done executing task "RunCompilerTask" -- FAILED.
  18. Done building target "CoreBuild" in project "ChillerSwitch.cproj" -- FAILED.
  19. Done building project "ChillerSwitch.cproj" -- FAILED.
  20.  
  21. Build FAILED.
  22. ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement