I got it all setup, but getting this error. Just incase anyone is reading

I am using a LCD03. Getting the same errors with the Java tool
C:\BMSBattery_S_controllers_firmware-Master>PATH = C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\STMicroelectronics\st_toolset\asm;C:\Python\Python310\Scripts\;C:\Python\Python310\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\dotnet\;C:\Users\John\AppData\Local\Microsoft\WindowsApps;C:\Users\John\.dotnet\tools;C:\Program Files\SDCC\bin;C:\Program Files\STMicroelectronics\st_toolset\stvp;C:\Program Files (x86)\STMicroelectronics\st_toolset\stvp;C:\SDCC\usr\local\bin
C:\BMSBattery_S_controllers_firmware-Master>REM ;C:\BMSBattery_S_controllers_firmware-Master\tools\cygwin\bin
C:\BMSBattery_S_controllers_firmware-Master>cd C:\BMSBattery_S_controllers_firmware-Master\
C:\BMSBattery_S_controllers_firmware-Master>del main.hex
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\main.hex
C:\BMSBattery_S_controllers_firmware-Master>sdcc --version
SDCC : mcs51/z80/z180/r2k/r2ka/r3ka/r4k/r5k/r6k/sm83/tlcs90/ez80/z80n/r800/ds390/pic16/pic14/TININative/ds400/hc08/s08/stm8/pdk13/pdk14/pdk15/mos6502/mos65c02/f8/f8l TD- 4.6.0 #16555 (MINGW64)
published under GNU General Public License (GPL)
C:\BMSBattery_S_controllers_firmware-Master>make -f Makefile_windows clean
echo "Cleaning files..."
"Cleaning files..."
cmd /C del *.asm
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.asm
cmd /C del *.rel
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.rel
cmd /C del *.lk
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.lk
cmd /C del *.lst
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.lst
cmd /C del *.rst
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.rst
cmd /C del *.sym
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.sym
cmd /C del *.cdb
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.cdb
cmd /C del *.map
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.map
cmd /C del *.adb
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.adb
echo "Done."
"Done."
C:\BMSBattery_S_controllers_firmware-Master>make -f Makefile_windows
sdcc -c -IStdPeriphLib/inc -I. -mstm8 --std-c99 --nolospre --out-fmt-ihx --debug -oBOdisplay.c BOdisplay.c
uart.h:22: warning 283: function declarator with no prototype
BOdisplay.h:176: warning 283: function declarator with no prototype
BOdisplay.h:177: warning 283: function declarator with no prototype
main.h:43: warning 283: function declarator with no prototype
BOdisplay.c:582: warning 283: function declarator with no prototype
BOdisplay.c:586: warning 283: function declarator with no prototype
BOdisplay.c:603: warning 283: function declarator with no prototype
BOdisplay.c:620: warning 283: function declarator with no prototype
BOdisplay.c:624: warning 283: function declarator with no prototype
sdcc -c -IStdPeriphLib/inc -I. -mstm8 --std-c99 --nolospre --out-fmt-ihx --debug -oACAcontrollerState.c ACAcontrollerState.c
main.h:43: warning 283: function declarator with no prototype
sdcc -c -IStdPeriphLib/inc -I. -mstm8 --std-c99 --nolospre --out-fmt-ihx --debug -oACAeeprom.c ACAeeprom.c
sdcc -c -IStdPeriphLib/inc -I. -mstm8 --std-c99 --nolospre --out-fmt-ihx --debug -oACAsetPoint.c ACAsetPoint.c
main.h:43: warning 283: function declarator with no prototype
ACAsetPoint.c:61: warning 283: function declarator with no prototype
ACAsetPoint.c:70: warning 283: function declarator with no prototype
ACAsetPoint.c:83: warning 283: function declarator with no prototype
adc.h:27: error 328: inline function adc_trigger declared with external linkage, but not defined in translation unit
make: *** [ACAsetPoint.rel] Error 1
C:\BMSBattery_S_controllers_firmware-Master>ren main.ihx main.hex
The system cannot find the file specified.
C:\BMSBattery_S_controllers_firmware-Master>make -f Makefile_windows clean
echo "Cleaning files..."
"Cleaning files..."
cmd /C del *.asm
cmd /C del *.rel
cmd /C del *.lk
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.lk
cmd /C del *.lst
cmd /C del *.rst
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.rst
cmd /C del *.sym
cmd /C del *.cdb
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.cdb
cmd /C del *.map
Could Not Find C:\BMSBattery_S_controllers_firmware-Master\*.map
cmd /C del *.adb
echo "Done."
"Done."
C:\BMSBattery_S_controllers_firmware-Master>STVP_CmdLine -BoardName=ST-LINK -ProgMode=SWIM -Port=USB -Device=STM8S105x6 -FileProg=main.hex -verbose -no_loop
STVP_CmdLine version 1.6
Verbose ON
Log activity ON
Display Progress OFF
Message box warning if protect option byte ON
Loop mode OFF
Erase device OFF
Blank check device OFF
Verify device ON
Configuration:
BoardName=ST-LINK ST-LINK_ID=0 Device=STM8S105x6 Port=USB ProgMode=SWIM
>>> Filling PROGRAM MEMORY image in computer with Blank Value
<<< Filling PROGRAM MEMORY image in computer succeeds
>>> Loading file main.hex in PROGRAM MEMORY image in computer
(API) ERROR : No such file or directory
C:\BMSBattery_S_controllers_firmware-Master>pause
Press any key to continue . . .