Page 2 of 2

Re: Beginner for Xmos XC-3 Led Tile

Posted: Tue Aug 23, 2011 12:19 pm
by sandeepmalladi
NO I HAVNT INCLUDED IT

Re: Beginner for Xmos XC-3 Led Tile

Posted: Tue Aug 23, 2011 12:37 pm
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

Re: Beginner for Xmos XC-3 Led Tile

Posted: Tue Aug 23, 2011 1:03 pm
by sandeepmalladi
yeah sir its workin .............
i did not understand, if havnt add the repository its not working........

Re: Beginner for Xmos XC-3 Led Tile

Posted: Tue Aug 23, 2011 2:53 pm
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.