Should have provided reports as attachments. To repeat, help finishing this off is really appreciated.
On 10/20/2014 3:42 PM, Joel Sherrill wrote: > Hi > > I just submitted my latest round of patches. With those applied, > things are in pretty good shape but help is needed to wrap up > the remaining issues. The biggest things to note are that: > > + the only warnings left in libcpu code is the PowerPC cache issue. > > + Only the following BSPs have warnings left in BSP specific code: > > 2 arm-nds (inBSP=1 inLibCPU=0) > 5 sparc-erc32 (inBSP=1 inLibCPU=0) > 5 sparc-sis (inBSP=1 inLibCPU=0) > 3 arm-raspberrypi (inBSP=2 inLibCPU=0) > 6 arm-rtl22xx_t (inBSP=2 inLibCPU=0) > 7 arm-rtl22xx (inBSP=2 inLibCPU=0) > 7 sparc-leon2 (inBSP=3 inLibCPU=0) > 9 powerpc-t32mppc (inBSP=4 inLibCPU=2) > 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-pghplus (inBSP=18 inLibCPU=0) > 21 powerpc-tqm8xx_stk8xx (inBSP=18 inLibCPU=0) > 25 powerpc-mbx860_005b (inBSP=22 inLibCPU=0) > > + The arm BSP warnings are all for do_data_abort() and I am > hoping someone will step up and address that per Sebastian's > suggestion of just fix them properly. > > + The sparc BSP warnings appear to be things that have been > addressed in the leon3 but I don't know what was done. If > someone would look at those, it would be appreciated. > > + Thomas/Sebastian have committed to addressing the > mpx8xx based BSPs. > > I am stepping back from addressing code in warnings in RTEMS > code for at least a week. I have a patch to newlib which might > address some of the printf() format warnings in shared and test > code. I want to make some progress on that. > > Community help is required to wrap this up. > > Thanks. > > -- > 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 -- 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
Unique Warnings : 138 BSPs : 183 BSPs with Zero : 0 BSPs with only in shared: 139 ==================================== Warnings by Class ==================================== 2 cpp 20 format= 3 int-to-pointer-cast 2 maybe-uninitialized 46 missing-prototypes 1 overflow 7 pointer-to-int-cast 5 unused-but-set-variable 10 unused-function ==================================== Top Ten BSPs with Warnings ==================================== 9 powerpc-t32mppc (inBSP=4 inLibCPU=2) 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-pghplus (inBSP=18 inLibCPU=0) 21 powerpc-tqm8xx_stk8xx (inBSP=18 inLibCPU=0) 25 powerpc-mbx860_005b (inBSP=22 inLibCPU=0)
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=] 180 c/src/../../cpukit/libfs/src/rfs/rtems-rfs-rtems.c:524:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 78 c/src/../../cpukit/libmisc/shell/main_lsof.c:88:5: warning: format '%x' expects argument of type 'unsigned int', but argument 8 has type 'long unsigned int' [-Wformat=] 78 c/src/../../cpukit/libmisc/shell/main_lsof.c:67:3: 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:36:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] 78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 78 c/src/../../cpukit/libmisc/shell/main_lsof.c:36:3: 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:36:3: warning: format '%x' expects argument of type 'unsigned int', but argument 3 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] 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/../../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/../../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/../../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/../../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/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/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:86:13: warning: no previous prototype for 'bsp_tqm_get_cib_string' [-Wmissing-prototypes] 2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:75:25: warning: variable 'level' set but not used [-Wunused-but-set-variable] 2 c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c:116: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/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/cpu/m68k/cpu_asm.S:75:2: warning: #warning "_CPU_Context_Restart_self restoring FPU context not implemented" [-Wcpp] 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/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/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/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/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/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:52: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/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/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/nds/libnds/source/arm9/image.c:124:20: warning: assignment from incompatible pointer type [enabled by default] 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-csb337 (only shared) 1 arm-csb637 (only shared) 1 arm-edb7312 (only shared) 1 arm-gba (only shared) 1 arm-gp32 (only shared) 1 arm-gumstix (only shared) 1 arm-kit637_v6 (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 lm32-lm32_evr (only shared) 1 lm32-milkymist (only shared) 1 mips-csb350 (only shared) 1 mips-genmongoosev (only shared) 1 mips-hurricane (only shared) 1 mips-jmr3904 (only shared) 1 mips-malta (only shared) 1 mips-rbtx4925 (only shared) 1 mips-rbtx4938 (only shared) 2 arm-nds (inBSP=1 inLibCPU=0) 2 h8300-h8sxsim (only shared) 3 arm-raspberrypi (inBSP=2 inLibCPU=0) 3 avr-avrtest (only shared) 3 powerpc-brs5l (only shared) 3 powerpc-brs6l (only shared) 3 powerpc-br_uid (only shared) 3 powerpc-dp2 (only shared) 3 powerpc-ep1a (only shared) 3 powerpc-hsc_cm01 (only shared) 3 powerpc-icecube (only shared) 3 powerpc-mpc8260ads (only shared) 3 powerpc-mpc8309som (only shared) 3 powerpc-mpc8313erdb (only shared) 3 powerpc-mpc8349eamds (only shared) 3 powerpc-mtx603e (only shared) 3 powerpc-mvme2100 (only shared) 3 powerpc-pm520_cr825 (only shared) 3 powerpc-pm520_ze30 (only shared) 3 powerpc-psim (only shared) 3 powerpc-qemuppc (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-lpc1768_mbed_ahb_ram_eth (only shared) 4 arm-lpc1768_mbed_ahb_ram (only shared) 4 arm-lpc1768_mbed (only shared) 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) 4 sparc-leon3 (only shared) 4 sparc-ngmp (only shared) 5 nios2-nios2_iss (only shared) 5 powerpc-beatnik (inBSP=0 inLibCPU=2) 5 powerpc-gwlcfm (inBSP=0 inLibCPU=2) 5 powerpc-mcp750 (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-mvme2307 (inBSP=0 inLibCPU=2) 5 powerpc-mvme3100 (inBSP=0 inLibCPU=2) 5 powerpc-mvme5500 (inBSP=0 inLibCPU=2) 5 powerpc-phycore_mpc5554 (inBSP=0 inLibCPU=2) 5 powerpc-qemuprep-altivec (inBSP=0 inLibCPU=2) 5 powerpc-qemuprep (inBSP=0 inLibCPU=2) 5 powerpc-qoriq_core_0 (inBSP=0 inLibCPU=2) 5 powerpc-qoriq_core_1 (inBSP=0 inLibCPU=2) 5 powerpc-qoriq_p1020rdb (inBSP=0 inLibCPU=2) 5 powerpc-ss555 (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) 5 sh-gensh1 (only shared) 5 sh-gensh2 (only shared) 5 sparc-erc32 (inBSP=1 inLibCPU=0) 5 sparc-sis (inBSP=1 inLibCPU=0) 6 arm-rtl22xx_t (inBSP=2 inLibCPU=0) 6 powerpc-haleakala (inBSP=0 inLibCPU=2) 7 arm-rtl22xx (inBSP=2 inLibCPU=0) 7 sparc-leon2 (inBSP=3 inLibCPU=0) 9 powerpc-t32mppc (inBSP=4 inLibCPU=2) 13 m32c-m32csim (only shared) 21 bfin-bf537Stamp (only shared) 21 bfin-eZKit533 (only shared) 21 bfin-TLL6527M (only shared) 21 h8300-h8sim (only shared) 21 i386-pc386 (only shared) 21 i386-pc486 (only shared) 21 i386-pc586 (only shared) 21 i386-pc586-sse (only shared) 21 i386-pc686 (only shared) 21 i386-pcp4 (only shared) 21 m32r-m32rsim (only shared) 21 moxie-moxiesim (only shared) 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-pghplus (inBSP=18 inLibCPU=0) 21 powerpc-tqm8xx_stk8xx (inBSP=18 inLibCPU=0) 21 sparc64-niagara (only shared) 21 sparc64-usiii (only shared) 23 m68k-av5282 (only shared) 23 m68k-csb360 (only shared) 23 m68k-gen68302 (only shared) 23 m68k-gen68340 (only shared) 23 m68k-gen68360_040 (only shared) 23 m68k-gen68360 (only shared) 23 m68k-idp (only shared) 23 m68k-mcf5206elite (only shared) 23 m68k-mcf52235 (only shared) 23 m68k-mcf5225x (only shared) 23 m68k-mcf5235 (only shared) 23 m68k-mcf5329 (only shared) 23 m68k-mrm332 (only shared) 23 m68k-mvme147 (only shared) 23 m68k-mvme147s (only shared) 23 m68k-mvme162lx (only shared) 23 m68k-mvme162 (only shared) 23 m68k-mvme167 (only shared) 23 m68k-ods68302 (only shared) 23 m68k-pgh360 (only shared) 23 m68k-sim68000 (only shared) 23 m68k-simcpu32 (only shared) 23 m68k-uC5282 (only shared) 24 m68k-COBRA5475 (only shared) 24 m68k-m5484FireEngine (only shared) 25 or1k-or1ksim (only shared) 25 powerpc-mbx860_005b (inBSP=22 inLibCPU=0) 26 m68k-mvme136 (only shared)
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel