Software Archive
Read-only legacy content
17061 Discussions

Help,i can't compile my sketch with Aurdion IDE for edison board

chen_c_1
Beginner
706 Views

The IDE i downloaded was built in 1.6.0: http://www.intel.com/support/edison/sb/CS-035180.htm, I installed the mac os X version(my system:os x 10.10). When i choose the "intel edison" from the board options(the other X86 options are the same), and press the verify button, the following appers, i wonder how to solve it ? Thank u all

QQ图片20150319130443.jpg

0 Kudos
3 Replies
Matthias_H_Intel
Employee
706 Views
  • maybe something went wrong when extracting the tarball? 
  • where did you install? maybe the overall path length is too long?
  • is the "as" executable actually set as executable? (check ls -la on that file)

Apparently you double-posted in https://communities.intel.com/thread/61553. I'd suggest to continue on this thread and close the other one

0 Kudos
chen_c_1
Beginner
706 Views

matthias-hahn (Intel) wrote:

  • maybe something went wrong when extracting the tarball? 
  • where did you install? maybe the overall path length is too long?
  • is the "as" executable actually set as executable? (check ls -la on that file)

Apparently you double-posted in https://communities.intel.com/thread/61553. I'd suggest to continue on this thread and close the other one

 

thanks for ur reply

i download it again &  extract it properly, seems nothing goes wrong . and I  put the app into my application folder as the guide told , so i don't think the path would be too long to cause the problem. I am sorry that i can't understand the point u mentioned at last since i am just a novice^.^, but that file only contains 2 empty functions:setup()&loop(), doing nothing at all.

thanks again for reminding  double-posted

0 Kudos
Matthias_H_Intel
Employee
706 Views
chen c. wrote:

i download it again &  extract it properly, seems nothing goes wrong . and I  put the app into my application folder as the guide told , so i don't think the path would be too long to cause the problem. I am sorry that i can't understand the point u mentioned at last since i am just a novice^.^, but that file only contains 2 empty functions:setup()&loop(), doing nothing at all.

thanks again for reminding  double-posted

ok. Thanks for downloading again and checking the paths. On the 3rd bullet of my list. Your output shows that /as can't be executed. Can you check "ls -la /as" whether the execution flag is set?
0 Kudos
Reply