geekhack

geekhack Marketplace => Vendor Forums => techkeys.us => Topic started by: FuNipz on Tue, 07 June 2016, 02:48:11

Title: Unable to build Project Ravello firmware from source
Post by: FuNipz on Tue, 07 June 2016, 02:48:11
Has anybody actually tried building the source code for the Techkeys programmable keyboard card?
I'm using the official source code from github here https://github.com/komar007/ravello_firmware

But when attempting to build using >make I get the following error
Quote
make: *** No rule to make target `techkeys', needed by `all'.  Stop.

Just to be clear, I'm trying to build the .HEX file using the c++ source code.

Any help would be really appreciated.
Title: Re: Unable to build Project Ravello firmware from source
Post by: komar007 on Wed, 08 June 2016, 11:40:39
Has anybody actually tried building the source code for the Techkeys programmable keyboard card?
I'm using the official source code from github here https://github.com/komar007/ravello_firmware

But when attempting to build using >make I get the following error
Quote
make: *** No rule to make target `techkeys', needed by `all'.  Stop.

Just to be clear, I'm trying to build the .HEX file using the c++ source code.

Any help would be really appreciated.

Welcome to geekhack!

This might be old version of make, but it's hard to say. If upgrading to 4.1 doesn't help, please create an issue in the github project and provide more data: OS and versions of make and gcc.