I am using the mb-gcc from xilinx EDK and the configure breaks for me as
well on ubuntu 9.10. Here is the breakdown in config.log
configure:3078: mb-gcc -O2 conftest.c >&5
/opt/microblaze/lin/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/lib/libxil.a(write.o):
In
Just wanted to give other folks a heads up about a regression in
autoconf 2.64 affected the configure script for usrp2-firmware.
Basically the compiler test now includes stdio.h and fopen in the test
program (instead of a simple empty main function). This breaks with my
install of mb-gcc. I ima