> Date: Mon, 23 Mar 2009 10:19:37 -0500 > From: Joel Sherrill <joel.sherr...@oarcorp.com>
> I don't have those in my board.exp: > > set_board_info cflags "-B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs > -qrtems -mcpu=603e" > set_board_info ldflags "${RTEMS_CONFIG_OBJ}" Those should find ${RTEMS_MAKEFILE_PATH}/lib/libm.a which might or might not be what you want. > Where do I need to add those? Can you point me > to examples? I'd grep among the other baseboards for numerous examples, in the dejagnu installation, subdir baseboards. In case you have no clue where it is on the system where you test, you'll see it as: ... Using <dejagnu_installation_root>/config/sim.exp as generic interface file for target. ... when running the test-suite. brgds, H-P