Group Admins

  • Avatar Image

Setup Support

Public Group active 5 years, 2 months ago

This group gathers all the discussions for issues that may occur during the installation of the iTETRIS platform.

recompiling (2 posts)

← Group Forum   Group Forum Directory
  • Avatar Image pkelly said 10 years, 7 months ago:

    Hi, I’m just getting started with iCS, and I’m a little stuck, hope you can help. I’m trying to edit the ICS code, to see what I can do with it. I’m just playing with the Demo app for the moment. The specific file I’m looking at is the sync-manager.cpp file, as it seems to coordinate many things in the course of the simulation. After making a change to this file, I’m assuming I need to recompile. From looking in the manual, it implies that I go into the root folder and type these commands:

    make -f Makefile.cvs
    sudo make install

    I did this in this folder: workspace/iTetris_Platform_0.2.0/ICS

    When I re-run the demo app, the change I made doesn’t appear to be implemented. Am I recompiling the iCS code correctly so that the changes I made in sync-manager.cpp are reflected?
    To be sure I’m compiling correctly, all I’m doing for the moment is adding a “cout” that should be seen regularly in the terminal – I’m not seeing it

    thanks in advance

  • Avatar Image Ronan-Doolan said 10 years, 6 months ago:

    Just run sudo make install after you have changed the code