Kaleidoscope build errors

I pulled and attempted to build the latest kaleidoscope, but I’m getting a bunch of build errors (attached).
build.log (8.1 KB)

I’m 98 commits ahead of the last tag:

% git describe
v1.99.7-98-g682f80ed

Should I not be pulling latest? Is there a LKG tag, or something more recent than 1.99.7 that I should be pulling?

Thanks!
-Ben

PS I was getting this error building my own image, but I’ve since gone back to building the example in examples/Devices/Keyboardio/Model100 but with the same result.

You probably need to run make update in your Kaleidoscope tree to pull in the latest GD32 core.

Sorry for the slow response. That worked, thanks! I had been running make setup thinking that would update things. Is make update documented anywhere?