Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Arduino IDE: Ubuntu 24.10 で動かす

Posted at

プログラムのダウンロード

Software Downloads から次の実行プログラムをダウンロード

arduino-ide_2.3.4_Linux_64bit.AppImage

実行

./arduino-ide_2.3.4_Linux_64bit.AppImage

実行結果

$ ./arduino-ide_2.3.4_Linux_64bit.AppImage 
[20126:0128/163221.056477:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_arduinSfh5rh/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (コアダンプ)

解決方法

./arduino-ide_2.3.4_Linux_64bit.AppImage --no-sandbox

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?