用户工具

站点工具


jaysnote:linux_c_app_development

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
jaysnote:linux_c_app_development [2018/11/12 16:54]
jaylee 创建
jaysnote:linux_c_app_development [2018/12/27 12:12]
jaylee 已恢复为旧版 (2018/12/25 14:00)
行 9: 行 9:
 * 依赖环境 * 依赖环境
  
-  ```+  ```bash
   sudo apt-get install zip openssh-server g++ gdb gdbserver   sudo apt-get install zip openssh-server g++ gdb gdbserver
   ```   ```
 +* 配置sshd 支持root账户登录
  
 +  ```bash
 +  vi /etc/ssh/sshd_config 
 +  permitRootLogin yes
 +  ```
 +
 +* 重定向uname,默认不支持aarch64
 +
 +  ```
 +  echo "echo ARM" > /bin/uname #暂时不支持arrch64,需要重定向uname
 +  ```   
  
 ### include ### include
行 30: 行 41:
 测试发现原来此过程发生在选项->跨平台->连接管理器->远程标头 IntelliSense 管理器,会自动打包Linux 编译机器上面的`/usr/include`然后到Windows 解压。 测试发现原来此过程发生在选项->跨平台->连接管理器->远程标头 IntelliSense 管理器,会自动打包Linux 编译机器上面的`/usr/include`然后到Windows 解压。
  
-![](images/inlude_header_download.png)+![](http://www.leconiot.com/md_res//jaysnote/linux_c_app_development/images/inlude_header_download.png)
  
  
行 40: 行 51:
 属性页->链接->所有选项->库链接项 属性页->链接->所有选项->库链接项
  
-![库依赖项](images/lib.png)+![库依赖项](http://www.leconiot.com/md_res//jaysnote/linux_c_app_development/images/lib.png)
  
 ``` ```
行 57: 行 68:
 Unable to start debugging. Unexpected GDB output from command "-interpreter-exec console "target remote localhost:63442"". Remote connection closed Unable to start debugging. Unexpected GDB output from command "-interpreter-exec console "target remote localhost:63442"". Remote connection closed
 ``` ```
-![](images/debug_error.png)+![](http://www.leconiot.com/md_res//jaysnote/linux_c_app_development/images/debug_error.png)
  
 确定了Linux GDBServer版本 确定了Linux GDBServer版本
行 107: 行 118:
 ### Microsoft.Build.Linux.Shared.ExceptionTTY ### Microsoft.Build.Linux.Shared.ExceptionTTY
  
-![](images/debug_error2.png)                                                                                                                       +![](http://www.leconiot.com/md_res//jaysnote/linux_c_app_development/images/debug_error2.png) 
 +                                                                                                               
 https://github.com/Microsoft/VSLinux/issues/278 https://github.com/Microsoft/VSLinux/issues/278
  
jaysnote/linux_c_app_development.txt · 最后更改: 2021/06/22 23:14 (外部编辑)