Hi

The warnings count is slowly going down.  This report reflects
the next batch of 62 patches that I just sent to devel@

I have once again attached reports on the unique warnings
and warnings per BSP.  On 6 Oct, there were 1737 unique warnings.
Today, there are 381 unique warnings.

Of those 381, 279 are in BSP specific code and 11 are
in libcpu code (by grep).

The warnings by class are:

      5 cpp
      3 deprecated-declarations
     18 format=
      3 implicit-function-declaration
      4 int-to-pointer-cast
      2 maybe-uninitialized
    306 missing-prototypes
      3 nested-externs
      2 overflow
      1 pointer-sign
      6 pointer-to-int-cast
     31 unused-but-set-variable
     14 unused-function

I really do appreciate any help in running these down.
If you want to tackle a BSP or class of warnings, just
speak up.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherr...@oarcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

    200 c/src/../../cpukit/libmisc/shell/hexdump-conv.c:145:4: warning: format 
'%lc' expects argument of type 'wint_t', but argument 4 has type 'wchar_t' 
[-Wformat=]
    179 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems.c:524:19: warning: 
assignment makes integer from pointer without a cast [enabled by default]
     78 c/src/../../cpukit/libmisc/shell/main_lsof.c:66:7: warning: format '%x' 
expects argument of type 'unsigned int', but argument 4 has type 'long unsigned 
int' [-Wformat=]
     78 c/src/../../cpukit/libmisc/shell/main_lsof.c:66:7: warning: format '%x' 
expects argument of type 'unsigned int', but argument 3 has type 'long unsigned 
int' [-Wformat=]
     78 c/src/../../cpukit/libmisc/shell/main_lsof.c:51:5: warning: format '%x' 
expects argument of type 'unsigned int', but argument 9 has type 'long unsigned 
int' [-Wformat=]
     78 c/src/../../cpukit/libmisc/shell/main_lsof.c:51:5: warning: format '%x' 
expects argument of type 'unsigned int', but argument 8 has type 'long unsigned 
int' [-Wformat=]
     78 c/src/../../cpukit/libmisc/capture/capture-cli.c:1424:18: warning: 
format '%x' expects argument of type 'unsigned int', but argument 3 has type 
'long unsigned int' [-Wformat=]
     78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer.c:61:17: warning: 
format '%u' expects argument of type 'unsigned int', but argument 2 has type 
'long int' [-Wformat=]
     78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer.c:55:7: warning: 
format '%u' expects argument of type 'unsigned int', but argument 2 has type 
'long int' [-Wformat=]
     78 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c:72:13: 
warning: format '%u' expects argument of type 'unsigned int', but argument 2 
has type 'long int' [-Wformat=]
     56 c/src/lib/libcpu/powerpc/shared/src/cache_.h:203:2: warning: #warning 
Most cache functions are not implemented [-Wcpp]
     34 c/src/../../cpukit/libfs/src/jffs2/src/os-rtems.h:47:3: warning: right 
shift count >= width of type [enabled by default]
     34 c/src/../../cpukit/libfs/src/jffs2/src/nodelist.h:294:86: warning: 
integer overflow in expression [-Woverflow]
     20 c/src/../../cpukit/libfs/src/jffs2/include/linux/kernel.h:12:23: 
warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      8 c/src/../../cpukit/score/src/threadloadenv.c:28:8: warning: variable 
'is_fp' set but not used [-Wunused-but-set-variable]
      7 c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c:161:6: warning: no 
previous prototype for '_InitMBX8xx' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:79:5: warning: no previous 
prototype for 'BSP_irq_disable_at_cpm' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:66:5: warning: no previous 
prototype for 'BSP_irq_enable_at_cpm' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:271:1: warning: no previous 
prototype for 'BSP_CPM_irq_init' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:252:6: warning: no previous 
prototype for 'BSP_SIU_irq_init' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/irq/irq.c:149:5: warning: no previous 
prototype for 'C_dispatch_irq_handler' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:42:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_probe' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:351:19: warning: no 
previous prototype for 'mbx8xx_pcmciaide_config_io_speed' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:328:5: warning: no 
previous prototype for 'mbx8xx_pcmciaide_control' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:270:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_write_block' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:213:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_read_block' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:175:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_write_reg' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:137:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_read_reg' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c:111:6: warning: no 
previous prototype for 'mbx8xx_pcmciaide_initialize' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:714:1: warning: no 
previous prototype for 'serial_tstc' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:693:1: warning: no 
previous prototype for 'serial_getc' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:529:1: warning: no 
previous prototype for 'serial_init' [-Wmissing-prototypes]
      7 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:1102:5: warning: no 
previous prototype for 'mbx8xx_console_get_configuration' [-Wmissing-prototypes]
      7 c/src/../../cpukit/score/cpu/sh/context.c:171:6: warning: no previous 
prototype for '__CPU_Context_switch' [-Wmissing-prototypes]
      6 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/vme/vme_universe.c:409:5:
 warning: no previous prototype for 'BSP_VMEIrqMgrInstall' 
[-Wmissing-prototypes]
      6 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/vme/vme_universe.c:376:5:
 warning: no previous prototype for 'BSP_VMEInit' [-Wmissing-prototypes]
      6 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/startup/zerobss.c:25:6:
 warning: no previous prototype for 'zero_bss' [-Wmissing-prototypes]
      6 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/startup/bspstart.c:103:8:
 warning: no previous prototype for 'save_boot_params' [-Wmissing-prototypes]
      6 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/motorola/motorola.c:363:15:
 warning: no previous prototype for 'getMotorolaBoard' [-Wmissing-prototypes]
      6 c/src/../../cpukit/libfs/src/dosfs/msdos_conv_utf8.c:255:31: warning: 
variable 'rv' set but not used [-Wunused-but-set-variable]
      6 c/src/../../cpukit/libblock/src/media-server.c:47:21: warning: variable 
'sc' set but not used [-Wunused-but-set-variable]
      6 c/src/../../cpukit/libblock/src/media.c:80:21: warning: variable 'sc' 
set but not used [-Wunused-but-set-variable]
      5 c/src/lib/libbsp/powerpc/gen83xx/startup/bsprestart.c:22:25: warning: 
variable 'level' set but not used [-Wunused-but-set-variable]
      5 c/src/lib/libbsp/powerpc/gen83xx/../shared/startup/bspidle.c:27:7: 
warning: no previous prototype for 'bsp_idle_thread' [-Wmissing-prototypes]
      5 c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:565:5: warning: no previous 
prototype for 'mpc83xx_exception_handler' [-Wmissing-prototypes]
      5 c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:510:19: warning: no previous 
