.code16gcc尚不支持(Mac)

时间:2014-05-04 16:57:42

标签: macos gcc

我想让大学成为一个引导程序。为此,我有一个示例.c文件,通常它应该工作。但是在我的Mac上我每次都会收到错误消息:

 My-MacBook-Air:src me$ make start
 rm -f *.bin *.img *.elf *~ *.o *.s
 gcc -m32 -c -g -Os -march=i686 -ffreestanding -Wall -Werror -I. -o os.o os.c
 <inline asm>:1:1: error: unexpected directive .code16gcc
 .code16gcc
 ^
 <inline asm>:1:11: error: .code16gcc not supported yet
 .code16gcc
           ^
 2 errors generated.
 make: *** [all] Error 1

有没有人遇到同样的问题并解决了它? 真的很棒!!!!!!! P.S。:已安装gcc

0 个答案:

没有答案