Giter Site home page Giter Site logo

Comments (1)

lucianomartin avatar lucianomartin commented on July 25, 2024

In infr_apps there is a script to update the Eclipse files:
https://github.com/xmos/infr_apps/blob/develop/lib/python/prepare_eclipse_files.py

In lib_i2c/lib_i2c there are 4 files that have not been updated recently:

  • .makefile: it is not used as far as I know, it has only some generic information, but no command to compile any code, its content is:
all:
    @echo "** Module only - only builds as part of application **"
 
clean:
    @echo "** Module only - only builds as part of application **"
  • .cproject: this file is used for Eclipse in XTC and updated by the script prepare_eclipse_files.py

-. project: this file is used for Eclipse in XTC and updated by the script prepare_eclipse_files.py

  • .xproject: this file contains info such as lib version, I assume it is used only in Eclipse, but I can't prove it. It is updated by the script prepare_eclipse_files.py as well

When I tried to run the script on my MAC laptop I had an error related to the missing Java version 1.6, as xTimeComposer requires it. This version was released in 2006 and on my machine I have a more recent version.

The complication of using such an old version of Java is that we should add the script prepare_eclipse_files.py to the Jenkins tests if we want to maintain those files, but the machines running the Jenkins test have a more recent version of Java.

As it is using such an old version of Java, I am wondering if it would be best to remove those files rather than to update them, but we need to find out who is using them first and check if it is ok to remove them.

from lib_i2c.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.