We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 function tone(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
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 function
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.
The text was updated successfully, but these errors were encountered:
Same problem here. Any solution yet?
Sorry, something went wrong.
No branches or pull requests
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 function
tone(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.
The text was updated successfully, but these errors were encountered: