kubi48 / TransistorTester-source

Sources of the Transistor Tester project
180 stars 48 forks source link

undefined reference to "__eerd_byte_m2560" #1

Open AntonioFromBrazil opened 3 years ago

AntonioFromBrazil commented 3 years ago

I am traying to compile your 1.44 version for ATMega2560 using CodeBlocks 20.03 and I am facing erros undefined reference to "__eerd_byte_m2560" in modules adjust.c, display.c, probes.c, and user.c. The erros happens even if I try to compile for ATMega328... In previous version (1.43) the compilation for both ATMega328 and ATMega2560 are done without erros. Any idea about what would be happen ? Thanks a lot. Antonio

madires commented 3 years ago

Possibly a problem with the library path for the avr-gcc standard libs in CodeBlocks.

AntonioFromBrazil commented 3 years ago

Thanks nadires, but everything in CodeBlocks is equal that ones I have used for version 1.43 that compiles ok. The mentioned erros are issued only compiling version 1.44. It is really a big mistery !!!

madires commented 3 years ago

Indeed! For example, adjust.c is the same for 1.43m and 1.44m. No changes at all. Makefile too.