User Manual

Asked by ROBOTICS

Please, write link of
User Guide / User Manual / Reference Manual
for GNU Tools for ARM Embedded Processors.

I want to work with Cortex-M4; But I do not know how write programs
I know C / C++ ; But I do not know how I can use this language for writing code for ARMs.

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

After you installed or deployed the tool chain, there is a folder named samples under path gcc-arm-none-eabi-4_8-2013q4/share/gcc-arm-none-eabi/samples. A readme.txt is also there, please read it and use them as a starting point. Feel free to ask questions in your further exploration.

Revision history for this message
Jeffrey Walton (noloader) said :
#2

I just installed gcc-arm-none-eabi from http://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded (using ppa:terry.guo/gcc-arm-embedded).

    $ dpkg-query -L gcc-arm-none-eabi | grep -i samples
    $

And:

    $ dpkg-query -L gcc-arm-none-eabi | grep -i readme.txt
    $

Can you confirm the documentation/user manual is present in the PPA?

Perhaps you could attach the user manual to this question/answer report?

Revision history for this message
Thomas Preud'homme (thomas-preudhomme) said :
#3

Hi Jeffrey,

This is likely the same problem as in question #254506. I believe if you take a look at dpkg -l gcc-arm-none-eabi you will see the version contains the string "ubuntu". When running apt-cache policy gcc-arm-none-eabi you should also see that it comes fron ubuntu.com instead of ppa.launchpad.net.

Best regards,

Thomas

Can you help with this problem?

Provide an answer of your own, or ask ROBOTICS for more information if necessary.

To post a message you must log in.