My setup:
- Development computer: Lenovo Win11 25H2, 16GB RAM, Intel i7-8550
- ADI hardware: SDP-K1 controller board + EVAL-ADBMS6822 + EVAL-ADBMS6830BMSW
- Connections mad according to page 5 of no-OS BMS Examples User Guide v1.0.0.pdf
- Makefile configured according to page 10 of no-OS BMS Examples User Guide v1.0.0.pdf (1 device, PLATFORM = mbed)
- NOTE: We make sure to move no-OS git-cloned folder to the same level of examples and adbms folders.

The issue:
I cannot execute make PLATFORM=mbed reset or make PLATFORM=mbed run, because of an error pointed in line 63 of the makefile.

The line 63 of makefile is: include $(NO-OS)/tools/scripts/generic_variables.mk
I can confirm the file generic_variables.mk exists in the proper directory. By the way, the line 58 declares the path as NO-OS ?= $(realpath ../../no-OS)
These lines are untouched from the installed examples. I noticed the files are formatted with CRLF line terminations (Windows-style) instead of LF (Linux-style). Hoping this is correct because the examples were installed this way.
Question:
What are necessary steps to adjust what is missing to build the right binary to transfer to SDP-K1 board?
Thanks in advance for your assistance =)