MKS SBASE Collect2.exe: error: ld returned 1 exit status *** [.pio\build\d1\firmware.elf] Error 1

I was unable to LPC1768 build for MKS SBASE without getting this error
Collect2.exe: error: ld returned 1 exit status *** [.pio\build\d1\firmware.elf] Error 1
I had a working VS Code on the other computer so i did the following with its packages folder located at…
c:/Users/name/.platformio/packages
containing the following files…
contrib-piohome
framework-arduino-avr
framework-arduino-lpc176x
framework-arduinoststm32
framework-arduinoststm32@src37335c727965154be67d1d5ed653b9c6
framework-arduinoststm32-maple
framework-cmiss
tool-avrdude
toolchain-atmelavr
toolchain-gccarmnoneeabi
toolchain-gccarmnoneeabi@1.70201.0
tool-dfuutil
tool-jlink
tool-openocd
tool-scons
tool-stm32duino

Copied all except contrib-piohome, framework-arduino-avr to the non working computers packes folder which already contains…
contrib-piohome
framework-arduino-avr
framework-arduino-lpc176x
toolchain-atmelavr
toolchain-gccarmnoneeabi
tool-dfuutil
tool-scons

NOTE* when asked if copy over old (YES)

My VS Code 5.1.2 now builds LPC1768 for my MKS sBase

Do not understand which file and what is missing from the newest VSCode 5.1.2 but something is.