analogdevicesinc / plutosdr-fw

PlutoSDR Firmware
Other
328 stars 194 forks source link

Getting stuck at "Reading makefile 'Makefile'..." #64

Closed Ottega closed 2 years ago

Ottega commented 2 years ago

Hello, I have followed the build Instructions in the readme:

export CROSS_COMPILE=arm-linux-gnueabihf-
export PATH=$PATH:/home/ottega/bin/Xilinx/SDK/2019.1/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin
export VIVADO_SETTINGS=/home/ottega/bin/Xilinx/Vivado/2019.1/settings64.sh
make -d

but it gets struck at:

GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...

I have waited for at least 1h but it was still stuck.

Do you have any idea how to solve the issue?

Best, Ottega

Ottega commented 2 years ago

In the Makefile I hab to replace every $(VIVADO_SETTINGS) with $VIVADO_SETTINGS.