On Thu, May 27, 2021 at 09:45:04AM -0400, Jon Ringle wrote: > I'm in the process of updating our bsp to 2021.05.0, and I'm running into > this problem and I'm not sure how to fix this... > > /usr/local/lib/ptxdist-2021.05.1_GP/rules/gdbserver.make:18: *** > SHARED_GDB_VERSION is undefined or empty. Stop. > > I see that it gets defined in gdb.make: > SHARED_GDB_VERSION := $(call ptx/get-kconfig, $(TOOLCHAIN_CONFIG), > PTXCONF_CROSS_GDB_VERSION) > > Not sure what to check here. Is this missing from my toolchain config?
I ran into this yesterday, and the problem in my case was that I had bisected over a commit that updated the toolchain in the platformconfig, but the selected_toolchain symlink still pointed to the old toolchain. Removing the symlink got rid of the issue. Sadly I didn't manage to recreate this situation, or I would have tried a patch, but maybe this helps you already… - Roland -- Roland Hieber, Pengutronix e.K. | [email protected] | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
