energia / msp432r-core

MSP432 EMT core for the production silicon (RED LaunchPad only)
2 stars 5 forks source link

undefined reference to `toneTimerId' #31

Open fcooper opened 5 years ago

fcooper commented 5 years ago

OS: Windows 10 64bit IDE Version: Energia 1.8.7E21 Board: MSP_EXP432E401Y Core: MSP432 EMT Red v5.25.0

Building any program or example that uses the Tone library results in this error.

makefile:153: recipe for target 'toneMelody.out' failed C:/Users/a0273011/workspace_v9-rslk-test11111/msp432r_MSP-EXP432P401R_core/Debug\libmsp432r_MSP-EXP432P401R_core.a(Tone.o): In functiontone(unsigned char, unsigned int, unsigned long)': C:/ti/energia_msp432r_5.25.0/cores/msp432r/ti/runtime/wiring/Tone.cpp:107: undefined reference to toneTimerId' collect2.exe: error: ld returned 1 exit status gmake[1]: *** [toneMelody.out] Error 1 gmake[1]: Target 'secondary-outputs' not remade because of errors. gmake: *** [all] Error 2 makefile:146: recipe for target 'all' failed

This problem doesn't exist on the previous release 5.23.1

Has been verified on Energia IDE, CCS Cloud and CCS IDE using v5.25.0.

bluraygun commented 4 years ago

Same problem here. Any solution yet?