Harvard-PRINCESS / Guppy

A very adaptable fish.
Other
1 stars 3 forks source link

architecture k1om fails during build #46

Open mwookawa opened 7 years ago

penlu commented 7 years ago

try using k1om (lowercase o) and see if hake goes through---the resulting build is failing for me, possibly because missing dependencies

penlu commented 7 years ago

The generated Makefile is looking for tools like this: /home/netos/tools/mpss-3.7.1/x86_64-mpsssdk-linux/usr/bin/k1om-mpss-linux/k1om-mpss-linux-gcc Two things to get the build to go through:

  1. Find these build tools!
  2. hake.sh takes an option -r [path] which can change the /home/netos/tools section of this directory---presumably the rest of the file structure should remain the same. Locally, you can also modify hake/Tools.hs to express a different value for k1om_netos_mpss_3_7_1.

Dependencies being the problem, this issue is backlog'd.