I'd start looking at the Linker file. The binary should at the very least have a Vector table of 100 bytes or so right at the start of it.
However, the linker should throw an error if it can't find the vector table, so I'd assume that for whatever reason the linker file isn't requesting it, or it has been found but is 0 bytes long.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'd start looking at the Linker file. The binary should at the very least have a Vector table of 100 bytes or so right at the start of it.
However, the linker should throw an error if it can't find the vector table, so I'd assume that for whatever reason the linker file isn't requesting it, or it has been found but is 0 bytes long.