m68k-gdb-bdm.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 51 行
SPEC
51 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : gdb debugger for connecting to a BDM device (m68k)Name : m68k-gdb-bdmVersion : 6.3Release : 1License : GPLVendor : FreescalePackager : Stuart HughesGroup : Development/DebuggersSource : %{name}-%{version}.tar.gzBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}This is for use with the BDM dongle that is M54XX development boards.The BDM is the "P & E Microcomputer" and communicates via the hostparallel port. The mode is:CABLE_CFLV Version FColdFire BDM Interface (Parallel Port, 3.3V)The url is: http://www.pemicro.com/%Prep%setup %Buildexport PATH=$UNSPOOF_PATHmakecp m68k-linux-bdm-gdb/m68k-linux-gdb/bin/m68k-bdm-linux-gdb $TOP/bin/m68k-bdm-linux-gdbcp 5485.gdb $TOP/bin/5485.gdb%Install# this is a build machine thing only, nothing to get installed on # the targetrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/%{pfx}/tmptouch $RPM_BUILD_ROOT/%{pfx}/tmp/.%{name}.dummy%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?