Skip to content

When I installed these DHT.h and LiquidCrystal_I2C.h libraries and tried to install program on arduino, I got this error. #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
More2605 opened this issue Nov 3, 2019 · 3 comments
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@More2605
Copy link

More2605 commented Nov 3, 2019

goroutine 1 [running]:
github.com/arduino/arduino-cli/legacy/builder.ResolveLibrary(0x130b25a0, 0x13362286, 0x5, 0x13362286)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/resolve_library.go:64 +0x14b
github.com/arduino/arduino-cli/legacy/builder.findIncludesUntilDone(0x130b25a0, 0x132eed60, 0x88ed00, 0x131826f0, 0x13328958, 0x132d3d00, 0x0)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/container_find_includes.go:358 +0x3b6
github.com/arduino/arduino-cli/legacy/builder.(*ContainerFindIncludes).Run(0xdebc68, 0x130b25a0, 0xdebc68, 0x0)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/container_find_includes.go:152 +0x3e5
github.com/arduino/arduino-cli/legacy/builder.runCommands(0x130b25a0, 0x1305be1c, 0x20, 0x20, 0x409a01, 0x7fff, 0x0)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:210 +0xbd
github.com/arduino/arduino-cli/legacy/builder.(*Builder).Run(0x1305bf40, 0x130b25a0, 0xdebbb4, 0x13006c80)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:117 +0xb9c
github.com/arduino/arduino-cli/legacy/builder.RunBuilder(...)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:226
main.main()
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-builder/main.go:398 +0x6d2
C:\Program Files (x86)\Arduino\arduino-builder возвратил 2
Ошибка компиляции для платы Arduino/Genuino Uno.
@facchinm facchinm transferred this issue from arduino/Arduino Nov 4, 2019
@cmaglie cmaglie added the bug label Nov 4, 2019
@cmaglie
Copy link
Member

cmaglie commented Nov 7, 2019

Hi @More2605,

I'm having hard times to reproduce the issue. May you please give me answer these questions to understand what's happening:

  • did you install DHT and LiquidCristal_I2C using the library manager? if yes, can you tell me the exact library name, I can see many are available. Otherwise can you provide a link to the libraries?
  • may you enable "verbose compile" from the preferences, verify the sketch again and post the full output? (after enabling verbose compile the output should be much longer and detailed)
  • on which operating system are you running on? which board are you using?

@cmaglie
Copy link
Member

cmaglie commented Nov 7, 2019

  • and a copy of the sketch

@cmaglie
Copy link
Member

cmaglie commented Nov 8, 2019

Fixed by arduino/arduino-cli#477, it will be included in the next release of the builder.

@cmaglie cmaglie closed this as completed Nov 8, 2019
cmaglie added a commit that referenced this issue Nov 8, 2019
- Allow loading of global user-define platform.txt
(arduino/arduino-cli#469)

- Fixed nil pointer exception on some rare case with
  multiple libs selection
(arduino/arduino-cli#477)

Fix #345
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
@per1234 per1234 added conclusion: resolved Issue was resolved topic: code Related to content of the project itself labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants