Hello I am new to this Forum and beginner too started exploring the ARM MORELLO platform. I have setup the platform and connected to my PC with the ARM MORELLO desktop to its debugging port, used the LLVM compiler 1.6. However once I am trying to debug a simple program it shows the following error. I would also like to share the settings as well for more information. Any help is appreciated !
Hi Sanu,
It looks like you're missing some terminfo library. Assuming you are running Ubuntu, you can install it using apt install libtinfo5. Hopefully that will fix that particular issue.
apt install libtinfo5
Cheers,Kevin
Many thanks..it worked !
In order to run on the Morello board, is ARM development studio a preferred choice? or any other tools..which one is preferred? We have installed llvm 1.6 release but the standard C functions like print and scan .. are not working on board. What do you suggest, please?
It really depends what your objective is. If you are happy using Linux, we now have a Docker-based setup that allows you to build pure-capability applications and run them on FVP or the board, see here for more information:
linux.morello-project.org/.../