代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/377394/9278246
makefile
# chapter3/1/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278260
makefile
# chapter3/4/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278268
makefile
# chapter3/7/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278277
makefile
# chapter3/5/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278287
makefile
# chapter3/6/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278301
makefile
# chapter3/3/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/377394/9278310
makefile
# chapter2/2/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/450461/7483768
makefile
# Valid parameters for mcu:
# at90s2323
# at90s8515
# at90s8535
# atmega161
#ARCH=at90s2323
#ARCH=at90s8515
#ARCH=at90s8535
ARCH=atmega161
CC=avr-gcc -mmcu=$(ARCH)
AS=avr-as
OBJCOPY=avr-objc
www.eeworm.com/read/444618/7610433
makefile
# chapter2/2/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @
www.eeworm.com/read/444618/7610451
makefile
# chapter2/2/Makefile
#
# Author: Wenbo Yang
#
# This file is part of the source code of book "Write Your Own OS with Free
# and Open Source Software". Homepage @