I'm running a couple of ODROID-C2's on C7 with the Hardkernel 3.14 aarch64 kernel. As it stands, the C7-provided GCC 4.8.5 will not successfully compile the kernel; the preferred gcc is 4.9.2, the linaro one for cross-compile. Would it be possible to get devtoolset-3 with gcc4.9.2 built for aarch64?
On 14/07/16 19:53, Lamar Owen wrote:
I'm running a couple of ODROID-C2's on C7 with the Hardkernel 3.14 aarch64 kernel. As it stands, the C7-provided GCC 4.8.5 will not successfully compile the kernel; the preferred gcc is 4.9.2, the linaro one for cross-compile. Would it be possible to get devtoolset-3 with gcc4.9.2 built for aarch64?
you should be able to request aarch64 tags in cbs.centos.org for the SCL's now - and just go down that route. I am sure the SCLo folks would be happy to see that as well.
regards
On 07/14/2016 07:11 PM, Karanbir Singh wrote:
.... you should be able to request aarch64 tags in cbs.centos.org for the SCL's now - and just go down that route. I am sure the SCLo folks would be happy to see that as well. ...
Ok, so to do this I'll need to follow the procedure documented at https://wiki.centos.org/HowTos/CommunityBuildSystem including joing a SIG (the aarch64 SIG I guess), request an account, etc, right? Ok, it will be a week or two before I can dedicate the time, but if no one else wants to do it..... I'll do what I can.
I would say join the SCLo SIG
Regards
On 15 July 2016 18:15:39 BST, Lamar Owen lowen@pari.edu wrote:
On 07/14/2016 07:11 PM, Karanbir Singh wrote:
.... you should be able to request aarch64 tags in cbs.centos.org for the SCL's now - and just go down that route. I am sure the SCLo folks
would
be happy to see that as well. ...
Ok, so to do this I'll need to follow the procedure documented at https://wiki.centos.org/HowTos/CommunityBuildSystem including joing a SIG (the aarch64 SIG I guess), request an account, etc, right? Ok, it will be a week or two before I can dedicate the time, but if no one else wants to do it..... I'll do what I can.
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 15/07/16 18:15, Lamar Owen wrote:
On 07/14/2016 07:11 PM, Karanbir Singh wrote:
.... you should be able to request aarch64 tags in cbs.centos.org for the SCL's now - and just go down that route. I am sure the SCLo folks would be happy to see that as well. ...
Ok, so to do this I'll need to follow the procedure documented at https://wiki.centos.org/HowTos/CommunityBuildSystem including joing a SIG (the aarch64 SIG I guess), request an account, etc, right? Ok, it will be a week or two before I can dedicate the time, but if no one else wants to do it..... I'll do what I can.
I would say you'd want to hit the SCLo SIG - and have them enable the arm tag's as needed.
CC'ing in Honza from the SCLo SIG and Brian who can talk through the want the arch tag's work in cbs.centos.org
On 07/19/2016 11:02 AM, Karanbir Singh wrote:
On 15/07/16 18:15, Lamar Owen wrote:
On 07/14/2016 07:11 PM, Karanbir Singh wrote:
.... you should be able to request aarch64 tags in cbs.centos.org for the SCL's now - and just go down that route. I am sure the SCLo folks would be happy to see that as well. ...
Ok, so to do this I'll need to follow the procedure documented at https://wiki.centos.org/HowTos/CommunityBuildSystem including joing a SIG (the aarch64 SIG I guess), request an account, etc, right? Ok, it will be a week or two before I can dedicate the time, but if no one else wants to do it..... I'll do what I can.
I would say you'd want to hit the SCLo SIG - and have them enable the arm tag's as needed.
CC'ing in Honza from the SCLo SIG and Brian who can talk through the want the arch tag's work in cbs.centos.org
So far there are just x86_64 builds available and we don't plan to work on other arches. If anyone wants to give it a try, I'd be very happy, but I must warn you that it will be a lot of work, since all the packages would have to be bootstrapped from scratch (it was not easy either for x86_64, but I expect it would be much more work for arm, since there are no arm packages available that could be used for bootstrapping; not speaking about some code compatibility issues that might be there).
Honza