- 博客(12)
- 收藏
- 关注
原创 ORTP(3)VS2019编译ORTP
将ortp源码复制到window上,打开VS2019,文件----打开-----项目/解决方案打开 ortp\build\win32nativ下的VS项目导入完成直接运行编译报错,查看屏蔽它编译成功,添加dll或者lib使用库库路径\ortp\build\win32native\Debug添加工程在exe/ortp/第一层# CMake 最低版本号要求cmake_minimum_required(VERSION 3.0.0) # ...
2021-10-22 10:18:10 487
原创 ORTP(2)ubuntu运行ortp
编译ortp/src/test/的rtpsend和rtprecv工程中添加ortp库和ortp头文件,在编译生成的目录下copy# CMake 最低版本号要求cmake_minimum_required(VERSION 3.0.0) # 项目名称project(1)#向工程添加多个特定的头文件搜索路径,路径之间用空格分隔# include_directories(include)# 指定生成目标 将名为 main.cpp 的源文件编译成一个名称为 ${PROJECT_NAM.
2021-10-21 19:42:39 235
原创 ORTP(1)ubuntu下编译运行
一 下载git clone https://github.com/dmonakhov/ortpcd ./ortp./autogen.sh./configure --prefix=/tmp/ortp --host=arm-hisiv300-linux# --prefix:安装位置# --host:交叉编译工具链make && make install安装完成会在/tmp/ortp生成库和头文件,没有成功查看对应网络教程./autogen.sh./confi
2021-10-21 17:42:16 217
原创 socket编程(4)
组播一、实现客户端#include<stdio.h>#include<string.h>#include<unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>//#include <sys/socket.h>#include <netinet/in.h>//#include <
2021-08-04 16:53:49 789
原创 socket编程(3)
tcp连接默认为双向通信,发送成功回调。一、实现服务器#include<stdio.h>#include<string.h>#include<unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>//#include <sys/socket.h>#include <netinet/in.h&g
2021-08-03 16:54:27 186
原创 socket编程(2)
多客户端连接同一服务器一、客户端#include<stdio.h>#include<string.h>#include<unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>//#include <sys/socket.h>#include <netinet/in.h>//#include
2021-08-03 13:42:37 289
原创 socket编程(1)
一、流程图二、实现1、服务器#include<stdio.h>#include<string.h>#include<unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>//#include <sys/socket.h>#include <netinet/in.h>//#inclu
2021-08-03 10:33:54 209
原创 cmake编译S32K的bin文件(4)
一、.vscode配置文件.cortex-debug.peripherals.state.json[{"node":"WDOG","expanded":true,"format":0,"pinned":false},{"node":"WDOG.CS","expanded":true,"format":0}].cortex-debug.registers.state.json[]c_cpp_properties.json{ "configurations": [
2021-07-30 11:38:27 550
原创 cmake编译S32K的bin文件(2)
目录一、S32DS文件目录二、cmake移植文件目录三 开始执行脚本四、cmake目录Project_Settings 这是启动文件SDK 这是将寄存器封装成函数调用接口Generated_Code S32DS组件库,调用SDK生成模块对应接口函数Suorces 自己的文件,包含函数这是我们主要要移植的代码,顺序从上往下不能混淆。二、cmake移植文件目录.vscode 配置文件build生成文件bin文件目录cmake ...
2021-07-16 16:55:46 1461 2
原创 cmake编译S32K144的bin文件(1)
一、软件安装S32DS软件功能强大,但太过复杂,编译时间长,打开慢,本人遇到过许多坑,在大佬的指点下搭建vscode+cmake+arm-none-eabi的编译环境,编译时间短,方便快捷。1 vscode安装2 gnu arm安装下载地址https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm安装,主要是要将软件加入环境变量,也可以通过
2021-07-16 16:21:15 1029 1
原创 2021-04-27
S32K144之芯片锁死解锁一、产生原因昨天使用J-Link在烧写程序的时候不小心点击了Erase Chip(擦除芯片),结果导致芯片锁死,无法烧录程序。二、解决立马请教大佬和查看教程https://blog.csdn.net/weixin_41935674/article/details/106191929https://blog.csdn.net/weixin_41935674/article/details/105106637话不多说,直接开整我修改 0X400-0X40F地址内容导
2021-04-27 10:20:03 780
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人