Beginner for Xmos XC-3 Led Tile

Non-technical related questions should go here.
sandeepmalladi
Member
Posts: 10
Joined: Fri Aug 19, 2011 8:21 am

Post by sandeepmalladi »

NO I HAVNT INCLUDED IT


User avatar
Interactive_Matter
XCore Addict
Posts: 216
Joined: Wed Feb 10, 2010 10:26 am
Contact:

Post by Interactive_Matter »

sandeepmalladi wrote:NO I HAVNT INCLUDED IT
OK, than this might be the problem.

You must also checkout the xcommon from git. I describe it here as a how to which will later be added to the read me:

1) Create an empty directory like 'project'
2) Check out the sw_led_tile_controller to 'project/sw_led_tile_controller'
3) Check out the xcommon repository (git@github.com:xcore/xcommon.git) to 'project/xcommon'
4) Goto 'project/sw_led_tile_controller' & extecute 'make'

This should work
sandeepmalladi
Member
Posts: 10
Joined: Fri Aug 19, 2011 8:21 am

Post by sandeepmalladi »

yeah sir its workin .............
i did not understand, if havnt add the repository its not working........
User avatar
Interactive_Matter
XCore Addict
Posts: 216
Joined: Wed Feb 10, 2010 10:26 am
Contact:

Post by Interactive_Matter »

sandeepmalladi wrote:yeah sir its workin .............
That is good to hear. Unfortunately you still have to check why the software itself is not working yet.
sandeepmalladi wrote:i did not understand, if havnt add the repository its not working........
There are cross references between the led tile project and the common project. Especially there are some make files directly included from something like ../xcommon/<...> - so you always need it to have it checked out parallely.

It is part of the general XMOS build structure. A bit arkward at the first moment, but if you dig into it it is a quite pragmatic solution to have a general component system.
Post Reply