Port-RISCV archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: No GDB in riscv64-none-elf-binutils?



On Thu, Jul 31, 2025 at 11:29:42AM +0200, leo.lundberg99%ikmail.com@localhost wrote:
> Do you mean the NetBSD source tree? I have the 10.1 release downloaded but
> it doesn't seem to have that make variable, I tried building with that flag
> and with tools as target but I got no binary, I checked in my
> $SOURCE/share/mk/bsd.README and I couldn't find the flag.

It seems to be undocmented. The support is there on the netbsd-10 branch
though, try:

	./build.sh (other build.sh options) -V MKCROSSGDB=yes tools

The only place it is used (I think) is in tools/Makefile where it adds
an additional subdirectory for gdb.

Martin


Home | Main Index | Thread Index | Old Index