Mercurial > ecos
view packages/hal/mn10300/stb/current/misc/stubrom.perm @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 435cced73e2f |
| children |
line wrap: on
line source
# # A configuration for building a GDB stub ROM for the STB board. # # To build the ROMs: # 1. Create a build directory and cd into it. # 2. Run: permtest.tcl --srcdir=<sourcedir> <sourcedir>/hal/mn10300/stb/current/misc/stubrom.perm # Where <sourcedir> is the path to your source repository. # 3. Run: make # 4. Run: make -C hal/common/current/src/stubrom # # The file hal/common/current/src/stubrom/stubrom will be an ELF excutable of the ROM. # Use objcopy to convert this to the appropriate format for your PROM burner. # Enjoy! # # If you do not have permtest.tcl, then run the pkgconf command by hand and # then edit pkgconf/hal.h to enable/disable the options as shown. # pkgconf --target=mn10300_am33 --platform=stb --startup=rom --disable-kernel --disable-uitron --disable-libc --disable-libm --disable-io --disable-io_serial --disable-wallclock --disable-watchdog header hal.h { enable CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS enable CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT disable CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT enable CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT }
