EDN首页   博客首页

日志档案

发表于 2006-10-23 23:22:35

41

标签: vxworks  组件  配置  

vxworks组件配置

在vxworks刚入手的时候经常 是因为自己的组件配置不对而编译不通,往往浪费大量时间,还不知道哪里冲突了,以下是工控板正确配置通过的所有组件,也许用在别的地方不一定通过,不过可以参考一下,看看自己哪里有可能不对:

c++ components
  run static initializers
 
WindML components

 -WindML devices
   -WindML input device
     PS2 keyboard
    
-application components
 application initialization
 
-development tool components
 timex
 -Compiler support routines
  GNU....
 -WDB agent components
   -WDB agent services
     VIO driver
     WDB agent
     WDB banner
     WDB breakpoints
     WDB call function
     WDB callouts
     WDB events
     WDB exception notification
     WDB gopher
     WDB hardware fpp support
     WDB memory access
     WDB register access
     WDB system agent hardware fpp support
     WDB target server file system
     WDB task breakpoint
     WDB task creation
     WDB task exit notification
     WDB task hardware fpp support
     WDB tasks
     WDB user event
     WDB virtual I/O library
    -select WDB connection
       WDB END driver connection
     -select WDB mode
       WDB system debugging
       WDb task debugging
    -Windview compoents
     windview class intrumentation
     windview library
     -select timestamping
      sequential timestamping
     -upload path(s)
       TCP/IP socket upload path initialization
       TSFS upload path initialization
       file uploadpath initialization
     -windview buffer managerment library
       rBudder library
   
    - show routines
       exception show routines
       message queue show routine
       task show routine
     -symbol table components
       symbol table
      
      
 -hardware
   -memory
     BSP Memory configuration
     cache support
     enable caches
     -MMU
       MMU Mode
         basic MMU support
   
    -peripherals
      floppy driver (NEC 765)
     
     -clocks
      system clock
     
     -floating point libraries
      hardware fpp support
     -hard disks
       ATA hard driver
     -serial
      SIO
 
-network compnents
 -basic network initialization compnents
   basic network support
   network buffer initialization
   network mux initialiazition
  -bootline processing components
   network device name selection
   network device netmask setup
   -dhcp device address initialization
    DHCP client timestamp removal
   -network initialization
    intialize network at boot time
   -network devices
     configure the network boot device
     END attach interface
     END interface support
    
    -BSD Ethernet drivers
     loopback driver
 
  -network protocols
   -core TCP/IP compnents
     ARP Table for Ethnet
     BSD SOCKET
     ICMPv4
     IGMPv4
     IPv4
     interface index library
     TCPv4
     UDPv4
     network library support
   -TCP/IP configuration compnents
     API to ARP tables
     HOST TBL
    
    -network filesystems
      FTP client
      TFTP client
      -Network Remote I/O support
       remote command shell
       network host setup
       network remote I/O access
      
      
      
-operation system compnents
 -ANSI C compnents(libs)
  ANSI assert
  ANSI ctypr
  ANSI locale
  ANSI math
  ANSI stdio
  ANSI stdio extensions
  ANSI stdilb
  ANSI string
  ANSI time
  -IO system compnents
   DOS filesystem backward-compatibility
   IO system
   formatted IO
   fpp formatting for printf
   install select task delete hook
   message logging
   pipes
   select
   stdio
   terminal driver
   -dosFs File System Compnents (dosFs2)
    CBIO (Cached Block I/O)Support,cbioLib
    CBIO Disk Cache Handler
    CBIO Disk Partition Hander
    DOS File System Consistency Checker
    DOS File System FAT12/16/32 Handler
    DOS File System Volume Formatter Module
    dosfs File System Main Module(dosFs2)
    -DOS File System Directory Handlers
     DOS File System Old Drictory Format Handlers
     DOS File System VFAT Dirctory Handler
   -POSIX compnents
    POSIX clocks
   -kernel compnents
    BSP hardware initialization
    VxWorks envents
    binary semaphores
    counting semaphores
    environment variables
    exception handling
    exception task
    full teatured memory allocator
    kernel
    message queues
    minimal memory allocator
    mutex semaphores
    read the bootline
    signals
    system syartup code
    task hooks
    task variables
    watchdog timers
   -utility compnents
     buffer manager
     doubly linked lists
     hash library
     linked list library
     ring buffers
    

系统分类: 嵌入式   |   用户分类: vxworks学习心得   |   来源: 无分类   |   【推荐给朋友】   |   【添加到收藏夹】

    阅读(1641)    回复(4)  

投一票您将和博主都有获奖机会!

  • zhangwei

    2007-2-5 10:06:38

    在命令行怎么配置

    WDB agent services

  • yanshen

    2006-12-27 12:20:42

    如果PC_CONSOLE指向目标板的显示器这时就不能包含,因为与windML显示使用了相同的端口输出。同样taget shell也不能包含了。

  • 于凤新

    2006-12-27 9:17:24

    楼主辛苦了,楼主好敬业!

    问个问题:

    是不是加了Windml组件之后就不能定义INCLUDE_PC_CONSOLE这个宏了,是不是会有冲突?

  • 于凤新

    2006-12-29 9:48:24

    谢谢!