Full error message: Can't find a source file at "/opt/jenkins/workspace/Libraries_RedEye_24_9/Redlib/redlib_clib/armv7e-m_fpu/../src/printf.c"
I am building a system using mcuexpresso IDE v24.9 and Brennan Ball's nrf24l01 device-specific code. O/S is OpenSuSE Leap 15.6
Running at full speed, I can see it sending from MOSI and driving CSN, CE, and SCK correctly. No MISO though, which is expected if it is not driving the nrf24l01 as it expects.
When i go down to single-step mode in the iDE, I am getting the above error when it is trying to use a printf function!
1) I have #include stdio.h, which should handle references to printf
2) I have used printf and sprintf previously in other projects without this problem
3) I have never knowingly used jenkins, and any searches done here only give me Codewarrior references and KDS, but nothing for mucexpresso.
Am I missing something in my configuration?
Any help appreciated!
cheers,
Nigel