Home > OS >  Ubuntu install GBD after the make of the mistakes, how can I solve
Ubuntu install GBD after the make of the mistakes, how can I solve

Time:11-19

Make [1] : if the directory '/home/Yang/download/GDB - 7.9'
You in the./libiberty
Configure: loading cache./config. Cache
Configure: error: ` target_alias' has changed since the previous run:
Configure: their weight.this value: ` x86_64 - unknown - Linux - gnu '
Configure: current value: ` arm - none - Linux - gnueabi '
Configure: error: ` in/home/Yang/download/GDB - 7.9/libiberty ':
Configure: error: changes in the environment can compromise the build
Configure: error: run ` make distclean 'and/or ` rm./config. Cache' and start over
The Makefile: 7024: the recipe for target 'configure - libiberty failed
Make [1] : * * */configure - libiberty Error 1
Make [1] : brigade directory '/home/Yang/download/GDB - 7.9'
The Makefile: 837: the recipe for target 'all' failed

CodePudding user response:

I'm wrong, don't know how to solve the

CodePudding user response:

Configure: their weight.this value: ` x86_64 - unknown - Linux - gnu '
Configure: current value: ` arm - none - Linux - gnueabi '

Try make distclean and configure again
  • Related