Can't make and install config parser

  1. Where did you get the camera module(s)?
    Uctronics

  2. Model number of the product(s)?
    B0317

  3. What hardware/platform were you working on?
    Raspberry Pi 4 - Linux raspberrypi 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021 armv7l GNU/Linux

  4. Instructions you have followed. (link/manual/etc.)
    https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield/tree/master/RaspberryPi/Python/Streaming_demo

  5. Problems you were having?
    pi@raspberrypi:~/arducam_config_parser $ make clean && make
    make: *** No rule to make target ‘clean’. Stop.

  6. The dmesg log from your hardware?

  7. Troubleshooting attempts you’ve made?

  8. What help do you need?
    It seems there are missing information in the documentation as there are no make instruction in /home/pi/arducam_config_parser

Hi @ronac

The directory structure of arducan_config_parser has changed, you can enter the src directory to compile:

git clone https://github.com/ArduCAM/arducam_config_parser.git
cd arducam_config_parser/src
make clean && make

:grinning: . Thank you.
I also made make clean && make in the src directory but didn’t do a make install as I saw nothing change in it and got warnings during compilation. It was too many signals for me to stop the process and ask here. In fact the compiled files are in the bin directory.

I am glad you are here to ask questions,
Your question made us discover the description that we forgot to modify, and it has been modified.
Thank you very much!