using wx3.2.2.1 i built and am using codeblocks svn13263 on FreeBSD13.1
svn build rev 13263 () clang 11.0.1 FreeBSD/unicode - 64 bit
i had to modify this line in the Makefile for clangd_client which fixed the link, it was missing kvm. but it is in the build folder so it will get stepped on the next config. it is also misleading because lkvm is not needed by wx libs, it is needed elsewhere, but adding it to wx_libs was convenient and it works.
WX_LIBS = -L/usr/local/lib -L/usr/lib -pthread -lkvm -lwx_gtk3u_aui-3.2 -lwx_gtk3u_propgrid-3.2 -lwx_gtk3u_richtext-3.2 -lwx_gtk3u_xrc-3.2 -lwx_gtk3u_html-3.2 -lwx_gtk3u_qa-3.2 -lwx_gtk3u_core-3.2 -lwx_baseu_xml-3.2 -lwx_baseu_net-3.2 -lwx_baseu-3.2
i had to omit nassishneiderman, config failed due to missing boost library, yet boost had been
found prior to the fail. i didn't know how to work around it so i left it out.