Coder Social home page Coder Social logo

Comments (5)

jlbirccyn avatar jlbirccyn commented on June 2, 2024 1

Hello,

I have no idea how to add generated files to an IDE like KeilC/IAR. However, I assume that the IDE has a project file describing how the project is structured. If the specifications are open, it should be possible to generate this file from the OIL via a goil template.

Sincerely

from trampoline.

mbriday avatar mbriday commented on June 2, 2024 1

Hi,
The goil OIL compiler provided with Trampoline generates a set of build rules the first time it is run. These build rules may be generated as a python script (in most of the examples provided in the example/ directory), or as a CMake compliant project.

If your IDE is able to deal with CMake (such as VSCode or Qt Creator) it will be integrated in the IDE easily. You can have a look at the Trampoline doc, section 15.2. The only drawback of using CMake is that if you update the .oil file, you will have to compile your app twice (the first run goil and updates sources, the second will compile).

There is an howto Trampoline with VSCode here with the related tools (cross-compiler, …) here. The target is a STM32 Cortex, but it can be adapted to other cortex targets.

from trampoline.

quyleduc avatar quyleduc commented on June 2, 2024 1

Yeah. That's the very thing i need. Thank you for your information

from trampoline.

quyleduc avatar quyleduc commented on June 2, 2024

Hi,

Thank you for your response. yes, you are right, but I need to base it on the goil template and it is too difficult when I change the feature.
Do you know how to debug code instead of using command line debug?

from trampoline.

jlbirccyn avatar jlbirccyn commented on June 2, 2024

I assign the issue to my colleague who did that with VSCode.

from trampoline.

Related Issues (20)

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.