avr-can-lib icon indicating copy to clipboard operation
avr-can-lib copied to clipboard

Error while building lib

Open if2s opened this issue 9 years ago • 3 comments

Hello, I want to build the library with Atmel Studio 7. It does not wort, I get the following error: fehler What is wrong?

greetings!

if2s avatar Jun 15 '16 10:06 if2s

Hey, try the following: rename "CAN lib" into "CAN_lib" Reference:

  • https://www.mikrocontroller.net/articles/WinAVR#fatal_error:opening_dependency_file.dep.2Fmain.o.d:_No_such_file_or_directory
  • http://www.avrfreaks.net/forum/compiler-error-due-space-path

uescher avatar Jun 17 '16 14:06 uescher

Same error when you are trying to build with winavr toolchain on windows 10.

But, if you turn on developer mode and use ubuntu inside w10 - everything is building successful.

What's the problem?

$ avr-gcc --version avr-gcc (GCC) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

x5f3759df avatar Dec 10 '16 07:12 x5f3759df

@x5f3759df do you try the rename?

uescher avatar Oct 21 '17 22:10 uescher