More than 5 years have passed since last update.
lldbを使ってて、run
した時に
error: error: ::posix_spawnp ( pid => 53252, path = '…***.o', file_actions = 0x7fff57047268, attr = 0x7fff570472a8, argv = 0x7fc6a9f333b0, envp = 0x7fc6a9f32fc0 ) err = Permission denied (0x0000000d)
のようなエラーが出た時は、
実行ファイルの権限が実行可能になっていないので、これをchmod
を使って権限を付与してやると良いかと思います。
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin