avr-libc3 icon indicating copy to clipboard operation
avr-libc3 copied to clipboard

config.guess missing?

Open 2ni opened this issue 5 years ago • 1 comments

I struggle to run the config. Am I missing anything?

13:22 $ ./configure --prefix=$PREFIX --build=`./config.guess` --host=avr
-bash: ./config.guess: No such file or directory
-bash: ./configure: No such file or directory

2ni avatar Jan 29 '20 12:01 2ni

After checking out you need to run bootstrap first.

stevenj avatar Feb 10 '20 01:02 stevenj