Beginner for Xmos XC-3 Led Tile
-
- Member
- Posts: 10
- Joined: Fri Aug 19, 2011 8:21 am
NO I HAVNT INCLUDED IT
-
- XCore Addict
- Posts: 216
- Joined: Wed Feb 10, 2010 10:26 am
OK, than this might be the problem.sandeepmalladi wrote:NO I HAVNT INCLUDED IT
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
-
- Member
- Posts: 10
- Joined: Fri Aug 19, 2011 8:21 am
yeah sir its workin .............
i did not understand, if havnt add the repository its not working........
i did not understand, if havnt add the repository its not working........
-
- XCore Addict
- Posts: 216
- Joined: Wed Feb 10, 2010 10:26 am
That is good to hear. Unfortunately you still have to check why the software itself is not working yet.sandeepmalladi wrote:yeah sir its workin .............
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.sandeepmalladi wrote:i did not understand, if havnt add the repository its not working........
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.