#1668 closed defect (invalid)

rtems-4-10-branch: avr/avrtest BSP doesn't build

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: score Version: 4.10
Severity: blocker Keywords:
Cc: Blocked By:
Blocking:

Description

On rtems-4-10-branch, the avr/avrtest BSP doesn't build:
...
gmake[5]: Entering directory `/users/rtems/src/rtems-cvs/rtems-4-10-branch/BUILD/avr-rtems4.10/c/avrtest/cpukit/score/cpu/avr'
avr-rtems4.10-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I../../../../cpukit/../../../avrtest/lib/include -DASM -mmcu=atmega128 -Os -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -mmcu=atmega128 -Os -g -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT libscorecpu_a-cpu_asm.o -MD -MP -MF .deps/libscorecpu_a-cpu_asm.Tpo -c -o libscorecpu_a-cpu_asm.o test -f 'cpu_asm.S' || echo '../../../../../../../../c/src/../../cpukit/score/cpu/avr/'cpu_asm.S
../../../../../../../../c/src/../../cpukit/score/cpu/avr/cpu_asm.S:31:32: error: rtems/score/percpu.h: No such file or directory
gmake[5]: * [libscorecpu_a-cpu_asm.o] Error 1

Could it be an RTEMS CVS-HEAD patch went into rtems-4-10-branch?

Change History (2)

comment:1 Changed on 08/11/10 at 01:23:10 by Ralf Corsepius

Milestone: 4.114.10

comment:2 Changed on 08/11/10 at 01:37:23 by Ralf Corsepius

Resolution: invalid
Status: newclosed

Seems as if my rtems-4-10-branch checkout was broken - It apparently had contained CVS-HEAD files. No idea why - With a fresh checkout things started working again.

Note: See TracTickets for help on using tickets.