prototype for 'mpc83xx_ipic_initialize' [-Wmissing-prototypes]
      5 c/src/lib/libbsp/powerpc/gen83xx/irq/irq.c:497:19: warning: no previous 
prototype for 'mpc83xx_ipic_calc_prio2mask' [-Wmissing-prototypes]
      5 c/src/../../cpukit/score/cpu/sparc/sparcv8-atomic.c:111:6: warning: 
conflicting types for built-in function '__atomic_compare_exchange_4' [enabled 
by default]
      4 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/irq/irq_init.c:167:6:
 warning: no previous prototype for 'VIA_isa_bridge_interrupts_setup' 
[-Wmissing-prototypes]
      4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu' 
expects argument of type 'long long unsigned int', but argument 6 has type 
'fsblkcnt_t' [-Wformat=]
      4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu' 
expects argument of type 'long long unsigned int', but argument 5 has type 
'long unsigned int' [-Wformat=]
      4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu' 
expects argument of type 'long long unsigned int', but argument 4 has type 
'long unsigned int' [-Wformat=]
      4 c/src/../../cpukit/libmisc/shell/main_df.c:92:9: warning: format '%llu' 
expects argument of type 'long long unsigned int', but argument 3 has type 
'long unsigned int' [-Wformat=]
      4 c/src/../../cpukit/libmisc/shell/main_df.c:105:9: warning: format 
'%llu' expects argument of type 'long long unsigned int', but argument 6 has 
type 'fsblkcnt_t' [-Wformat=]
      4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format 
'%lu' expects argument of type 'long unsigned int', but argument 6 has type 
'uint32_t' [-Wformat=]
      4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format 
'%lu' expects argument of type 'long unsigned int', but argument 5 has type 
'uint32_t' [-Wformat=]
      4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format 
'%lu' expects argument of type 'long unsigned int', but argument 4 has type 
'uint32_t' [-Wformat=]
      4 c/src/../../cpukit/libmisc/capture/capture-cli.c:233:3: warning: format 
'%lu' expects argument of type 'long unsigned int', but argument 3 has type 
'uint32_t' [-Wformat=]
      3 c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c:78:3: warning: nested 
extern declaration of 'BSP_Convert_decrementer' [-Wnested-externs]
      3 c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c:78:3: warning: implicit 
declaration of function 'BSP_Convert_decrementer' 
[-Wimplicit-function-declaration]
      3 c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c:220:5: warning: no previous 
prototype for '_BSP_poll_char' [-Wmissing-prototypes]
      3 c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c:201:5: warning: no previous 
prototype for 'dbgu_poll_read' [-Wmissing-prototypes]
      3 c/src/lib/libbsp/powerpc/qoriq/../shared/uboot_getenv.c:47:13: warning: 
no previous prototype for 'bsp_uboot_getenv' [-Wmissing-prototypes]
      3 c/src/lib/libbsp/powerpc/qoriq/../shared/startup/bspidle.c:27:7: 
warning: no previous prototype for 'bsp_idle_thread' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/qoriq/clock/../../../shared/clockdrv_shell.h:154:21: 
warning: no previous prototype for 'Clock_initialize' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:77:1:
 warning: no previous prototype for '_IBMPC_scankey' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:275:1:
 warning: no previous prototype for '_IBMPC_inch_sleep' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:257:1:
 warning: no previous prototype for 'BSP_wait_polled_input' 
