binutils/gcc destination directories
Posted: Mon Nov 17, 2014 1:05 pm
Hi, could anyone explain me some things about cross compiling binutils/gcc?
This is file structure of my output file. http://pastebin.com/Kk5sDgWQ
../Output/x86_64 is my sysroot.
And my question is why are there so much directories and how can I change them to simple structure like
System
|-Binary
|-Include
|-C #include for C/C++
|-Library
This is my full tree output http://pastebin.com/N29GVKR3
Why are there multiple files?
First in usr/bin/x86_64-unknown-trinix-***
And second one in usr/x86_64-unknown-trinix/bin/***
Thanks
This is file structure of my output file. http://pastebin.com/Kk5sDgWQ
../Output/x86_64 is my sysroot.
And my question is why are there so much directories and how can I change them to simple structure like
System
|-Binary
|-Include
|-C #include for C/C++
|-Library
This is my full tree output http://pastebin.com/N29GVKR3
Why are there multiple files?
First in usr/bin/x86_64-unknown-trinix-***
And second one in usr/x86_64-unknown-trinix/bin/***
Thanks