fishpepper / OpenSky

opensource implementation of the frsky protocol for multiple targets (D4R-ii, VD5M)
http://fishpepper.de/projects/opensky/
GNU General Public License v3.0
155 stars 69 forks source link

make bootloader failing under windows #8

Closed Linjieqiang closed 7 years ago

Linjieqiang commented 7 years ago

image

I had a try to build your code,but it didn't work.I love your project for USKY.It was nice.Thanks.

fishpepper commented 7 years ago

something with the makefile seems to be broken under windows i think its complaining about the path with the (x86) in your path no idea why this happens under windows :-\

Linjieqiang commented 7 years ago

Can you provide me a newer hex for USKY ? I had no idea about this problem.

fishpepper commented 7 years ago

Could you try to replace $(MAKE) with make in arch/cc251x/Makefile.arch and try again?

Linjieqiang commented 7 years ago

I pull your newer code but error existed.My system is windows7 64bit. image image

andymac4182 commented 7 years ago

I would check out using something like docker to do the build. The error messages talk about cygwin being the wrong version. Here is the one from betaflight https://github.com/mikeller/docker-betaflight-build

Linjieqiang commented 7 years ago

OK.@andymac4182 I will have a try. Thanks for your advise.

Linjieqiang commented 7 years ago

I bought a macbook pro computer and I will try again on it so this issue will be closed.Thanks.