[-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:243:1:
 warning: no previous prototype for '_IBMPC_inch' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:221:1:
 warning: no previous prototype for '_IBMPC_chrdy' [-Wmissing-prototypes]
      3 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/console/inch.c:198:6:
 warning: no previous prototype for '_IBMPC_keyboard_isr' [-Wmissing-prototypes]
      3 c/src/lib/libbsp/powerpc/gen83xx/../shared/uboot_getenv.c:47:13: 
warning: no previous prototype for 'bsp_uboot_getenv' [-Wmissing-prototypes]
      3 c/src/lib/libbsp/m68k/gen68360/startup/init68360.c:43:6: warning: no 
previous prototype for '_Init68360' [-Wmissing-prototypes]
      3 c/src/lib/libbsp/m68k/gen68360/console/console.c:200:20: warning: 
variable 'sc' set but not used [-Wunused-but-set-variable]
      3 c/src/lib/libbsp/arm/lpc176x/misc/restart.c:28:25: warning: variable 
'level' set but not used [-Wunused-but-set-variable]
      3 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems.c:524:19: warning: 
assignment makes integer from pointer without a cast
      3 c/src/../../cpukit/libcsupport/src/__assert.c:52:43: warning: cast from 
pointer to integer of different size [-Wpointer-to-int-cast]
      2 log/powerpc-virtex.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-virtex5.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-virtex4.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-t32mppc.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-ss555.log: #warning Most cache functions are not implemented
      2 log/powerpc-qoriq_p1020rdb.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-qoriq_core_1.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-qoriq_core_0.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-qemuprep.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-qemuprep-altivec.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-phycore_mpc5554.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mvme5500.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mvme3100.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mvme2307.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5674f_rsm6.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5674fevb_spe.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5674fevb.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5674f_ecu508_boot.log: #warning Most cache functions are 
not implemented
      2 log/powerpc-mpc5674f_ecu508_app.log: #warning Most cache functions are 
not implemented
      2 log/powerpc-mpc5668g.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5643l_evb.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5643l_dpu.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5566evb_spe.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mpc5566evb.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-mcp750.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-haleakala.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-gwlcfm.log: #warning Most cache functions are not 
implemented
      2 log/powerpc-beatnik.log: #warning Most cache functions are not 
implemented
      2 
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:125:5:
 warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      2 
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:123:51:
 warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      2 
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:123:25:
 warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      2 
log/m32c-m32csim.log:../../cpukit/../../../m32csim/lib/include/rtems/score/tls.h:120:49:
 warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      2 c/src/lib/libbsp/sparc/leon3/startup/bspdelay.c:18:6: warning: no 
previous prototype for 'rtems_bsp_delay' [-Wmissing-prototypes]
      2 
c/src/lib/libbsp/sparc/leon3/../../sparc/shared/startup/bsp_fatal_exit.c:16:6: 
warning: no previous prototype for 'BSP_fatal_exit' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/sparc/erc32/startup/bsppredriver.c:19:6: warning: no 
previous prototype for 'bsp_predriver_hook' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/sparc/erc32/startup/bspdelay.c:14:6: warning: no 
previous prototype for 'rtems_bsp_delay' [-Wmissing-prototypes]
      2 
c/src/lib/libbsp/sparc/erc32/../../sparc/shared/startup/bsp_fatal_halt.c:33:6: 
warning: no previous prototype for '_CPU_Fatal_halt' [-Wmissing-prototypes]
      2 
c/src/lib/libbsp/sparc/erc32/../../sparc/shared/startup/bsp_fatal_exit.c:16:6: 
warning: no previous prototype for 'BSP_fatal_exit' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/sparc/erc32/console/debugputs.c:86:6: warning: no 
previous prototype for 'BSP_output_char_f' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/sparc/erc32/console/debugputs.c:45:5: warning: no 
previous prototype for 'console_inbyte_nonblocking' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/sparc/erc32/console/debugputs.c:24:6: warning: no 
previous prototype for 'console_outbyte_polled' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c:22:6: warning: no 
previous prototype for '_InitTQM8xx' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c:129:6: warning: no 
previous prototype for 'cpu_init' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:85:13: warning: no 
previous prototype for 'bsp_tqm_get_cib_string' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:74:25: warning: 
variable 'level' set but not used [-Wunused-but-set-variable]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:61:25: warning: 
variable 'level' set but not used [-Wunused-but-set-variable]
      2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:115:20: warning: no 
previous prototype for 'bsp_tqm_get_cib_uint32' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:906:19: warning: no previous 
prototype for 'bsp_register_spi' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/../shared/startup/bspidle.c:27:7: 
warning: no previous prototype for 'bsp_idle_thread' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:59:19: warning: no previous 
prototype for 'bsp_irq_enable_at_CPM' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:52:19: warning: no previous 
prototype for 'bsp_irq_disable_at_CPM' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:45:19: warning: no previous 
prototype for 'bsp_irq_enable_at_SIU' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:38:19: warning: no previous 
prototype for 'bsp_irq_disable_at_SIU' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:217:5: warning: no previous 
prototype for 'mpc8xx_exception_handler' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:207:19: warning: no previous 
prototype for 'mpc8xx_siu_int_initialize' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c:187:19: warning: no previous 
prototype for 'mpc8xx_cpic_initialize' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c:45:5: warning: no 
previous prototype for 'BSP_connect_clock_handler' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/qoriq/console/console-config.c:176:5: warning: 
initialization from incompatible pointer type [enabled by default]
      2 
c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/../../../powerpc/shared/bootloader/qemu_fakeres.c:146:1:
 warning: no previous prototype for 'res_copy' [-Wmissing-prototypes]
      2 
c/src/lib/libbsp/powerpc/motorola_powerpc/qemu_fakerom/../../../powerpc/shared/bootloader/qemu_fakeres.c:123:1:
 warning: no previous prototype for 'nvram_rdl_be' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c:40:2: warning: #warning 
No SPI configuration available [-Wcpp]
      2 c/src/lib/libbsp/powerpc/gen83xx/spi/spi_init.c:303:12: warning: 
variable 'spi_busno' set but not used [-Wunused-but-set-variable]
      2 c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c:102:7: warning: 
variable 'i2c_busno' set but not used [-Wunused-but-set-variable]
      2 c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c:21:6: 
warning: no previous prototype for 'bsp_spurious_handler_assistant' 
[-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/sim68000/../../m68k/shared/m68000spurious.c:34:9: 
warning: variable 's' set but not used [-Wunused-but-set-variable]
      2 
c/src/lib/libbsp/m68k/sim68000/../../m68k/shared/m68000spurious.c:29:11: 
warning: no previous prototype for 'bsp_spurious_handler' [-Wmissing-prototypes]
      2 
c/src/lib/libbsp/m68k/sim68000/../../m68k/shared/bspspuriousinit.c:29:6: 
warning: no previous prototype for 'bsp_spurious_initialize' 
[-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/sim68000/console/debugio.c:20:6: warning: no 
previous prototype for 'debug_putc' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/mvme162/timer/timer.c:34:3: warning: passing 
argument 1 of 'set_vector' from incompatible pointer type [enabled by default]
      2 c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c:55:18: warning: 
assignment from incompatible pointer type [enabled by default]
      2 c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c:26:6: warning: no 
previous prototype for 'bsp_return_to_monitor_trap' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/mvme162/console/console.c:87:5: warning: implicit 
declaration of function 'putchar' [-Wimplicit-function-declaration]
      2 c/src/lib/libbsp/m68k/mvme162/console/console.c:39:11: warning: no 
previous prototype for 'C_Receive_ISR' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/mvme162/console/console.c:184:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/m68k/mvme162/console/console.c:171:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/arm/rtl22xx/../shared/abort/simple_abort.c:56:6: 
warning: no previous prototype for '_print_full_context' [-Wmissing-prototypes]
      2 c/src/lib/libbsp/arm/rtl22xx/../shared/abort/simple_abort.c:108:6: 
warning: no previous prototype for 'do_data_abort' [-Wmissing-prototypes]
      2 c/src/../../cpukit/score/src/threadloadenv.c:29:12: warning: variable 
'isr_level' set but not used [-Wunused-but-set-variable]
      2 c/src/../../cpukit/score/cpu/m68k/cpu_asm.S:75:2: warning: #warning 
"_CPU_Context_Restart_self restoring FPU context not implemented" [-Wcpp]
      2 c/src/../../cpukit/score/cpu/lm32/irq.c:32:6: warning: no previous 
prototype for '__ISR_Handler' [-Wmissing-prototypes]
      2 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c:80:16: warning: 
cast to pointer from integer of different size [-Wint-to-pointer-cast]
      2 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c:33:12: warning: 
cast from pointer to integer of different size [-Wpointer-to-int-cast]
      1 tools/cpu/nios2/ptf.c:92:26: warning: incompatible implicit declaration 
of built-in function ‘free’ [enabled by default]
      1 tools/cpu/nios2/ptf.c:77:9: warning: incompatible implicit declaration 
of built-in function ‘free’ [enabled by default]
      1 tools/cpu/nios2/ptf.c:166:31: warning: incompatible implicit 
declaration of built-in function ‘free’ [enabled by default]
      1 tools/cpu/nios2/ptf.c:156:29: warning: incompatible implicit 
declaration of built-in function ‘free’ [enabled by default]
      1 log/sh-gensh2.log:scitab.c:48:5: warning: no previous prototype for 
'_sci_get_brparms' [-Wmissing-prototypes]
      1 log/sh-gensh1.log:scitab.c:48:5: warning: no previous prototype for 
'_sci_get_brparms' [-Wmissing-prototypes]
      1 log/powerpc-ss555.log: #warning The interrupt disable mask is now 
stored in SPRG0, please verify that this is compatible to this BSP (see also 
bootcard.c).
      1 log/powerpc-mpc8309som.log: #warning No SPI configuration available
      1 log/powerpc-ep1a.log: #warning The interrupt disable mask is now stored 
in SPRG0, please verify that this is compatible to this BSP (see also 
bootcard.c).
      1 log/powerpc-br_uid.log: #warning No SPI configuration available
      1 
log/or1k-or1ksim.log:/users/joel/rtems-4.11-work/tools/lib/gcc/or1k-rtems4.11/4.8.3/../../../../or1k-rtems4.11/bin/ld:
 warning: cannot find entry symbol _start; defaulting to 0000000000000000
      1 
log/or1k-or1ksim.log:../../cpukit/../../../or1ksim/lib/include/rtems/confdefs.h:2687:5:
 warning: (near initialization for 'Configuration.idle_task') [enabled by 
default]
      1 
log/or1k-or1ksim.log:../../cpukit/../../../or1ksim/lib/include/rtems/confdefs.h:2687:5:
 warning: initialization from incompatible pointer type [enabled by default]
      1 log/m68k-m5484FireEngine.log: #warning "_CPU_Context_Restart_self 
restoring FPU context not implemented"
      1 log/m68k-COBRA5475.log: #warning "_CPU_Context_Restart_self restoring 
FPU context not implemented"
      1 c/src/../../testsuites/samples/paranoia/paranoia.c:195:0: warning: 
"POW" redefined [enabled by default]
      1 c/src/../../testsuites/samples/fileio/init.c:420:7: warning: large 
integer implicitly truncated to unsigned type [-Woverflow]
      1 c/src/../../testsuites/samples/fileio/init.c:354:9: warning: left shift 
count >= width of type [enabled by default]
      1 c/src/lib/libcpu/sh/sh7045/sci/sci.c:304:5: warning: 
'rtems_io_lookup_name' is deprecated (declared at 
../../../../.././gensh2/lib/include/rtems/io.h:248) [-Wdeprecated-declarations]
      1 c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c:568:23: warning: 
assignment makes integer from pointer without a cast [enabled by default]
      1 c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c:417:1: warning: no 
previous prototype for 'mcfmbus_interrupt_handler' [-Wmissing-prototypes]
      1 c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c:190:25: warning: passing 
argument 1 of 'bus->done' makes pointer from integer without a cast [enabled by 
default]
      1 c/src/lib/libcpu/m68k/mcf5206/console/mcfuart.c:524:22: warning: 
pointer targets in assignment differ in signedness [-Wpointer-sign]
      1 c/src/lib/libcpu/arm/pxa255/ffuart/ffuart.c:207:5: warning: no previous 
prototype for 'ffuart_poll_read' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/startup/bsp_fatal_halt.c:33:6: 
warning: no previous prototype for '_CPU_Fatal_halt' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/startup/bsp_fatal_exit.c:16:6: 
warning: no previous prototype for 'BSP_fatal_exit' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/can/grcan_rasta.c:42:28: 
warning: no previous prototype for 'grcan_rasta_register' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/can/grcan_rasta.c:42:28: 
warning: no previous prototype for 'grcan_rasta_register_abs' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/sparc/leon2/../../sparc/shared/1553/b1553brm_rasta.c:84:5: 
warning: no previous prototype for 'b1553brm_rasta_register' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/sparc/leon2/cchip/cchip.c:246:5: warning: no previous 
prototype for 'cchip1_register' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/sh/gensh2/../../sh/shared/console.c:68:3: warning: 
'rtems_io_lookup_name' is deprecated (declared at 
../../../../../.././gensh2/lib/include/rtems/io.h:248) 
[-Wdeprecated-declarations]
      1 c/src/lib/libbsp/sh/gensh1/../../sh/shared/console.c:68:3: warning: 
'rtems_io_lookup_name' is deprecated (declared at 
../../../../../.././gensh1/lib/include/rtems/io.h:248) 
[-Wdeprecated-declarations]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:848:26: warning: 
'bsp_dummy_spi_init' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:773:26: warning: 
'bsp_pghplus_spi_init' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:743:26: warning: 
'bsp_pghplus_spi_send_stop' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:694:26: warning: 
'bsp_pghplus_spi_sel_addr' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:673:26: warning: 
'bsp_dummy_spi_send_stop' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c:629:26: warning: 
'bsp_dummy_spi_sel_addr' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/t32mppc/startup/bspstart.c:51:25: warning: 
variable 'level' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/powerpc/t32mppc/startup/bspstart.c:38:25: warning: 
variable 'level' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_write.c:36:21: 
warning: no previous prototype for 'console_write' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_read.c:36:21: 
warning: no previous prototype for 'console_read' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/t32mppc/../../shared/console_control.c:37:21: 
warning: no previous prototype for 'console_control' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c:22:2: warning: 
#warning The interrupt disable mask is now stored in SPRG0, please verify that 
this is compatible to this BSP (see also bootcard.c). [-Wcpp]
      1 c/src/lib/libbsp/powerpc/qoriq/console/console-config.c:176:5: warning: 
(near initialization for 'console_device_table[2].context') [enabled by default]
      1 c/src/lib/libbsp/powerpc/qoriq/console/console-config.c:176:5: warning: 
(near initialization for 'console_device_table[0].context') [enabled by default]
      1 c/src/lib/libbsp/powerpc/qemuppc/startup/cmain.c:41:6: warning: no 
previous prototype for 'cmain' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/qemuppc/irq/irq_init.c:49:19: warning: no 
previous prototype for 'bsp_interrupt_facility_initialize' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/qemuppc/irq/irq_init.c:43:19: warning: no 
previous prototype for 'bsp_interrupt_vector_disable' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/qemuppc/irq/irq_init.c:37:19: warning: no 
previous prototype for 'bsp_interrupt_vector_enable' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/qemuppc/irq/irq_init.c:28:5: warning: no 
previous prototype for 'qemuppc_exception_handler' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:91:5: warning: no previous 
prototype for 'psim_exception_handler' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:112:19: warning: no 
previous prototype for 'bsp_interrupt_facility_initialize' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:106:19: warning: no 
previous prototype for 'bsp_interrupt_vector_disable' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/psim/irq/irq_init.c:100:19: warning: no 
previous prototype for 'bsp_interrupt_vector_enable' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c:18:1: 
warning: no previous prototype for '__BSP_default_pgtbl_activate' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c:163:1: warning: no 
previous prototype for 'save_boot_params' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme5500/../../powerpc/shared/startup/zerobss.c:25:6: 
warning: no previous prototype for 'zero_bss' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme5500/../../powerpc/shared/startup/probeMemEnd.c:168:1:
 warning: no previous prototype for 'probeMemoryEnd' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme5500/../../powerpc/shared/startup/probeMemEnd.c:120:1:
 warning: no previous prototype for 'CPU_lockUnlockCaches' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/pci_interface.c:69:6: warning: no 
previous prototype for 'pci_interface' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c:22:7: warning: 
variable 'x' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c:19:5: warning: no 
previous prototype for 'BSP_pciFindDevicePrint' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c:219:18: warning: no 
previous prototype for 'BSP_getVMEchipType' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c:214:22: warning: no 
previous prototype for 'BSP_getDiscoveryChipVersion' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/pci/detect_host_bridge.c:26:15: 
warning: no previous prototype for '_BSP_clear_hostbridge_errors' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c:482:6: warning: no 
previous prototype for 'BSP_printPicIsrTbl' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c:357:6: warning: no 
previous prototype for 'BSP_disable_pic_irq' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c:322:6: warning: no 
previous prototype for 'BSP_enable_pic_irq' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c:31:5: warning: 
no previous prototype for 'I2Cread_eeprom' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.c:61:5: warning: 
no previous prototype for 'GT64260TWSIintFlag' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c:125:1: warning: no 
previous prototype for 'BSP_eeprom_write_enable' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/startup/misc.c:116:1: warning: no 
previous prototype for 'BSP_eeprom_write_protect' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c:126:8: warning: no 
previous prototype for 'save_boot_params' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:691:1: 
warning: no previous prototype for 'am2imode' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:577:1: 
warning: no previous prototype for 'am2omode' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:1238:1: 
warning: no previous prototype for 'vmeTsi148InboundPortsShow' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:1184:1: 
warning: no previous prototype for 'vmeTsi148InboundPortsShowXX' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:1178:1: 
warning: no previous prototype for 'vmeTsi148OutboundPortsShow' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../shared/vmeUniverse/vmeTsi148.c:1114:1: 
warning: no previous prototype for 'vmeTsi148OutboundPortsShowXX' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../powerpc/shared/vme/vme_universe.c:409:5:
 warning: no previous prototype for 'BSP_VMEIrqMgrInstall' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../powerpc/shared/vme/vme_universe.c:376:5:
 warning: no previous prototype for 'BSP_VMEInit' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/mvme3100/../../powerpc/shared/startup/zerobss.c:25:6: 
warning: no previous prototype for 'zero_bss' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c:71:6: 
warning: no previous prototype for 'BSP_motload_pci_fixup' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/pci/detect_host_bridge.c:109:1: 
warning: no previous prototype for 'BSP_pciConfigDump_early' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:430:1: warning: no 
previous prototype for 'i2c_write_bytes' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:424:1: warning: no 
previous prototype for 'i2c_read_bytes' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:381:1: warning: no 
previous prototype for 'i2c_send_addr' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:365:1: warning: no 
previous prototype for 'i2c_stop' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:336:1: warning: no 
previous prototype for 'i2c_start' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:291:1: warning: no 
previous prototype for 'i2c_init' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c:205:1: warning: no 
previous prototype for 'i2c_xfer' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c:85:1: warning: no 
previous prototype for 'BSP_i2c_initialize' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/motorola_powerpc/../../powerpc/shared/startup/bspstart.c:125:14:
 warning: no previous prototype for 'get_eumbbar' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:411:26: warning: 
'do_poll_write' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:347:26: warning: 
'do_poll_read' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:219:16: warning: 
'_EPPCBug_pollWrite' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/mbx8xx/console/console.c:114:12: warning: 
'_EPPCBug_pollRead' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/powerpc/ep1a/startup/bspstart.c:14:2: warning: 
#warning The interrupt disable mask is now stored in SPRG0, please verify that 
this is compatible to this BSP (see also bootcard.c). [-Wcpp]
      1 c/src/lib/libbsp/powerpc/beatnik/startup/i2c_init.c:60:1: warning: no 
previous prototype for 'BSP_i2c_initialize' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c:162:1: warning: no 
previous prototype for 'BSP_getBoardType' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c:147:1: warning: no 
previous prototype for 'save_boot_params' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/../shared/vme/vme_universe.c:409:5: 
warning: no previous prototype for 'BSP_VMEIrqMgrInstall' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/../shared/vme/vme_universe.c:376:5: 
warning: no previous prototype for 'BSP_VMEInit' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:691:1: 
warning: no previous prototype for 'am2imode' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:577:1: 
warning: no previous prototype for 'am2omode' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:1238:1: 
warning: no previous prototype for 'vmeTsi148InboundPortsShow' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:1184:1: 
warning: no previous prototype for 'vmeTsi148InboundPortsShowXX' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:1178:1: 
warning: no previous prototype for 'vmeTsi148OutboundPortsShow' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../shared/vmeUniverse/vmeTsi148.c:1114:1: 
warning: no previous prototype for 'vmeTsi148OutboundPortsShowXX' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../powerpc/shared/startup/zerobss.c:25:6: 
warning: no previous prototype for 'zero_bss' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../powerpc/shared/startup/probeMemEnd.c:168:1:
 warning: no previous prototype for 'probeMemoryEnd' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../powerpc/shared/startup/probeMemEnd.c:120:1:
 warning: no previous prototype for 'CPU_lockUnlockCaches' 
[-Wmissing-prototypes]
      1 
c/src/lib/libbsp/powerpc/beatnik/../../powerpc/shared/startup/panic.c:31:17: 
warning: variable 'flags' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/powerpc/beatnik/pci/pci_io_remap.c:76:1: warning: no 
previous prototype for 'rtems_pci_io_remap' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/pci/motload_fixup.c:72:6: warning: no 
previous prototype for 'BSP_motload_pci_fixup' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/pci/gt_pci_init.c:170:1: warning: no 
previous prototype for 'BSP_pci_initialize' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c:258:6: warning: no 
previous prototype for 'BSP_timer_test_isr' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/marvell/gt_timer.c:212:1: warning: no 
previous prototype for 'BSP_timers_uninstall' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c:971:1: warning: no 
previous prototype for 'discovery_pic_set_debug_irq' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c:924:1: warning: no 
previous prototype for 'discovery_pic_install_debug_irq' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/powerpc/beatnik/irq/discovery_pic.c:199:6: warning: no 
previous prototype for 'discovery_dump_picregs' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/or1k/or1ksim/console/uart.c:37:17: warning: 
'uart_get_baud' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/or1k/or1ksim/console/uart.c:32:28: warning: 
'uart_get_irq_number' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c:45:3: warning: passing 
argument 1 of 'set_vector' from incompatible pointer type
      1 c/src/lib/libbsp/nios2/nios2_iss/timer/timer.c:33:6: warning: no 
previous prototype for 'timerisr' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/nios2/nios2_iss/startup/bspstart.c:24:6: warning: no 
previous prototype for 'bsp_start' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/nios2/nios2_iss/console/console.c:38:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c:15:6: 
warning: no previous prototype for 'MOXIEBD_Install_IRQ' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/moxie/moxiesim/startup/__main.c:10:6: warning: no 
previous prototype for '__main' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/moxie/moxiesim/../../shared/bspclean.c:14:6: warning: 
no previous prototype for 'bsp_fatal_extension' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c:9:6: warning: no 
previous prototype for 'init_tlb' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4938/../shared/irq/exception.S:84:0: warning: 
"EXTERN" redefined [enabled by default]
      1 c/src/lib/libbsp/mips/rbtx4938/console/console-io.c:93:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4938/console/console-io.c:272:6: warning: no 
previous prototype for 'RBTX4938_output_char' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4938/console/console-io.c:138:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4938/console/console-io.c:113:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c:9:6: warning: no 
previous prototype for 'init_tlb' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4925/../shared/irq/exception.S:84:0: warning: 
"EXTERN" redefined [enabled by default]
      1 c/src/lib/libbsp/mips/rbtx4925/console/console-io.c:91:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4925/console/console-io.c:266:6: warning: no 
previous prototype for 'RBTX4925_output_char' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4925/console/console-io.c:134:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/rbtx4925/console/console-io.c:111:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:145:5: warning: (near 
initialization for 'Console_Configuration_Ports[2].setRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:145:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:144:5: warning: (near 
initialization for 'Console_Configuration_Ports[2].getRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:144:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:126:5: warning: (near 
initialization for 'Console_Configuration_Ports[1].setRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:126:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:125:5: warning: (near 
initialization for 'Console_Configuration_Ports[1].getRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:125:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:107:5: warning: (near 
initialization for 'Console_Configuration_Ports[0].setRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:107:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:106:5: warning: (near 
initialization for 'Console_Configuration_Ports[0].getRegister') [enabled by 
default]
      1 c/src/lib/libbsp/mips/malta/console/conscfg.c:106:5: warning: 
initialization from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/mips/hurricane/startup/inittlb.c:5:6: warning: no 
previous prototype for 'init_tlb' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/hurricane/../shared/irq/exception.S:84:0: 
warning: "EXTERN" redefined [enabled by default]
      1 c/src/lib/libbsp/mips/hurricane/console/console.c:80:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/hurricane/console/console.c:254:6: warning: no 
previous prototype for 'hurricane_output_char' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/hurricane/console/console.c:123:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/mips/hurricane/console/console.c:100:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 
c/src/lib/libbsp/mips/genmongoosev/../../mips/shared/gdbstub/mips-stub.c:220:1: 
warning: "/*" within comment [-Wcomment]
      1 
c/src/lib/libbsp/mips/genmongoosev/../../mips/shared/gdbstub/mips-stub.c:1582:7:
 warning: nested extern declaration of 'rtems_interrupt_catch' 
[-Wnested-externs]
      1 
c/src/lib/libbsp/mips/genmongoosev/../../mips/shared/gdbstub/mips-stub.c:1582:7:
 warning: implicit declaration of function 'rtems_interrupt_catch' 
[-Wimplicit-function-declaration]
      1 c/src/lib/libbsp/mips/csb350/console/console-io.c:76:6: warning: no 
previous prototype for 'csb250_output_char' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme167/timer/timer.c:78:3: warning: passing 
argument 1 of 'set_vector' from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:585:52: warning: 
variable 'final_ier' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:585:39: warning: 
variable 'initial_ier' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:540:8: warning: 
variable 'buffer' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:539:42: warning: 
variable 'total' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:232:18: warning: 
variable 'ticks_per_second' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:1374:19: warning: no 
previous prototype for 'do_poll_write' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme167/console/console.c:1336:19: warning: no 
previous prototype for 'do_poll_read' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147/timer/timer.c:30:3: warning: passing 
argument 1 of 'set_vector' from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c:43:18: warning: 
assignment from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c:21:6: warning: no 
previous prototype for 'bsp_return_to_monitor_trap' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147s/../mvme147/timer/timer.c:30:3: warning: 
passing argument 1 of 'set_vector' from incompatible pointer type [enabled by 
default]
      1 c/src/lib/libbsp/m68k/mvme147s/../mvme147/console/console.c:94:6: 
warning: no previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147s/../mvme147/console/console.c:66:6: 
warning: no previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147s/../mvme147/console/console.c:120:6: 
warning: no previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147/console/console.c:94:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147/console/console.c:66:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mvme147/console/console.c:120:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mrm332/spurious/spinit.c:31:11: warning: no 
previous prototype for 'Spurious_Isr' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mrm332/console/sci.c:1150:16: warning: variable 
'unused' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mrm332/console/sci.c:1041:16: warning: variable 
'length' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c:40:13: warning: 
comparison of distinct pointer types lacks a cast [enabled by default]
      1 c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c:25:6: warning: no 
previous prototype for 'Init5329' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5235/startup/init5235.c:29:6: warning: no 
previous prototype for 'Init5235' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c:30:6: warning: no 
previous prototype for 'Init5225x' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf52235/startup/init52235.c:40:13: warning: 
comparison of distinct pointer types lacks a cast [enabled by default]
      1 c/src/lib/libbsp/m68k/mcf52235/startup/init52235.c:25:6: warning: no 
previous prototype for 'Init52235' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c:91:1: warning: no 
previous prototype for 'ds1307_get_time' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c:47:1: warning: no 
previous prototype for 'ds1307_initialize' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c:172:1: warning: no 
previous prototype for 'ds1307_set_time' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c:66:1: warning: 
no previous prototype for 'Init5206e' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/idp/console/mc68ec.c:12:6: warning: no previous 
prototype for 'rtems_bsp_delay' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/gen68360/startup/init68360.c:48:26: warning: 
variable 'RamBase_p' set but not used [-Wunused-but-set-variable]
      1 c/src/lib/libbsp/m68k/gen68302/console/console.c:166:6: warning: no 
previous prototype for 'outbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/gen68302/console/console.c:134:6: warning: no 
previous prototype for 'inbyte' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/gen68302/console/console.c:105:6: warning: no 
previous prototype for 'is_character_ready' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/csb360/startup/init5272.c:84:1: warning: no 
previous prototype for 'init5272' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/m68k/av5282/startup/init5282.c:23:6: warning: no 
previous prototype for 'Init5282' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c:48:6: warning: no 
previous prototype for 'bsp_fatal_extension' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:61:6: 
warning: no previous prototype for 'BSP_uart_is_character_ready' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:54:6: 
warning: no previous prototype for 'BSP_uart_polled_read' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/lm32/lm32_evr/../../lm32/shared/console/uart.c:44:6: 
warning: no previous prototype for 'BSP_uart_polled_write' 
[-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/raspberrypi/../../shared/bspclean.c:14:6: warning: 
no previous prototype for 'bsp_fatal_extension' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/raspberrypi/../shared/abort/simple_abort.c:56:6: 
warning: no previous prototype for '_print_full_context' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/raspberrypi/../shared/abort/simple_abort.c:108:6: 
warning: no previous prototype for 'do_data_abort' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/raspberrypi/console/usart.c:37:17: warning: 
'usart_get_baud' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/arm/raspberrypi/console/usart.c:32:28: warning: 
'usart_get_irq_number' defined but not used [-Wunused-function]
      1 c/src/lib/libbsp/arm/nds/libnds/source/arm9/image.c:124:20: warning: 
assignment from incompatible pointer type [enabled by default]
      1 c/src/lib/libbsp/arm/gba/console/conio.c:321:6: warning: no previous 
prototype for 'gba_initconio' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/edb7312/irq/irq.c:23:6: warning: no previous 
prototype for 'edb7312_interrupt_dispatch' [-Wmissing-prototypes]
      1 c/src/lib/libbsp/arm/csb337/console/fbcons.c:135:5: warning: no 
previous prototype for 'fbcons_poll_read' [-Wmissing-prototypes]
      1 c/src/../../cpukit/score/src/threadstartmultitasking.c:82:1: warning: 
'noreturn' function does return [enabled by default]
      1 c/src/../../cpukit/score/src/objectextendinformation.c:159:13: warning: 
cast to pointer from integer of different size [-Wint-to-pointer-cast]
      1 c/src/../../cpukit/score/src/objectextendinformation.c:154:9: warning: 
cast to pointer from integer of different size [-Wint-to-pointer-cast]
      1 c/src/../../cpukit/libmisc/utf8proc/utf8proc.c:148:5: warning: left 
shift count >= width of type [enabled by default]
      1 c/src/../../cpukit/libfs/src/dosfs/msdos_conv.c:452:48: warning: 'c' 
may be used uninitialized in this function [-Wmaybe-uninitialized]
      1 c/src/../../cpukit/libcsupport/src/vprintk.c:199:41: warning: 'num' may 
be used uninitialized in this function [-Wmaybe-uninitialized]
1 arm-altcycv_devkit  (only shared)
1 arm-altcycv_devkit_smp  (only shared)
1 arm-arm1136jfs  (only shared)
1 arm-arm1136js  (only shared)
1 arm-arm7tdmi  (only shared)
1 arm-arm920  (only shared)
1 arm-armcortexa9  (only shared)
1 arm-csb336  (only shared)
1 arm-gp32  (only shared)
1 arm-lm3s3749  (only shared)
1 arm-lm3s6965  (only shared)
1 arm-lm3s6965_qemu  (only shared)
1 arm-lm4f120  (only shared)
1 arm-lpc17xx_ea_ram  (only shared)
1 arm-lpc17xx_ea_rom_int  (only shared)
1 arm-lpc17xx_plx800_ram  (only shared)
1 arm-lpc17xx_plx800_rom_int  (only shared)
1 arm-lpc2362  (only shared)
1 arm-lpc23xx_tli800  (only shared)
1 arm-lpc24xx_ea  (only shared)
1 arm-lpc24xx_ncs_ram  (only shared)
1 arm-lpc24xx_ncs_rom_ext  (only shared)
1 arm-lpc24xx_ncs_rom_int  (only shared)
1 arm-lpc24xx_plx800_ram  (only shared)
1 arm-lpc24xx_plx800_rom_int  (only shared)
1 arm-lpc32xx_mzx  (only shared)
1 arm-lpc32xx_mzx_stage_1  (only shared)
1 arm-lpc32xx_mzx_stage_2  (only shared)
1 arm-lpc32xx_phycore  (only shared)
1 arm-lpc40xx_ea_ram  (only shared)
1 arm-lpc40xx_ea_rom_int  (only shared)
1 arm-realview_pbx_a9_qemu  (only shared)
1 arm-realview_pbx_a9_qemu_smp  (only shared)
1 arm-smdk2410  (only shared)
1 arm-stm32f105rc  (only shared)
1 arm-stm32f4  (only shared)
1 arm-tms570ls3137_hdk_intram  (only shared)
1 arm-tms570ls3137_hdk  (only shared)
1 arm-tms570ls3137_hdk_sdram  (only shared)
1 arm-xilinx_zynq_a9_qemu  (only shared)
1 arm-xilinx_zynq_zc702  (only shared)
1 arm-xilinx_zynq_zc706  (only shared)
1 arm-xilinx_zynq_zedboard  (only shared)
1 mips-jmr3904  (only shared)
2 arm-edb7312  (inBSP=1 inLibCPU=0)
2 arm-gba  (inBSP=1 inLibCPU=0)
2 arm-gumstix  (inBSP=0 inLibCPU=1)
2 arm-nds  (inBSP=1 inLibCPU=0)
2 mips-csb350  (inBSP=1 inLibCPU=0)
3 arm-csb337  (inBSP=0 inLibCPU=2)
3 arm-kit637_v6  (inBSP=0 inLibCPU=2)
3 avr-avrtest  (only shared)
3 powerpc-brs5l  (only shared)
3 powerpc-brs6l  (only shared)
3 powerpc-dp2  (only shared)
3 powerpc-icecube  (only shared)
3 powerpc-mpc8260ads  (only shared)
3 powerpc-pm520_cr825  (only shared)
3 powerpc-pm520_ze30  (only shared)
3 powerpc-score603e  (only shared)
3 v850-v850e1sim  (only shared)
3 v850-v850e2sim  (only shared)
3 v850-v850e2v3sim  (only shared)
3 v850-v850esim  (only shared)
3 v850-v850essim  (only shared)
3 v850-v850sim  (only shared)
4 arm-csb637  (inBSP=1 inLibCPU=2)
4 mips-genmongoosev  (inBSP=3 inLibCPU=0)
4 powerpc-ep1a  (inBSP=1 inLibCPU=0)
4 sh-gensh4  (only shared)
4 sh-simsh1  (only shared)
4 sh-simsh2e  (only shared)
4 sh-simsh2  (only shared)
4 sh-simsh4  (only shared)
5 arm-lpc1768_mbed_ahb_ram_eth  (inBSP=1 inLibCPU=0)
5 arm-lpc1768_mbed_ahb_ram  (inBSP=1 inLibCPU=0)
5 arm-lpc1768_mbed  (inBSP=1 inLibCPU=0)
5 lm32-milkymist  (inBSP=1 inLibCPU=0)
5 powerpc-gwlcfm  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5566evb  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5566evb_spe  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5643l_dpu  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5643l_evb  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5668g  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_ecu508_app  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_ecu508_boot  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674fevb  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674fevb_spe  (inBSP=0 inLibCPU=2)
5 powerpc-mpc5674f_rsm6  (inBSP=0 inLibCPU=2)
5 powerpc-phycore_mpc5554  (inBSP=0 inLibCPU=2)
5 powerpc-virtex4  (inBSP=0 inLibCPU=2)
5 powerpc-virtex5  (inBSP=0 inLibCPU=2)
5 powerpc-virtex  (inBSP=0 inLibCPU=2)
6 arm-raspberrypi  (inBSP=5 inLibCPU=0)
6 arm-rtl22xx_t  (inBSP=2 inLibCPU=0)
6 powerpc-haleakala  (inBSP=0 inLibCPU=2)
6 powerpc-ss555  (inBSP=1 inLibCPU=2)
6 sh-gensh1  (inBSP=1 inLibCPU=0)
6 sparc-leon3  (inBSP=2 inLibCPU=0)
6 sparc-ngmp  (inBSP=2 inLibCPU=0)
7 arm-rtl22xx  (inBSP=2 inLibCPU=0)
7 lm32-lm32_evr  (inBSP=3 inLibCPU=0)
7 mips-hurricane  (inBSP=6 inLibCPU=0)
7 mips-rbtx4925  (inBSP=6 inLibCPU=0)
7 mips-rbtx4938  (inBSP=6 inLibCPU=0)
7 powerpc-psim  (inBSP=4 inLibCPU=0)
7 sh-gensh2  (inBSP=1 inLibCPU=1)
8 powerpc-hsc_cm01  (inBSP=5 inLibCPU=0)
8 powerpc-qemuppc  (inBSP=5 inLibCPU=0)
9 nios2-nios2_iss  (inBSP=4 inLibCPU=0)
9 powerpc-mpc8349eamds  (inBSP=6 inLibCPU=0)
10 powerpc-br_uid  (inBSP=7 inLibCPU=0)
10 powerpc-mpc8313erdb  (inBSP=7 inLibCPU=0)
10 powerpc-mvme2100  (inBSP=7 inLibCPU=0)
10 powerpc-qoriq_p1020rdb  (inBSP=3 inLibCPU=4)
10 powerpc-t32mppc  (inBSP=5 inLibCPU=2)
10 sparc-leon2  (inBSP=6 inLibCPU=0)
11 sparc-erc32  (inBSP=7 inLibCPU=0)
11 sparc-sis  (inBSP=7 inLibCPU=0)
12 powerpc-mpc8309som  (inBSP=9 inLibCPU=0)
12 powerpc-qemuprep-altivec  (inBSP=7 inLibCPU=2)
12 powerpc-qemuprep  (inBSP=7 inLibCPU=2)
12 powerpc-qoriq_core_0  (inBSP=5 inLibCPU=4)
12 powerpc-qoriq_core_1  (inBSP=5 inLibCPU=4)
13 mips-malta  (inBSP=12 inLibCPU=0)
15 powerpc-mtx603e  (inBSP=12 inLibCPU=0)
17 bfin-bf537Stamp  (only shared)
17 bfin-eZKit533  (only shared)
17 bfin-TLL6527M  (only shared)
17 h8300-h8sim  (only shared)
17 m32r-m32rsim  (only shared)
17 powerpc-mcp750  (inBSP=12 inLibCPU=2)
17 powerpc-mvme2307  (inBSP=12 inLibCPU=2)
18 i386-pc386  (only shared)
18 i386-pc486  (only shared)
18 i386-pc586  (only shared)
18 i386-pc586-sse  (only shared)
18 i386-pc686  (only shared)
18 i386-pcp4  (only shared)
19 m68k-gen68340  (only shared)
19 m68k-ods68302  (only shared)
19 m68k-uC5282  (only shared)
20 m68k-av5282  (inBSP=1 inLibCPU=0)
20 m68k-COBRA5475  (only shared)
20 m68k-csb360  (inBSP=1 inLibCPU=0)
20 m68k-idp  (inBSP=1 inLibCPU=0)
20 m68k-m5484FireEngine  (only shared)
20 m68k-mcf5225x  (inBSP=1 inLibCPU=0)
20 m68k-mcf5235  (inBSP=1 inLibCPU=0)
20 moxie-moxiesim  (inBSP=3 inLibCPU=0)
21 m68k-gen68360_040  (inBSP=2 inLibCPU=0)
21 m68k-gen68360  (inBSP=2 inLibCPU=0)
21 m68k-mcf52235  (inBSP=2 inLibCPU=0)
21 m68k-mcf5329  (inBSP=2 inLibCPU=0)
21 powerpc-mbx821_001  (inBSP=18 inLibCPU=0)
21 powerpc-mbx821_002b  (inBSP=18 inLibCPU=0)
21 powerpc-mbx821_002  (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_001b  (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_002  (inBSP=18 inLibCPU=0)
21 powerpc-mbx860_1b  (inBSP=18 inLibCPU=0)
21 powerpc-mvme5500  (inBSP=16 inLibCPU=2)
22 m68k-gen68302  (inBSP=3 inLibCPU=0)
22 m68k-mvme136  (only shared)
22 m68k-pgh360  (inBSP=3 inLibCPU=0)
22 powerpc-pghplus  (inBSP=19 inLibCPU=0)
22 powerpc-tqm8xx_stk8xx  (inBSP=19 inLibCPU=0)
23 m68k-mrm332  (inBSP=3 inLibCPU=0)
23 m68k-mvme147s  (inBSP=4 inLibCPU=0)
23 or1k-or1ksim  (inBSP=2 inLibCPU=0)
24 m68k-sim68000  (inBSP=5 inLibCPU=0)
24 m68k-simcpu32  (inBSP=5 inLibCPU=0)
25 m68k-mvme147  (inBSP=6 inLibCPU=0)
25 powerpc-mbx860_005b  (inBSP=22 inLibCPU=0)
26 m68k-mvme162  (inBSP=7 inLibCPU=0)
26 m68k-mvme162lx  (inBSP=7 inLibCPU=0)
27 m68k-mcf5206elite  (inBSP=4 inLibCPU=4)
27 m68k-mvme167  (inBSP=8 inLibCPU=0)
27 powerpc-mvme3100  (inBSP=22 inLibCPU=2)
27 sparc64-niagara  (only shared)
27 sparc64-usiii  (only shared)
28 powerpc-beatnik  (inBSP=23 inLibCPU=2)
41 h8300-h8sxsim  (only shared)
52 m32c-m32csim  (only shared)
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to