Tool/software: TI C/C++ Compiler
I'm developing a bare-metal C++ program for Texas Instruments' TMS320F28054M MCU, and am building my project with the TMS320C2000 C/C++ Compiler v20.2.2.LTS. I noticed that even if I #include the nonstandard <strings.h> header, the ffs function is still not found and I get a linker error. This doesn't happen when building from a C file. Am I doing something wrong?