I tried installing Radare2 according to the guide. I ran the following commands:
git clone https://github.com/radareorg/radare2
radare2/sys/install.sh
But it is showing the following error and the command r2
is not working. Wasn't able to find what this error is about and how to mitigate it.
creating pkgcfg/r_egg.pc
creating pkgcfg/r_crypto.pc
cleaning temporally files... done
Final report:
- BUILD = arm64-unknown-darwin
- CC = gcc
- CFLAGS = ""
- DEBUGGER = 1
- HAVE_ARC4RANDOM_UNIFORM = 0
- HAVE_EXPLICIT_BZERO = 0
- HAVE_EXPLICIT_MEMSET = 0
- HAVE_FORK = 1
- HAVE_GPERF = 1
- HAVE_LIBUV = 0
- HAVE_LIB_GMP = 0
- HAVE_OPENSSL = 0
- HAVE_PTRACE = 1
- HOST = arm64-unknown-darwin
- LDFLAGS = ""
- LIBVERSION = 5.7.8
- PKGCONFIG = /opt/homebrew/bin/pkg-config
- PREFIX = /usr/local
- R_CHECKS_LEVEL = 2
- TARGET = arm64-unknown-darwin
- USERCC = gcc
- USEROSTYPE = darwin
- USE_CAPSTONE = 0
- USE_LIB_MAGIC = 0
- USE_LIB_XXHASH = 0
- USE_LIB_ZIP = 0
- USE_PTRACE_WRAP = 0
- USE_SYSLZ4 = 0
- VERSION = 5.7.8
- WANT_DYLINK = 1
global.mk:12: *** Current working directory cannot contain spaces. Stop.