'is it possible to build hsdis in macOS with M1 chip

I am tried to show the assembly code of Java, now using this command to build hsdis in M1 pro chip from this blog:

➜  hsdis git:(master) ✗ make BINUTILS=binutils-2.35 ARCH=arm64
make: *** No rule to make target `hsdis.c', needed by `build/macosx-arm64/hsdis-arm64.dylib'.  Stop.

am I missing something? is it possible to build the hsdis in M1 chip? I am using the latest jdk code. I also tried this command:

make BINUTILS=binutils-2.35 ARCH=aarch64

still did not work.

Hardware Overview:

  Model Name:   MacBook Pro
  Model Identifier: MacBookPro18,1
  Chip: Apple M1 Pro
  Total Number of Cores:    10 (8 performance and 2 efficiency)
  Memory:   32 GB
  System Firmware Version:  7459.101.3
  OS Loader Version:    7459.101.3
  Activation Lock Status:   Disabled


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source