The following script builds a cross-compiler for microblaze-xilinx. Took some time to get it ‘right’. Subtle things like gcc refusing (with very strange errors) to build inside it own source directory, made it take a while. Hope somebody can use it. https://github.com/DaveDavenport/CrossCompilerGCCScript/blob/master/gcc_cross_compiler.sh ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 read more