<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dBug build problem under Linux in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124334#M99</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;linking with libc.a by adding -lc to the linker options (right after -lgcc) solve the unresolved "atexit" problem (even though atexit isn't actually used), but then creates a conflict with "malloc" because "malloc" is defined in libc.a, but also has a definition in the dBug code, so I'll probably rename "malloc" to "mymalloc" or something&lt;BR /&gt;&lt;BR /&gt;also, I've switched to using gcc 4.1.1&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 02:07:09 GMT</pubDate>
    <dc:creator>GunnarRistroph</dc:creator>
    <dc:date>2006-07-20T02:07:09Z</dc:date>
    <item>
      <title>dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124330#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to build dBug so I can use it to build my own boot loader for the M5208EVB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I type "make m5208evb", I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No rule to make target `obj/m5208evb/gnu/board/m5208evb/src/uClinux_and_SBCTools/delay.o', needed by `all'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The top level Makefile calls proj/m5208/build/gnu/m5208evb.make which includes build/gnu/mcf5xxx.comp and build/common.objs. No where is there a make target that tells how to make the list of objects found in OBJS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a simple fix or something that I am overlooking?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Development environment: Debian 2.6.15 with m68k-elf-tools-20030314. Using 5208_DBUG.zip downloaded from the Freescale website.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 02:39:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124330#M95</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-18T02:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124331#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The top level Makefile calls proj/m5208/build/gnu/m5208evb.make which includes build/gnu/mcf5xxx.comp and build/common.objs AND build/gnu/cf.rules.lst.&lt;BR /&gt;&lt;BR /&gt;The make targets for things in OBJS are in this file - build/gnu/cf.rules.lst, but it still isn't working, (possibly because make isn't matching the names).&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 02:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124331#M96</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-18T02:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124332#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;To summarize progress so far, I downloaded 5208_DBUG.zip from the freescale website and unzipped it. I then:&lt;BR /&gt;&lt;BR /&gt;1) converted all files to unix line endings:&lt;BR /&gt;find . -type f -print -exec fromdos \{\} \;&lt;BR /&gt;&lt;BR /&gt;2) make bin files executable:&lt;BR /&gt;chmod a+x bin/*&lt;BR /&gt;&lt;BR /&gt;3) change the name of uClinux_and_SBCTools to "tools" because make was having a hard time matching it (by the way: it should be uClinux NOT ucLinux), I changed the existing directory names and all refences to it in all files (just a couple of these)&lt;BR /&gt;&lt;BR /&gt;4) replaced C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/bin with /usr/local/m68k-elf/bin in build/gnu/mcf5xxx.comp and C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/lib/gcc-lib/m68k-elf/3.3.2/m5307 with /usr/local/lib/gcc-lib/m68k-elf/2.95.3/m5307&lt;BR /&gt;&lt;BR /&gt;This gets me most of the way there, but not quite. &lt;BR /&gt;&lt;BR /&gt;After making the objects, I get:&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;-------- M5208EVB dBUG for external Flash and SDRAM --------&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;m68k-elf-ld -L/usr/local/lib/gcc-lib/m68k-elf/2.95.3/m5307 -v -T proj/m5208evb/build/gnu/flash.ld \&lt;BR /&gt; -Map obj/m5208evb/gnu/m5208evb_flash.map -o obj/m5208evb/gnu/m5208evb_flash.elf \&lt;BR /&gt; obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/asm.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/disasm.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_hi.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_lo.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_uart.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/vectors.o obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_hi.o obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_lo.o obj/m5208evb/gnu/uif/main.o obj/m5208evb/gnu/uif/cmds.o obj/m5208evb/gnu/uif/alloc.o obj/m5208evb/gnu/uif/assert.o obj/m5208evb/gnu/uif/history.o obj/m5208evb/gnu/uif/setshow.o obj/m5208evb/gnu/uif/stdlib.o obj/m5208evb/gnu/uif/isr.o obj/m5208evb/gnu/uif/msgs.o obj/m5208evb/gnu/uif/brktab.o obj/m5208evb/gnu/uif/symtab.o obj/m5208evb/gnu/uif/dl_srec.o obj/m5208evb/gnu/uif/printk.o obj/m5208evb/gnu/uif/fl.o obj/m5208evb/gnu/uif/image.o obj/m5208evb/gnu/uif/coff.o obj/m5208evb/gnu/uif/elf.o obj/m5208evb/gnu/uif/net/queue.o obj/m5208evb/gnu/uif/net/net.o obj/m5208evb/gnu/uif/net/dn.o obj/m5208evb/gnu/uif/net/up.o obj/m5208evb/gnu/uif/net/dn_srec.o obj/m5208evb/gnu/uif/net/dnsetshow.o obj/m5208evb/gnu/uif/net/arp.o obj/m5208evb/gnu/uif/net/icmp.o obj/m5208evb/gnu/uif/net/ip.o obj/m5208evb/gnu/uif/net/nbuf.o obj/m5208evb/gnu/uif/net/nif.o obj/m5208evb/gnu/uif/net/tftp.o obj/m5208evb/gnu/uif/net/udp.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_fec.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_fecbd.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_timer.o obj/m5208evb/gnu/dev/flash/amd_flash.o obj/m5208evb/gnu/board/common/dldbug.o obj/m5208evb/gnu/board/common/setget.o obj/m5208evb/gnu/board/common/mcfserial.o obj/m5208evb/gnu/board/m5208evb/src/evbcmds.o obj/m5208evb/gnu/board/m5208evb/src/m5208evb.o obj/m5208evb/gnu/board/m5208evb/src/params.o obj/m5208evb/gnu/board/m5208evb/src/sc.o obj/m5208evb/gnu/board/m5208evb/src/sysinit.o obj/m5208evb/gnu/board/m5208evb/src/tools/delay.o obj/m5208evb/gnu/board/m5208evb/src/tools/decompress.o obj/m5208evb/gnu/board/build.o -lgcc &lt;BR /&gt;GNU ld version 2.10 (with BFD 2.10)&lt;BR /&gt;/usr/local/bin/m68k-elf-ld.real: region data_ram is full (obj/m5208evb/gnu/m5208evb_flash.elf section .bss)&lt;BR /&gt;obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_lo.o: In function `_asm_startmeup':&lt;BR /&gt;obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_lo.o(.text+0x2c): undefined reference to `main'&lt;BR /&gt;make[1]: *** [all] Error 1&lt;BR /&gt;make[1]: Leaving directory `/home/gunnar/AES/VIFXR/5208_DBUG/dbug'&lt;BR /&gt;make: *** [m5208evb] Error 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is some environment information:&lt;BR /&gt;&lt;BR /&gt;m68k-elf-gcc -v&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/m68k-elf/2.95.3/specs&lt;BR /&gt;gcc version 2.95.3 20010315 (release)(ColdFire patches - 20010318 from &lt;A href="http://fiddes.net/coldfire/)(uClinux" target="test_blank"&gt;http://fiddes.net/coldfire/)(uClinux&lt;/A&gt; XIP and shared lib patches from &lt;A href="http://www.snapgear.com/)" target="test_blank"&gt;http://www.snapgear.com/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;m68k-elf-ld -v&lt;BR /&gt;GNU ld version 2.10 (with BFD 2.10)&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 04:40:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124332#M97</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-18T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124333#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, I solved the undefined "main" problem and the not enough room in ram_data problem... but now there are undefined references to atexit from libgcc.&lt;BR /&gt;&lt;BR /&gt;To summarize progress so far, I downloaded 5208_DBUG.zip from the freescale website and unzipped it. I then:&lt;BR /&gt;&lt;BR /&gt;1) converted all files to unix line endings:&lt;BR /&gt;find . -type f -print -exec fromdos \{\} \;&lt;BR /&gt;&lt;BR /&gt;2) make bin files executable:&lt;BR /&gt;chmod a+x bin/*&lt;BR /&gt;&lt;BR /&gt;3) change the name of uClinux_and_SBCTools to "tools" because make was having a hard time matching it (by the way: it should be uClinux NOT ucLinux), I changed the existing directory names and all refences to it in all files (just a couple of these)&lt;BR /&gt;&lt;BR /&gt;4) replaced C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/bin with /usr/local/m68k-elf/bin in build/gnu/mcf5xxx.comp and C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/lib/gcc-lib/m68k-elf/3.3.2/m5307 with /usr/local/lib/gcc-lib/m68k-elf/2.95.3/m5307&lt;BR /&gt;&lt;BR /&gt;5) modified /proj/m5208evb/build/gnu/flash.ld to make data_ram bigger because they gave an error (probably because of difference in gcc versions)&lt;BR /&gt;&lt;BR /&gt;6) renamed dbug_main to main in src/uif/main.c because that was preventing it from linking&lt;BR /&gt;&lt;BR /&gt;This gets me most of the way there, but not quite. &lt;BR /&gt;&lt;BR /&gt;After making the objects, I get:&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;-------- M5208EVB dBUG for external Flash and SDRAM --------&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;m68k-elf-ld -L/usr/local/lib/gcc-lib/m68k-elf/2.95.3/m5307 -v -T proj/m5208evb/build/gnu/flash.ld \&lt;BR /&gt; -Map obj/m5208evb/gnu/m5208evb_flash.map -o obj/m5208evb/gnu/m5208evb_flash.elf \&lt;BR /&gt; obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/asm.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/disasm.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_hi.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_lo.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_uart.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/vectors.o obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_hi.o obj/m5208evb/gnu/cpu/coldfire/mcf5208/mcf5208_lo.o obj/m5208evb/gnu/uif/main.o obj/m5208evb/gnu/uif/cmds.o obj/m5208evb/gnu/uif/alloc.o obj/m5208evb/gnu/uif/assert.o obj/m5208evb/gnu/uif/history.o obj/m5208evb/gnu/uif/setshow.o obj/m5208evb/gnu/uif/stdlib.o obj/m5208evb/gnu/uif/isr.o obj/m5208evb/gnu/uif/msgs.o obj/m5208evb/gnu/uif/brktab.o obj/m5208evb/gnu/uif/symtab.o obj/m5208evb/gnu/uif/dl_srec.o obj/m5208evb/gnu/uif/printk.o obj/m5208evb/gnu/uif/fl.o obj/m5208evb/gnu/uif/image.o obj/m5208evb/gnu/uif/coff.o obj/m5208evb/gnu/uif/elf.o obj/m5208evb/gnu/uif/net/queue.o obj/m5208evb/gnu/uif/net/net.o obj/m5208evb/gnu/uif/net/dn.o obj/m5208evb/gnu/uif/net/up.o obj/m5208evb/gnu/uif/net/dn_srec.o obj/m5208evb/gnu/uif/net/dnsetshow.o obj/m5208evb/gnu/uif/net/arp.o obj/m5208evb/gnu/uif/net/icmp.o obj/m5208evb/gnu/uif/net/ip.o obj/m5208evb/gnu/uif/net/nbuf.o obj/m5208evb/gnu/uif/net/nif.o obj/m5208evb/gnu/uif/net/tftp.o obj/m5208evb/gnu/uif/net/udp.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_fec.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_fecbd.o obj/m5208evb/gnu/cpu/coldfire/mcf5xxx/mcf5xxx_timer.o obj/m5208evb/gnu/dev/flash/amd_flash.o obj/m5208evb/gnu/board/common/dldbug.o obj/m5208evb/gnu/board/common/setget.o obj/m5208evb/gnu/board/common/mcfserial.o obj/m5208evb/gnu/board/m5208evb/src/evbcmds.o obj/m5208evb/gnu/board/m5208evb/src/m5208evb.o obj/m5208evb/gnu/board/m5208evb/src/params.o obj/m5208evb/gnu/board/m5208evb/src/sc.o obj/m5208evb/gnu/board/m5208evb/src/sysinit.o obj/m5208evb/gnu/board/m5208evb/src/tools/delay.o obj/m5208evb/gnu/board/m5208evb/src/tools/decompress.o obj/m5208evb/gnu/board/build.o -lgcc &lt;BR /&gt;GNU ld version 2.10 (with BFD 2.10)&lt;BR /&gt;/usr/local/lib/gcc-lib/m68k-elf/2.95.3/m5307/libgcc.a(__main.o): In function `__do_global_ctors':&lt;BR /&gt;/home/davidm/work/uclinux-elf-tools/m68k-elf-gcc/gcc/../../gcc-2.95.3/gcc/libgcc2.c(.text+0x3e): undefined reference to `atexit'&lt;BR /&gt;make[1]: *** [all] Error 1&lt;BR /&gt;make[1]: Leaving directory `/home/gunnar/AES/VIFXR/5208_DBUG/dbug'&lt;BR /&gt;make: *** [m5208evb] Error 2&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124333#M98</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-18T05:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124334#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;linking with libc.a by adding -lc to the linker options (right after -lgcc) solve the unresolved "atexit" problem (even though atexit isn't actually used), but then creates a conflict with "malloc" because "malloc" is defined in libc.a, but also has a definition in the dBug code, so I'll probably rename "malloc" to "mymalloc" or something&lt;BR /&gt;&lt;BR /&gt;also, I've switched to using gcc 4.1.1&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 02:07:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124334#M99</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-20T02:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124335#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;To summarize progress so far, I downloaded 5208_DBUG.zip from the freescale website and unzipped it. I then:&lt;BR /&gt;&lt;BR /&gt;1) converted all files to unix line endings:&lt;BR /&gt;find . -type f -print -exec fromdos \{\} \;&lt;BR /&gt;&lt;BR /&gt;2) make bin files executable:&lt;BR /&gt;chmod a+x bin/*&lt;BR /&gt;&lt;BR /&gt;3) change the name of uClinux_and_SBCTools to "tools" because make was having a hard time matching it (by the way: it should be uClinux NOT ucLinux), I changed the existing directory names and all refences to it in all files (just a couple of these)&lt;BR /&gt;&lt;BR /&gt;4) replaced C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/bin with /usr/local/m68k-uclinux/bin in build/gnu/mcf5xxx.comp and C:/SBCToolsV2/Standard/ColdFire/gcc/m68k-elf-3.3.2/lib/gcc-lib/m68k-elf/3.3.2/m5307 with /usr/local/lib/gcc/m68k-uclinux/4.1.1/m5307&lt;BR /&gt;&lt;BR /&gt;5) added "-lc" after "-lgcc" in proj/m5208evb/build/gnu/m5208evb.make&lt;BR /&gt;&lt;BR /&gt;With these changes I can make clean and then make m5208evb and I actually get a 598Kb m5208evb_flash.s19 file with no errors in the make, but some warnings. I haven't tried out the binaries or made a fully tested patch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;m68k-elf-gcc or m68k-uclinux-gcc version 4.1.1 and rest of m68k toolchain from m68k-uclinux-tools-20060615.sh with GNU Make 3.81&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 02:58:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124335#M100</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-20T02:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124336#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;(I'm concerned that it may have linked with libc's malloc and not the malloc in src/uif/alloc.c)&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 03:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124336#M101</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-20T03:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: dBug build problem under Linux</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124337#M102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The m5208evb_flash.s19 file worked (programmed frow MS Windows with CF Flasher), so I guess it used the right malloc.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 03:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124337#M102</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-07-20T03:33:07Z</dc:date>
    </item>
    <item>
      <title>error in proj/m5208evb/build/gnu/flash.ld (was: dBug build problem under Linux)</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124338#M103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;In proj/m5208evb/build/gnu/flash.ld&lt;BR /&gt;&lt;BR /&gt;user_space should have a LENGTH of 0x01FE0000&lt;BR /&gt;and USER_SPACE_SIZE should also be 0x01FE0000&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 22:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/dBug-build-problem-under-Linux/m-p/124338#M103</guid>
      <dc:creator>GunnarRistroph</dc:creator>
      <dc:date>2006-08-08T22:21:58Z</dc:date>
    </item>
  </channel>
</rss>

