element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Microchip
  • Products
  • Manufacturers
  • Microchip
  • More
  • Cancel
Microchip
Forum explorer 16 board
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Microchip to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 19 subscribers
  • Views 648 views
  • Users 0 members are here
Related

explorer 16 board

Former Member
Former Member over 15 years ago

Hi

I got an explorer 16 board, tried to build it but I couldn't. The error is

 

Make: The target "C:\tutorial\adc.o" is out of date.

Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-as.exe" -mcpu=24FJ128GA010 -x c -c   "adc.c" -o"adc.o" -D__DEBUG -D__MPLAB_DEBUGGER_ICD2=1 -g

C:\Program Files\Microchip\MPLAB C30\bin\bin/pic30-coff-as.exe: unrecognized option `-mcpu=24FJ128GA010'

Halting build on first failure as requested.

 

The user guide I got is not matching with MPLAB. I have bought Explorer 16 100 pin and I would like to use PIC24FJ128GA010. The code example and other demo files provided in the CD are for PIC24FJ64GA004.

 

Is there any new version of explorer 16 user guide available or demo files for PIC24FJ128GA010. Could you please advice me how to get the build succesful.

 

Thank you

Alen

  • Sign in to reply
  • Cancel
Parents
  • MicrochipRTCfr
    MicrochipRTCfr over 15 years ago

    Hi Allen,

     

    There are 2 versions of EXPLORER16 :

    * Explorer 16 ( DM240001 )  2 x 100 pins uC on PIM

    * Explorer 16 ( DM240002 )  1 x 44 pins uC on PIM

     

    The links above have the same manuals & SW at the bottom of the page.

     

    As SW on the CD-ROM delivered with boards is sometimes old, it is always better to check Microchip website first.

     

    To download latest MPLAB : http://www.microchip.com/MPLAB

    To download latest compilers : http://www.microchip.com/compilers

     

    Code examples (most of them run on EXPLORER 16 : http://www.microchip.com/codeexamples

     

    Technical support : http://support.microchip.com

     

    Microchip Community forums : http://forum.microchip.com

     

    You can take trainings from Microchip Regional Training centers all over the world : http://www.microchip.com/RTC

     

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 14 years ago in reply to MicrochipRTCfr

    I got an explorer 16 board, tried to build it but I couldn't. The error is

     

    Make: The target "C:\tutorial\adc.o" is out of date.

     

    I have uploaded lastest revisions MPLAB 8.56

    I have tried different example codes and still get errors

     

     

     

    Release build of project `C:\Tutorial\Real_Time_Clock.mcp' started.
    Language tool versions: pic30-as.exe v3.24, pic30-ar.exe v3.24
    Sat Oct 02 21:26:15 2010
    ----------------------------------------------------------------------
    Make: The target "C:\Tutorial\source\traps.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "traps.c" -o"traps.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\main_rtc.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "main_rtc.c" -o"main_rtc.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\isr_timer1.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "isr_timer1.c" -o"isr_timer1.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\init_timer1.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "init_timer1.c" -o"init_timer1.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\isr_INTpin.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "isr_INTpin.c" -o"isr_INTpin.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\init_INTpin.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "init_INTpin.c" -o"init_INTpin.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\hexdec.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "hexdec.c" -o"hexdec.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\enSecOsc.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -c -I"..\h" "enSecOsc.s" -o"enSecOsc.o" -Wa,-g
    Make: The target "C:\Tutorial\source\delay.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -c -I"..\h" "delay.s" -o"delay.o" -Wa,-g
    Make: The target "C:\Tutorial\source\LCD_demoBrd.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "LCD_demoBrd.c" -o"LCD_demoBrd.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\LCD_exp16Brd.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "LCD_exp16Brd.c" -o"LCD_exp16Brd.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\hex\Real_Time_Clock.cof" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 "..\source\traps.o" "..\source\main_rtc.o" "..\source\isr_timer1.o" "..\source\init_timer1.o" "..\source\isr_INTpin.o" "..\source\init_INTpin.o" "..\source\hexdec.o" "..\source\enSecOsc.o" "..\source\delay.o" "..\source\LCD_demoBrd.o" "..\source\LCD_exp16Brd.o" -o"Real_Time_Clock.cof" -Wl,-Tp24HJ256GP610.gld,--defsym=__MPLAB_BUILD=1,--defsym=__ICD2RAM=1,-Map="Real_Time_Clock.map",--report-mem

     


    Program Memory Usage

     

    section                    address   length (PC units)   length (bytes) (dec)
    -------                    -------   -----------------   --------------------
    .reset                           0                 0x4             0x6  (6)
    .ivt                           0x4                0xfc           0x17a  (378)
    .aivt                        0x104                0xfc           0x17a  (378)
    .text                        0x200               0x40a           0x60f  (1551)
    .const                       0x60a                0x22            0x33  (51)
    .dinit                       0x62c                 0xe            0x15  (21)
    .isr                         0x63a                 0x2             0x3  (3)
    __FOSCSEL                 0xf80006                 0x2             0x3  (3)
    __FOSC                    0xf80008                 0x2             0x3  (3)
    __FWDT                    0xf8000a                 0x2             0x3  (3)

     

                         Total program memory used (bytes):          0x95d  (2397) <1%

     


    Data Memory Usage

     

    section                    address      alignment gaps    total length  (dec)
    -------                    -------      --------------    -------------------
    .icd                         0x800                0x50            0x50  (80)
    .nbss                        0x850                   0             0x4  (4)
    .nbss                        0x854                   0             0x2  (2)

     

                            Total data memory used (bytes):           0x56  (86) <1%

     


    Dynamic Memory Usage

     

    region                     address                      maximum length  (dec)
    ------                     -------                      ---------------------
    heap                             0                                   0  (0)
    stack                        0x856                              0x3faa  (16298)

     

                            Maximum dynamic memory (bytes):         0x3faa  (16298)

     

    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-bin2hex.exe" "C:\Tutorial\hex\Real_Time_Clock.cof"
    Loaded C:\Tutorial\hex\Real_Time_Clock.cof.
    ----------------------------------------------------------------------
    Release build of project `C:\Tutorial\Real_Time_Clock.mcp' succeeded.
    Language tool versions: pic30-as.exe v3.24, pic30-ar.exe v3.24
    Sat Oct 02 21:26:27 2010
    ----------------------------------------------------------------------
    BUILD SUCCEEDED

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 14 years ago in reply to MicrochipRTCfr

    I got an explorer 16 board, tried to build it but I couldn't. The error is

     

    Make: The target "C:\tutorial\adc.o" is out of date.

     

    I have uploaded lastest revisions MPLAB 8.56

    I have tried different example codes and still get errors

     

     

     

    Release build of project `C:\Tutorial\Real_Time_Clock.mcp' started.
    Language tool versions: pic30-as.exe v3.24, pic30-ar.exe v3.24
    Sat Oct 02 21:26:15 2010
    ----------------------------------------------------------------------
    Make: The target "C:\Tutorial\source\traps.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "traps.c" -o"traps.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\main_rtc.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "main_rtc.c" -o"main_rtc.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\isr_timer1.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "isr_timer1.c" -o"isr_timer1.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\init_timer1.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "init_timer1.c" -o"init_timer1.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\isr_INTpin.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "isr_INTpin.c" -o"isr_INTpin.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\init_INTpin.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "init_INTpin.c" -o"init_INTpin.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\hexdec.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "hexdec.c" -o"hexdec.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\enSecOsc.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -c -I"..\h" "enSecOsc.s" -o"enSecOsc.o" -Wa,-g
    Make: The target "C:\Tutorial\source\delay.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -c -I"..\h" "delay.s" -o"delay.o" -Wa,-g
    Make: The target "C:\Tutorial\source\LCD_demoBrd.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "LCD_demoBrd.c" -o"LCD_demoBrd.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\source\LCD_exp16Brd.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 -x c -c   "LCD_exp16Brd.c" -o"LCD_exp16Brd.o" -I"..\h" -g -O1
    Make: The target "C:\Tutorial\hex\Real_Time_Clock.cof" is out of date.
    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24HJ256GP610 "..\source\traps.o" "..\source\main_rtc.o" "..\source\isr_timer1.o" "..\source\init_timer1.o" "..\source\isr_INTpin.o" "..\source\init_INTpin.o" "..\source\hexdec.o" "..\source\enSecOsc.o" "..\source\delay.o" "..\source\LCD_demoBrd.o" "..\source\LCD_exp16Brd.o" -o"Real_Time_Clock.cof" -Wl,-Tp24HJ256GP610.gld,--defsym=__MPLAB_BUILD=1,--defsym=__ICD2RAM=1,-Map="Real_Time_Clock.map",--report-mem

     


    Program Memory Usage

     

    section                    address   length (PC units)   length (bytes) (dec)
    -------                    -------   -----------------   --------------------
    .reset                           0                 0x4             0x6  (6)
    .ivt                           0x4                0xfc           0x17a  (378)
    .aivt                        0x104                0xfc           0x17a  (378)
    .text                        0x200               0x40a           0x60f  (1551)
    .const                       0x60a                0x22            0x33  (51)
    .dinit                       0x62c                 0xe            0x15  (21)
    .isr                         0x63a                 0x2             0x3  (3)
    __FOSCSEL                 0xf80006                 0x2             0x3  (3)
    __FOSC                    0xf80008                 0x2             0x3  (3)
    __FWDT                    0xf8000a                 0x2             0x3  (3)

     

                         Total program memory used (bytes):          0x95d  (2397) <1%

     


    Data Memory Usage

     

    section                    address      alignment gaps    total length  (dec)
    -------                    -------      --------------    -------------------
    .icd                         0x800                0x50            0x50  (80)
    .nbss                        0x850                   0             0x4  (4)
    .nbss                        0x854                   0             0x2  (2)

     

                            Total data memory used (bytes):           0x56  (86) <1%

     


    Dynamic Memory Usage

     

    region                     address                      maximum length  (dec)
    ------                     -------                      ---------------------
    heap                             0                                   0  (0)
    stack                        0x856                              0x3faa  (16298)

     

                            Maximum dynamic memory (bytes):         0x3faa  (16298)

     

    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-bin2hex.exe" "C:\Tutorial\hex\Real_Time_Clock.cof"
    Loaded C:\Tutorial\hex\Real_Time_Clock.cof.
    ----------------------------------------------------------------------
    Release build of project `C:\Tutorial\Real_Time_Clock.mcp' succeeded.
    Language tool versions: pic30-as.exe v3.24, pic30-ar.exe v3.24
    Sat Oct 02 21:26:27 2010
    ----------------------------------------------------------------------
    BUILD SUCCEEDED

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • MicrochipRTCfr
    MicrochipRTCfr over 14 years ago in reply to Former Member

    Hi,

     

    From the error message, I see that you selected the PIC24HJ256GP610A-I/PF.PIC24HJ256GP610A-I/PF..

    Which board do you use ?

    If it is an EXPLORER16, didi you change the processor module (PIM on the EXPLORER16) ?

    Which development tool (ICD3 ? Pickit 3) to program the EXPLORER 16 ?

     

    This kind of message is absolutely normal : Make: The target "C:\tutorial\adc.o" is out of date.

    It just means that you must compile.

    In fact "BUILD SUCCEEDED" at the end of your message shows that you had a successful build (no error) and that you can program the target.

     

    regards

     

    Microchip Training Center Worldwide : http://www.microchip.com/RTC

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube