I don’t understand how anybody can use the github code to build a pynq image.
gcc-arm… required here: build makefile
Simply go to that URl and ctrl+f for ‘which arm-linux-gnueabihf-gcc’
gcc-multilib required here: setup host
simply go to that URL and ctrl +f for ‘gcc-multilib’
So if you run the setup host and then try to build a sdcard pynq image you will run into this unavoidable problem:
Someone please explain how it is possible to get around this? I have been trying to build without gcc-arm-linux but idk if this will work. I simply edited the makefile to not check for it.