#305 closed defect (fixed)

examples are outdated

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 2
Component: unspecified Version: unknown
Severity: major Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

The user application examples in CVS (CVS module examples) are outdated and do not reflect RTEMS-CVS/snapshots' status quo:

Example:
find . -name Makefile -exec grep -l rtemsall {} \;

./cxx_throw/Makefile
./fdopen/Makefile
./filerdback/Makefile
./yield_flash/Makefile
./repeated_opens/Makefile
./psx_sched_report/Makefile
./hello_world_c/Makefile
./mount/Makefile
./ptimer_create_error/Makefile

librtemsall does not exist anymore.

In addition to that, it's wrong to explicitly specify -lrtemsall, -lrtemscpu or -lrtemsbsp on the compiler command line, because they are automatically used if using bsp_specs.

With the non-gcc28 building scheme having been abandoned, we can rely upon using gcc -spec.

Release:
RTEMS-CVS

Change History (2)

comment:1 Changed on 01/03/03 at 19:04:44 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: These should be correct as of the examples-ss-20021118 snapshot.

comment:2 Changed on 10/10/17 at 06:35:44 by Sebastian Huber

Component: miscunspecified
Note: See TracTickets for help on using tickets.