young_he 发表于 2014-1-14 16:15:09

USB转串口

在飞凌OK210-A开发板上如何添加usb转串口支持?

飞凌-unix 发表于 2014-1-15 09:11:58

lz,你看看内核的配置中有没有对usb转串口的支持
make menuconfig
Device Drivers--->
    USB support--->
      USB Serial Converter support--->
         
如果没有,需要您自己添加驱动了

young_he 发表于 2014-1-15 11:42:22

飞凌-unix 发表于 2014-1-15 09:11 static/image/common/back.gif
lz,你看看内核的配置中有没有对usb转串口的支持
make menuconfig
Device Drivers--->


C:\Users\Administrator\Desktop\kernel

young_he 发表于 2014-1-15 11:44:33

young_he 发表于 2014-1-15 11:42 http://bbs.witech.com.cn/static/image/common/back.gif




然后怎样做呢?

飞凌-unix 发表于 2014-1-15 14:34:29

young_he 发表于 2014-1-15 11:44 static/image/common/back.gif
然后怎样做呢?

选择上,然后重新编译内核

young_he 发表于 2014-1-15 15:05:29

飞凌-unix 发表于 2014-1-15 14:34 static/image/common/back.gif
选择上,然后重新编译内核

root@youngpc:/FinchosWork/kernel3.0.8/linux3.0.8# make
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/input/misc/Kconfig:16:warning: leading whitespace ignored
CHK   include/linux/version.h
CHK   include/generated/utsrelease.h
make: “include/generated/mach-types.h”是最新的。
CC      kernel/bounds.s
cc1: invalid option `abi=aapcs-linux'
cc1: unrecognized option `-fstack-protector'
make: *** 错误 1
make: *** 错误 2


帮忙看看这是啥原因啊?感谢!

飞凌-unix 发表于 2014-1-17 09:12:39

lz用的什么版本的编译器?
页: [1]
查看完整版本: USB转串口