Hi,
I try to download and build Linaro Android source code. I downloaded "linaro_android_build_cmds.sh" from http://releases.linaro.org/14.05/android/arndale/ . But when I run this script I got an error of repo. The error message is "./repo: line 1: syntax error near unexpected token 'newline'". You are very appreciated if you can help to check this issue.
Thanks, Julien
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
Hi Julien,
Please refer to this bug to update the repo URL:
https://bugs.linaro.org/show_bug.cgi?id=5
Best Regards Botao
On 20 June 2014 17:25, Julien Yin Julien.Yin@arm.com wrote:
Hi,
I try to download and build Linaro Android source code. I downloaded “linaro_android_build_cmds.sh” from http://releases.linaro.org/14.05/android/arndale/ . But when I run this script I got an error of repo.
The error message is “./repo: line 1: syntax error near unexpected token ‘newline’”.
You are very appreciated if you can help to check this issue.
Thanks,
Julien
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Julien,
You might also want to check your repo file and make sure it's downloaded properly. Verify that it's a python script and not an HTML/XML file, i.e. 1st line of the file should say something like: #!/usr/bin/env python You can download it again with: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
Regards.
On Fri, Jun 20, 2014 at 4:36 PM, Botao Sun botao.sun@linaro.org wrote:
Hi Julien,
Please refer to this bug to update the repo URL:
https://bugs.linaro.org/show_bug.cgi?id=5
Best Regards Botao
On 20 June 2014 17:25, Julien Yin Julien.Yin@arm.com wrote:
Hi,
I try to download and build Linaro Android source code. I downloaded "linaro_android_build_cmds.sh" from http://releases.linaro.org/14.05/android/arndale/ . But when I run this script I got an error of repo.
The error message is "./repo: line 1: syntax error near unexpected token 'newline'".
You are very appreciated if you can help to check this issue.
Thanks,
Julien
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Thank you, Victor.
Julien
From: Victor Chong [mailto:victor.chong@linaro.org] Sent: Friday, June 20, 2014 3:39 PM To: Julien Yin Cc: linaro-android@lists.linaro.org Subject: Re: Get an error when run "linaro_android_build_cmds.sh"
Hi Julien,
You might also want to check your repo file and make sure it's downloaded properly. Verify that it's a python script and not an HTML/XML file, i.e. 1st line of the file should say something like: #!/usr/bin/env python You can download it again with: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
Regards.
On Fri, Jun 20, 2014 at 4:36 PM, Botao Sun <botao.sun@linaro.orgmailto:botao.sun@linaro.org> wrote: Hi Julien, Please refer to this bug to update the repo URL:
https://bugs.linaro.org/show_bug.cgi?id=5
Best Regards Botao
On 20 June 2014 17:25, Julien Yin <Julien.Yin@arm.commailto:Julien.Yin@arm.com> wrote: Hi,
I try to download and build Linaro Android source code. I downloaded "linaro_android_build_cmds.sh" from http://releases.linaro.org/14.05/android/arndale/ . But when I run this script I got an error of repo. The error message is "./repo: line 1: syntax error near unexpected token 'newline'". You are very appreciated if you can help to check this issue.
Thanks, Julien
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
_______________________________________________ linaro-android mailing list linaro-android@lists.linaro.orgmailto:linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
_______________________________________________ linaro-android mailing list linaro-android@lists.linaro.orgmailto:linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
Thank you, Botao. It works now.
Julien
From: Botao Sun [mailto:botao.sun@linaro.org] Sent: Friday, June 20, 2014 3:37 PM To: Julien Yin Cc: linaro-android@lists.linaro.org Subject: Re: Get an error when run "linaro_android_build_cmds.sh"
Hi Julien, Please refer to this bug to update the repo URL:
https://bugs.linaro.org/show_bug.cgi?id=5
Best Regards Botao
On 20 June 2014 17:25, Julien Yin <Julien.Yin@arm.commailto:Julien.Yin@arm.com> wrote: Hi,
I try to download and build Linaro Android source code. I downloaded “linaro_android_build_cmds.sh” from http://releases.linaro.org/14.05/android/arndale/ . But when I run this script I got an error of repo. The error message is “./repo: line 1: syntax error near unexpected token ‘newline’”. You are very appreciated if you can help to check this issue.
Thanks, Julien
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
_______________________________________________ linaro-android mailing list linaro-android@lists.linaro.orgmailto:linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
linaro-android@lists.linaro.org