Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "undefined reference" error despite include files being accessible
"undefined reference" error despite include files being accessible [message #1856904] Sun, 08 January 2023 18:29
Anon Smith is currently offline Anon SmithFriend
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.
Previous Topic:CMake Setup Windows mingw
Next Topic:PATH for makefile and main.c
Goto Forum:
  


Current Time: Mon Jan 20 00:12:54 GMT 2025

Powered by FUDForum. Page generated in 0.02453 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top