Re: [yocto] Adding Fortran to Raspberrypi2

2016-12-09 Thread Edward Vidal
e: update mechanisms (Stefano Babic) -- Message: 1 Date: Fri, 9 Dec 2016 13:28:35 + (UTC) From: Edward Vidal To: "yocto@yoctoproject.org" Subject: [yocto] Adding Fortran to Raspberrypi2 Message-ID: <405620911.1114427.1481290115...@mail.yahoo.com> Content-Type: text/plain;

[yocto] Adding Fortran to Raspberrypi2

2016-12-09 Thread Edward Vidal
Hi Trying to add fortran to 6.2.0 branch morty for a Raspberrypi2 Step 1 modified meta/recipes-devtools/gcc/gcc-6.2.inc -FORTRAN = "" +FORTRAN = ",fortran" bitbake core-image-sato created the image Testing on target. I see fortran in the command gcc -v. gcc -v --enable-languages=c,c++,fortran