socware-net / hyperCOS-evaluate

Other
3 stars 2 forks source link

build: To support Mac or not #22

Open socware-net opened 6 years ago

socware-net commented 6 years ago

From @ibanezchen on May 5, 2016 9:42

From @yoshijava on March 4, 2016 7:51

I'd tried to build hyperCOS on my Macbook Pro. To support Mac, we have to consider

  1. ARM toolchain on Mac (homebrew will help)
  2. Different parameters for many commands (find -name, sed -i, install, etc)
  3. (Still trying)

So do we have the plan to support Mac environment in the future?

Copied from original issue: ibanezchen/hyperCOS#24

Copied from original issue: ibanezchen/hyperCOS-evaluate#13

socware-net commented 6 years ago

From @ibanezchen on July 7, 2016 6:55

How about implement all platform dependent util with python?