Page 1 sur 1

Ndless SDK help

Message non luPosté: 23 Juin 2019, 13:42
de passers_by12
How can I fix it ?

Re: Ndless SDK help

Message non luPosté: 23 Juin 2019, 16:33
de Adriweb
It's pretty clear from the error that you're missing that particular boot lib, so install it with your package manager.
It could be something like sudo apt-get install libboost-program-options-dev

Re: Ndless SDK help

Message non luPosté: 23 Juin 2019, 23:47
de passers_by12
oh, Thank you. I installed "boost-devel" before it by "yum install boost-program-options". So I reboot the computer,and hope it can solve. But it have a new problem .I don't speak English very well, I hope you can understand what I said :)

Re: Ndless SDK help

Message non luPosté: 23 Juin 2019, 23:53
de passers_by12
I search this problem on previous posts ,and /ndless-sdk/lib didn't empty .

Re: Ndless SDK help

Message non luPosté: 24 Juin 2019, 06:18
de Adriweb
Looks like you're missing some tools (specifically, it should have used "ar" to make the lib, but it does not exist on your install?), I'm not even sure how you managed to be in this state.
What linux distribution are you using, it looks a bit weird. And why are you running as root? This is clearly not recommended.

Re: Ndless SDK help

Message non luPosté: 24 Juin 2019, 10:04
de passers_by12
I have installed the "binutils",i have read the wiki of Ndlss on github .I do it step by step .QwQ
I use centos 7 .
Because I thought i dont have the enough permissions,so i use "root".

Re: Ndless SDK help

Message non luPosté: 24 Juin 2019, 10:06
de passers_by12
I can use "rcs "and"ar" command successful .
By the way I think you are patient. Thank you very much!!

Re: Ndless SDK help

Message non luPosté: 24 Juin 2019, 11:23
de Vogtinator
This error message appears if the "arm-none-eabi-ar" binary from the toolchain built is not visible in the $PATH. Verify that the toolchain was fully built and $PATH is configured correctly.

BTW: You do not need to reboot your computer every time you install packages

Re: Ndless SDK help

Message non luPosté: 24 Juin 2019, 12:00
de passers_by12
Oh, thx . I installed it successful. I find my mistakes. I add a wrong PATH ! :)