hightower70 / MIDIUSB

MIDI to USB converter cable using STM32F103 microcontroller
GNU General Public License v3.0
40 stars 11 forks source link

generate makefile and/or migrate to other (non dead) IDE #4

Open Kutilak opened 4 years ago

Kutilak commented 4 years ago

Hi, please can you generate makefile for your project and/or migrate to some other IDE ? CooCox CoIDE is officialy dead and work in it is limiting, because it dont support export to one of live IDEs. Makeing makefile is solution or export to (for example) STM32 Cube IDE.

jeanthom commented 4 years ago

Checkout my fork, there is a Makefile for it ;)

Kutilak commented 4 years ago

Hi, how you generate makefile ? You use some tools for it?

Kutilak commented 4 years ago

BTW: It works fine for me.

jeanthom commented 4 years ago

Hi,

Unfortunately there's no automated tool for that job, I had to do it by hand. You need to explore the files generated by CoIDE to see all the files that need to be compiled, all include paths, and figure out linker settings.