You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/07 12:06:40 UTC

[GitHub] [incubator-nuttx-testing] ramya-n-s commented on pull request #60: Switch to Ubuntu LTS 20.04 relaese for base image

ramya-n-s commented on pull request #60:
URL: https://github.com/apache/incubator-nuttx-testing/pull/60#issuecomment-688282366


   > @ramya-n-s I would like to move us to Ubuntu 20.04 for the base image, but I am running into some issues building the Renesas GCC build due to texinfo issues, do you have thoughts on this or would it be acceptable to move to a more modern version of GCC. I see that they list a 8.3.0 version as recommended.
   > https://gcc-renesas.com/rx-download-toolchains/
   
   Sorry for the delayed response. The texinfo version might be updated in the ubuntu 20.04 and it changed the default input encoding. So, it was required to set the input encoding at "gcc.texi" file. This issue can be fixed by appending the below command in the Dockerfile after line no 185,
   sed -i '1s/^/@documentencoding ISO-8859-1\n/' ./gcc/doc/gcc.texi && \ 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org