Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Led_Wiz clone build assistance [Solved]  (Read 1330 times)

0 Members and 1 Guest are viewing this topic.

Ron_Michallick

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 33
  • Last login:October 30, 2023, 09:14:14 pm
  • MK64 has newer software, if you are interested.
    • MK64
Led_Wiz clone build assistance [Solved]
« on: September 12, 2018, 10:31:21 pm »
I installed and ran everything to build the LW clone 2 HEX and EEP files for arduino_promicro but these step should work for the other build options.

The basic instructions are here and will work fine unless you are a novice to the board you are trying to build. Bold text are steps not listed in read me.
https://github.com/cithraidt/lwcloneu2
I installed and ran Atmel AVRStudio then selected tools - command prompt.
Go to the directory where you want the folder to install.
type "git clone https://github.com/cithraidt/lwcloneu2.git"
type "cd lwcloneu2"
type "git submodule update --init"
type "cd firmware"
type "make"
You may get this error.
Code: [Select]
for i in arduino_mega2560 arduino_leonardo arduino_uno breakout_32u2 arduino_promicro; do make --directory=$i clean; make --directory=$i all; done
i was unexpected at this time.
makefile:5: recipe for target 'all' failed
make: *** [all] Error 255

I wasn't sure how to fix the makefile code so I ran the two commands manually
type "make --directory=arduino_promicro clean"
type "make --directory=arduino_promicro all"
Go to the directory just "built" and use the .HEX and .EEP files to bootload into your board.