<?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: HI,                I am a basic level programer in MCF528... in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145468#M3104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Venkat,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The first error in the list of errors you provide "fec.c:362: error: dereferencing pointer to incomplete type" means that on line 362 of fec.c you are referencing a struct that has not been defined.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For example, you are writing something like:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;struct some_struct_type *ptr;p-&amp;gt;member = something;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;But you have never defined the structure like this:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;struct some_struct_type {  int member;};&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I suspect that you have copied source code, and you haven't copied the definitions from a header. This is a simple programming error.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Most, if not all,&amp;nbsp;FEC drivers are written to work with the particulary network protocol stack that is in use so I doubt if anyone will have code that you can just copy into your application. As I said before, if you are not going to use an existing operating system or stack you need to fully understand the way that the FEC works to write your own driver.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Look at section 17.4.2 in the MCF5282 user manual, it tells you how to initialise the FEC - I know that this works. Then look at section 17.6.1 and 17.6.1.1, it tells you how to pass a buffer of data to the FEC. If you make a buffer that is a UDP packet and follow the instructions you will put a UDP packet onto the network. Use Ethereal &lt;A href="http://www.ethereal.com/download.html" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://www.ethereal.com/download.html&lt;/A&gt;&amp;nbsp;to see the packets on the network.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 08:46:44 GMT</pubDate>
    <dc:creator>mccPaul</dc:creator>
    <dc:date>2020-10-29T08:46:44Z</dc:date>
    <item>
      <title>HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145462#M3098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am a basic level programer in MCF5282. I have been getting confusion about the functionalities of FEC(Fast Ethernet Controller).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My&amp;nbsp; confusion is that whether FEC&amp;nbsp; generate IP address or not. If anybody knows about the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;functionalities of&amp;nbsp; FEC and IP address generation or any related programs. Please suggest me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in this regard would be helpful for My project requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;venkat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 12:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145462#M3098</guid>
      <dc:creator>venki_02</dc:creator>
      <dc:date>2007-09-13T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145463#M3099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The FEC doesn't generate any addresses. It is a low level device that will either take a properly constructed Ethernet frame from memory and will transmit it to physical interface to the Ethernet, or it will receive a frame from the Ethernet and store it in memory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;An Ethernet frame contains a header that describes the content of the frame and also contains MAC addresses for the source and destination of the frame.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The content of the frame may be an IP packet, in which case the frame header will be followed by an IP header. This may then be followed by a UDP header, and so on. This site has some good descriptions of the various headers:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://www.networksorcery.com/enp/protocol/ip.htm" rel="nofollow" target="_blank"&gt;http://www.networksorcery.com/enp/protocol/ip.htm&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also try Wikipedia.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The MAC address is a hardware level address, which you can make up yourself for testing. For a product that is distributed, you need to use a registered MAC address, to ensure that you do not conflict with any other device.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The IP address is provided by the TCP/IP stack and will be set by the user or by DHCP.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 16:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145463#M3099</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2007-09-17T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145464#M3100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;HI.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mr paul&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have problem with FEC driver creation. I use&amp;nbsp;MCF5282.&amp;nbsp; I've simplified driver and now it's just initialization function then I've not idea for Tx and Rx data to external devices&amp;nbsp;via tranceiver.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have any program for thit please help me that&amp;nbsp; helpful&amp;nbsp;to my project. I am expecting for your&lt;/DIV&gt;&lt;DIV&gt;suggestion.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; venkat&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 22:06:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145464#M3100</guid>
      <dc:creator>venki_02</dc:creator>
      <dc:date>2007-09-17T22:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145465#M3101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have made a few posts on FEC driver creation - &lt;A href="http://forums.freescale.com/freescale/tracker?user.id=3717" target="_blank"&gt;http://forums.freescale.com/freescale/tracker?user.id=3717&lt;/A&gt;&amp;nbsp;- this link will display all my posts, and you should be able to find a few code snippets if you search the forums and look at the resources available on Freescale's web page for the 5282..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You will need to understand the FEC chapter in the MCF5282 user manual before you will be able to follow any of the available source code examples. If you want to see working FEC drivers then you can look at the ColdfireLite stack or uTasker (these are for the MCF52235 but the FEC is the same) or look at the source code for dBug.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(Edit: spelling)&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by mccp on &lt;SPAN class="date_text"&gt;2007-09-18&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:30 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 16:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145465#M3101</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2007-09-18T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145466#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;HI.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mr paul&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have studied FEC in 5282 as well as getting driver program from forums.freescale.&lt;BR /&gt;&amp;nbsp; Now, I am trying&amp;nbsp; to write FEC program for Tx the vedio signal to the FEC&amp;nbsp; hardware.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my project is that how to Tx&amp;nbsp; vedio data&amp;nbsp; to hardware device like 5272,528x.....etc&lt;BR /&gt;&amp;nbsp; via FEC.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; First I check IP address of required&amp;nbsp; device needed vedio data then,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; I will Tx vedio data to hardware device&amp;nbsp; which IP address&amp;nbsp; matched.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; If i will have any&amp;nbsp; confusion that i will ask you.so, I agree that you are&amp;nbsp; a genius.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; venkat&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 20:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145466#M3102</guid>
      <dc:creator>venki_02</dc:creator>
      <dc:date>2007-09-18T20:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145467#M3103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HI&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mr paul&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Mr&amp;nbsp; Joel&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mr Alban&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Whenever I am trying to compile my source code that &lt;SPAN class="postbody"&gt;I get a lot of errors in fec.c kernel program.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="postbody"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anyone help me with this? .If anyone have a currect program for fec.c then please you&amp;nbsp; will give&amp;nbsp; me&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; that&amp;nbsp; very helpful to my project.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c: In function ‘fec_enet_start_xmit’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:362: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:363: error: expected ‘)’ before ‘fec_t’&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:363: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:371: warning: assignment from incompatible pointer type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:374: error: request for member ‘cbd_sc’ in something not a structu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:378: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fec.c:385: error: request for member ‘cbd_sc’ in something not a structu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 228 fec.c:389: error: request for member ‘cbd_bufaddr’ in something not a st&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ructure or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 229 fec.c:390: error: request for member ‘cbd_datlen’ in something not a str&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ucture or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 230 fec.c:412: error: request for member ‘cbd_sc’ in something not a structu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 231 fec.c:415: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 232 fec.c:418: error: request for member ‘fec_x_des_active’ in something not&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a structure or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; 233 fec.c:422: error: request for member ‘cbd_sc’ in something not a structu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234 fec.c:423: warning: assignment from incompatible pointer type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 235 fec.c:428: error: request for member ‘cbd_sc’ in something not a structu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re or union&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 236 fec.c: In function ‘fec_timeout’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 237 fec.c:443: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 238 fec.c:445: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 239 fec.c: In function ‘fec_enet_interrupt’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 240 fec.c:491: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ befor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 241 fec.c:491: error: ‘fecp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 242 fec.c:499: error: expected ‘)’ before ‘fec_t’&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 243 fec.c:499: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244 fec.c:503: error: ‘int_events’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245 fec.c: In function ‘fec_enet_tx’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 246 fec.c:556: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 247 fec.c: In function ‘fec_enet_rx’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 248 fec.c:651: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ befor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 249 fec.c:651: error: ‘fecp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 250 fec.c:657: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 251 fec.c:658: error: expected ‘)’ before ‘fec_t’&lt;BR /&gt;252 fec.c:658: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 253 fec.c:663: error: ‘bdp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 254 fec.c:734: warning: assignment makes pointer from integer without a cast&amp;nbsp;&amp;nbsp;&amp;nbsp; 255 fec.c:737: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 fec.c: In function ‘fec_enet_open’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 257 fec.c:1465: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 258 fec.c: In function ‘fec_enet_get_stats’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 259 fec.c:1508: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 260 fec.c: In function ‘set_multicast_list’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 261 fec.c:1526: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ befo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 262 fec.c:1526: error: ‘ep’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 263 fec.c:1528: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 264 fec.c:1529: error: ‘immap_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 265 fec.c:1529: error: expected ‘)’ before ‘IMAP_ADDR’&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 266 fec.c:1531: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 267 fec.c:1534: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 268 fec.c:1540: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 269 fec.c: In function ‘fec_enet_init’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 270 fec.c:1595: error: ‘dma_addr_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 271 fec.c:1595: error: expected ‘;’ before ‘mem_addr’&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 273 fec.c:1598: error: ‘immap’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 274 fec.c:1601: error: ‘bd_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 275 fec.c:1601: error: ‘bd’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 276 fec.c:1606: error: ‘immap_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 277 fec.c:1606: error: expected expression before ‘)’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 278 fec.c:1608: error: expected expression before ‘)’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 279 fec.c:1610: warning: assignment makes pointer from integer without a cas&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 280 fec.c:1614: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 281 fec.c:1616: error: ‘fecp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 282 fec.c:1651: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 283 fec.c:1661: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 284 fec.c:1662: error: ‘mem_addr’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 285 fec.c:1679: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 286 fec.c:1712: warning: passing argument 2 of ‘request_irq’ from incompatib&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; le pointer type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 287 fec.c:1737: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 288 fec.c:1740: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 289 fec.c:1741: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 290 fec.c:1742: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 291 fec.c:1743: error: dereferencing pointer to incomplete type&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; fec.c:1744: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 293 fec.c:1745: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 294 fec.c:1746: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 295 fec.c:1760: error: ‘SPRN_IMMR’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 296 fec.c:1785: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 297 fec.c:1791: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 298 fec.c: In function ‘fec_restart’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 299 fec.c:1822: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ befo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300 fec.c:1822: error: ‘immap’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 301 fec.c:1826: error: ‘immap_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 302 fec.c:1826: error: expected expression before ‘)’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 303 fec.c:1831: error: ‘fecp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 304 fec.c:1833: error: dereferencing pointer to incomplete type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 305 fec.c: In function ‘fec_stop’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 306 fec.c:1958: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ befo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; re ‘*’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 307 fec.c:1958: error: ‘immap’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 fec.c:1962: error: ‘immap_t’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 309 fec.c:1962: error: expected expression before ‘)’ token&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 310 fec.c:1965: error: ‘fecp’ undeclared (first use in this function)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 311 fec.c:1971: error: dereferencing pointer to incomplete type&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; venkat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 16:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145467#M3103</guid>
      <dc:creator>venki_02</dc:creator>
      <dc:date>2007-09-26T16:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145468#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Venkat,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The first error in the list of errors you provide "fec.c:362: error: dereferencing pointer to incomplete type" means that on line 362 of fec.c you are referencing a struct that has not been defined.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For example, you are writing something like:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;struct some_struct_type *ptr;p-&amp;gt;member = something;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;But you have never defined the structure like this:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;struct some_struct_type {  int member;};&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I suspect that you have copied source code, and you haven't copied the definitions from a header. This is a simple programming error.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Most, if not all,&amp;nbsp;FEC drivers are written to work with the particulary network protocol stack that is in use so I doubt if anyone will have code that you can just copy into your application. As I said before, if you are not going to use an existing operating system or stack you need to fully understand the way that the FEC works to write your own driver.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Look at section 17.4.2 in the MCF5282 user manual, it tells you how to initialise the FEC - I know that this works. Then look at section 17.6.1 and 17.6.1.1, it tells you how to pass a buffer of data to the FEC. If you make a buffer that is a UDP packet and follow the instructions you will put a UDP packet onto the network. Use Ethereal &lt;A href="http://www.ethereal.com/download.html" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://www.ethereal.com/download.html&lt;/A&gt;&amp;nbsp;to see the packets on the network.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:46:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145468#M3104</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2020-10-29T08:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: HI,                I am a basic level programer in MCF528...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145469#M3105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;HI&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Mr paul&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; First I thank for your suggestion.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I got&amp;nbsp; following errors while compiling my codes. Do you know why this kind of errors occur while&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compiling my codes.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know that you can solve this errors.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----&amp;gt;SPRG.c&amp;nbsp; is my&amp;nbsp; source code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----&amp;gt;libgcc2.h is kernel code&lt;BR /&gt;&lt;BR /&gt;////**********&lt;BR /&gt;this is the code in "libgcc2.h"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if W_TYPE_SIZE == 8&lt;BR /&gt;# define Wtype_MAXp1_F&amp;nbsp; 0x1p8f&lt;BR /&gt;#elif W_TYPE_SIZE == 16&lt;BR /&gt;# define Wtype_MAXp1_F&amp;nbsp; 0x1p16f&lt;BR /&gt;#elif W_TYPE_SIZE == 32&lt;BR /&gt;# define Wtype_MAXp1_F&amp;nbsp; 0x1p32f&lt;BR /&gt;#elif W_TYPE_SIZE == 64&lt;BR /&gt;# define Wtype_MAXp1_F&amp;nbsp; 0x1p64f&lt;BR /&gt;#else&lt;BR /&gt;# error "expand the table"&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;*************///////////&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgcc2.h:214:3: error: #error "expand the table"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In file included from SPRG.c:5:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tm-m68k.h:117:7: warning: extra tokens at end of #endif directive&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPRG.c: In function ‘main’:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPRG.c:166: warning: ‘struct fec_enet_private’ declared inside parameter list&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; venkat&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 18:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/HI-I-am-a-basic-level-programer-in-MCF528/m-p/145469#M3105</guid>
      <dc:creator>venki_02</dc:creator>
      <dc:date>2007-09-29T18:09:06Z</dc:date>
    </item>
  </channel>
</rss>

