"undefined reference" error despite include files being accessible [message #1856904] |
Sun, 08 January 2023 18:29 |
Anon Smith Messages: 1 Registered: January 2023 |
Junior Member |
|
|
Hello,
I require some help with this IDE. I am very very new to C and AVR in general, so please excuse my lack of knowledge.
I am attempting to compile the example code from this library located at:
https://github.com/lpodkalicki/attiny-ds18b20-library
I added all the files from this library using the "Paths and Symbols" Menu, in the Includes tab. The code I entered in main.c is visible on the GitHub link.
When I hover over "uart_putt()" , the IDE shows me what this function is referring to in the included files. This means the linker or whatever component is responsible knows about the files.
Yet, when I click "Build Project", I am faced with the error "undefined reference to uart_putt"
I really am at a loss, and it would be great if someone could help.
Thank you.
|
|
|
Powered by
FUDForum. Page generated in 0.02453 seconds