Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#1544 closed defect (fixed)

4.10 BLOCKER -- mpc55xxevb BSP does not build

Reported by: Joel Sherrill Owned by: thomas.doerfler
Priority: highest Milestone: 4.10
Component: bsps Version: 4.10
Severity: blocker Keywords:
Cc: thomas.doerfler@…, chrisj@… Blocked By:
Blocking:

Description

This broke with the recent mount changes. It is the only issue I know of stopping me from branching.

../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c: In function 'test_mpc55xx_intc':
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c:689: warning: implicit declaration of function 'BSP_install_rtems_shared_irq_handler'
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c:689: warning: nested extern declaration of 'BSP_install_rtems_shared_irq_handler'
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c: At top level:
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c:70: warning: 'test_mpc55xx_dspi_transfer_mode' defined but not used
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c:556: warning: 'inbuf' defined but not used
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/tests/tests.c:557: warning: 'outbuf' defined but not used
../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c:102: error: 'msdos_ops' undeclared here (not in a function)
powerpc-rtems4.10-ar cru libbspstart.a start.o rtems_crti.o

Change History (2)

comment:1 Changed on 06/03/10 at 19:22:44 by thomas.doerfler

Cc: thomas.doerfler added
Owner: changed from Sebastian Huber to thomas.doerfler

comment:2 Changed on 06/03/10 at 19:24:05 by thomas.doerfler

Resolution: fixed
Status: newclosed

removed references to msdos_ops and replaced it with fs identifier string "dosfs". Compiles again.

Note: See TracTickets for help on using tickets.