Ray Donnelly
                                            Ray Donnelly
                                        
                                    We don't want to extend the scope of this project too much (which is cross compilation on the 3 biggest desktop OSes targeting those same OSes + iPhone). We already...
Yes, thanks for helping test this stuff out guys, remaining bugs on my radar (feel free to grab them; I'm currently looking at number 4) are: 1. Clang and/or Clang++...
To help with getting to the bottom of these simple testcase failures, you should add -v to the command line to see what header paths are being searched. You could...
If you use -v but also supply a c/c++ file to compile you will get the paths printed out: e.g: > /x/libs/gcc-4.8.2-x86_64-unknown-linux-dw2/bin/x86_64-unknown-linux-gnu-g++.exe helloworld.cpp -o helloworld-linux64 -v .. I think this...
Let's focus on Linux for now. I don't need to make any junction points. Why are you making any? Which kernel version and libc version are you building? On Feb...
OK when I get back I will try 3.13. As I say I didn't have this problem and it would be good if you can try just with build.sh.. Modify...
I am taking a day off from hacking today. I will try to look at it later on tomorrow. Perhaps I did break noon multilib. I will add an option...
I never tried with that option.. On Feb 1, 2014 4:54 PM, "Arnaud.Dovi" [email protected] wrote: > also is it normal that with set MSYS=winsymlinks:nativestrict the > configure scripts does not...
crosstool-ng doesn't work non-sysrooted (which implies native), in fact it should refuse to build in that scenario. How did you get it to start building, and also, why do you...
Answering my own question here, I'm guessing that you are trying without a sysroot because sysrooted versions end up with X:/blah/blah/blahX/:/blah/blah in their search paths? If so this is due...