Mercurial > flash_v2
comparison packages/hal/mips/vrc4373/current/misc/stubrom.perm @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 75:41bf073c0c32 | 76:435cced73e2f |
|---|---|
| 1 # | |
| 2 # A configuration for building a GDB stub ROM for the DDB-VRC4373 board. | |
| 3 # | |
| 4 # To build the ROMs: | |
| 5 # 1. Create a build directory and cd into it. | |
| 6 # 2. Run: permtest.tcl --srcdir=<sourcedir> <sourcedir>/hal/mips/vrc4373/current/misc/stubrom.perm | |
| 7 # Where <sourcedir> is the path to your source repository. | |
| 8 # 3. Run: make | |
| 9 # 4. Run: make -C hal/common/current/src/stubrom | |
| 10 # | |
| 11 # The file hal/common/current/src/stubrom/stubrom will be an ELF excutable of the ROM. | |
| 12 # Use objcopy to convert this to the appropriate format for your PROM burner. | |
| 13 # Enjoy! | |
| 14 # | |
| 15 | |
| 16 pkgconf --target=mips_vr4300 --platform=vrc4373 --startup=romram --disable-kernel --disable-uitron --disable-libc --disable-libm --disable-io --disable-io_serial --disable-wallclock --disable-watchdog | |
| 17 | |
| 18 header hal.h { | |
| 19 enable CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS | |
| 20 enable CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT | |
| 21 disable CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT | |
| 22 enable CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT | |
| 23 | |
| 24 enable CYGSEM_HAL_ROM_MONITOR | |
| 25 } | |
| 26 | |
| 27 |
