Instructions for compiling SEQ app?

Hi all,

During build of my new SEQ hardware, I am struggling to get LCD working.

I would like to see if I can switch to 4 bit mode, but need to compile the application for this.

Do I need to pull this repo: https://github.com/midibox/mios32/tree/master/apps/sequencers/midibox_seq_v4

as startpoint for finding the source/adapt and compile like with MB SID app?

 

 

Thanks!

Sourcing in the following is important for compiling:

source_me_MBHP_CORE_STM32F4

 

It looks like I can compile after installing Debian package:

sudo apt install gcc-arm-none-eabi

 

After this, I can successfully compile!