I accidently switched to the merge-all branch and started a build (make update). When I realized my mistake I killed the build and then switched back to the (update-readme-install) branch. From there I tried a make update which failed to find some of the .a files. So I killed that and tried a make sysgen which failed. From there I did the
./install
make linuxarm
which got the errors:
pi@raspberrypi:~/git/olebole/iraf-v216 $ make linuxarm
(util/mkarch linuxarm)
Making architecture:
Warning, mkpkg line 188: could not find mkpkg module or label linuxarm' Warning, mkpkg line 188: no entry in mkpkg file forlinuxarm'
Warning, mkpkg line 305: could not find mkpkg module or label linuxarm' Warning, mkpkg line 305: no entry in mkpkg file forlinuxarm'
Warning, mkpkg line 119: could not find mkpkg module or label linuxarm' Warning, mkpkg line 119: no entry in mkpkg file forlinuxarm'
Then I did a make sysgen which is running right now.
I accidently switched to the merge-all branch and started a build (make update). When I realized my mistake I killed the build and then switched back to the (update-readme-install) branch. From there I tried a make update which failed to find some of the .a files. So I killed that and tried a make sysgen which failed. From there I did the ./install make linuxarm
which got the errors:
pi@raspberrypi:~/git/olebole/iraf-v216 $ make linuxarm (util/mkarch linuxarm) Making architecture: Warning, mkpkg line 188: could not find mkpkg module or label
linuxarm' Warning, mkpkg line 188: no entry in mkpkg file for
linuxarm' Warning, mkpkg line 305: could not find mkpkg module or labellinuxarm' Warning, mkpkg line 305: no entry in mkpkg file for
linuxarm' Warning, mkpkg line 119: could not find mkpkg module or labellinuxarm' Warning, mkpkg line 119: no entry in mkpkg file for
linuxarm'Then I did a make sysgen which is running right now.