avr-can-lib
avr-can-lib copied to clipboard
Error while building lib
Hello,
I want to build the library with Atmel Studio 7. It does not wort, I get the following error:
What is wrong?
greetings!
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
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 do you try the rename?