sc_lib_examples

New to XMOS and XCore? Get started here.
shyamkrish8iitm
Member
Posts: 15
Joined: Mon May 28, 2012 11:20 am

sc_lib_examples

Post by shyamkrish8iitm »

Hi,

**** Build of configuration XMOS Compiler Collection (xcc) for project sc_lib_example ****

xmake -f Makefile all
xmake: Makefile: No such file or directory
xmake: *** No rule to make target `Makefile'. Stop.

When I build the code from Github, console prints above statement. I am quite a newbie, please give detailed explanation if possible.

I downloaded the code from the following link
http://github.xcore.com/repo_index/sc_l ... eadme.html

Thanks :)


User avatar
Bianco
XCore Expert
Posts: 754
Joined: Thu Dec 10, 2009 6:56 pm

Post by Bianco »

There should be a makefile in the root of the module which is missing and XDE problably expects.

You can try add this file https://github.com/xcore/sc_i2c/raw/master/Makefile to the sc_lib_examples dir.

You will also need the xcommon repository