Kiibohd Controller
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

winbuild.sh 552B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. #temp jo
  3. #export PATH="/c/WinAVR-20100110/bin:/c/Program Files (x86)/CMake 2.8/bin:${PATH}"
  4. #echo $PATH
  5. export PATH="/c/WinAVR-20100110/bin:/c/Program Files (x86)/CMake 2.8/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32"
  6. echo $PATH
  7. which cmake.exe
  8. which -a cmake.exe
  9. which avr-gcc
  10. which make
  11. #alias cmake="cmake.exe"
  12. #alias make="avr-nm"
  13. #cd build
  14. cmake -G "Unix Makefiles" -D \
  15. CMAKE_C_COMPILER="C:/WinAVR-20100110/bin/avr-gcc.exe" \
  16. -D CMAKE_CXX_COMPILER="C:/WinAVR-20100110/bin/avr-g++.exe" .
  17. #cd ..
  18. make
  19. #nm
  20. #./buildall.bash