Giter Site home page Giter Site logo

ev3dev-c-clion's Introduction

fun main() {
  initProfile {
    basicData.apply {
      username = "Evolitist"
      nickname = "evo"
      fullName = "Oleg Lopukhov"
      birthDate = LocalDate(1998, 3, 31)
      occupation = Russia.Novosibirsk
    }

    employment.apply {
      current = EmploymentEntry(
        company = "Heads and Hands",
        position = "Android developer",
        rank = Ranks.SENIOR,
      )
      past = mapOf(
        LocalDate(2018, 5, 4).periodUntil(LocalDate(2018, 12, 28)) to EmploymentEntry(
          company = "ATAPY Software",
          position = "Android developer",
          rank = Ranks.UNRANKED,
        ),
        LocalDate(2019, 1, 9).periodUntil(LocalDate(2020, 8, 14)) to EmploymentEntry(
          company = "ABBYY",
          position = "Android developer",
          rank = Ranks.UNRANKED,
        ),
      )
    }

    skills = mapOf(
      "Android" to Level.ADVANCED,
      "Kotlin" to Level.ADVANCED,
      "Flutter" to Level.ADVANCED,
      "Dart" to Level.INTERMEDIATE,
      "Git" to Level.INTERMEDIATE,
      "Linux" to Level.ADVANCED,
      "Java" to Level.INTERMEDIATE,
      "RxJava" to Level.INTERMEDIATE,
      "Dagger" to Level.INTERMEDIATE,
      "Retrofit" to Level.INTERMEDIATE,
      "Coroutines" to Level.INTERMEDIATE,
      "Compose" to Level.INTERMEDIATE,
    )
  }
}

ev3dev-c-clion's People

Contributors

evolitist avatar

Watchers

 avatar  avatar  avatar

ev3dev-c-clion's Issues

Run configuration problems

Run configuration doesn't always work, e.g. it may not run at all, or it may skip deployment.

Supposed fix: make run configuration "single instance".

GLIBC_2.34' not found

Hello there,

I was trying to get the Plugin ev3dev-c-clion up and running and run into some issues.

I can file-upload c-files but if i run them via ssh or local on the brick via ev3dev it gets the following error:

/home/robot/untitled: /lib/arm-linux-gnueabi/libc.so.6: version GLIBC_2.28' not found (required by /home/robot/untitled)
/home/robot/untitled: /lib/arm-linux-gnueabi/libc.so.6: version GLIBC_2.34' not found (required by /home/robot/untitled)

also when i tried to run my program via clion with the plugin it says:

Error running 'untitled': java.net.SocketException: Das Netzwerk ist nicht erreichbar (connect failed)

I have tried it with CLion 2022 and 2019.3 on ubuntu and with ev3dev-strech (4.14.117-ev3dev-2.3.5-ev3) and jessie. Both have the same behaviour.

But I have followed the ev3dev-c readme and files from ev3dev-c readme examples can run fine.

I would be very happy about an answer.

Greetings

False positive warnings

  1. Return type of 'main' is not 'int'
  2. Control reaches end of non-void function
  3. Endless loop

Temporary workaround: disable these inspections for ev3dev projects.
Required fix: disable first one, adjust others to not trigger on 'task' functions.

Connector service problems

Doesn't quite work on native Linux, needs more testing.

May be because of the robot configuration, needs checking.

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.