Cross-Compiling for RaspBerry Pi

前端 未结 6 873
既然无缘
既然无缘 2021-02-04 08:43

With a RaspBerry Pi and from my computer, I\'m trying to cross-compile a simple helloWorld written in C++. I\'m using Code Sourcery toolchain for linux to compile.

When

6条回答
  •  情书的邮戳
    2021-02-04 09:23

    Using Visual studio and Visual GDB plugin you can download cross compiler for raspberry pi. After that you can create a ssh connection and also you can deploy your program remotely into raspberry pi.

提交回复
热议问题