wish I had a clue


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869

    Default wish I had a clue

    Here is the output I get from MPLAB:
    Executing: "C:\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p16F1827 "..\..\..\..\..\PBP\mcs projects\HighBot\High blink.bas"
    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -k# -p16F1827 "..\..\..\..\..\PBP\mcs projects\HighBot\High blink.bas"
    PICBASIC PRO(TM) Compiler 2.60B, (c) 1998, 2011 microEngineering Labs, Inc.
    All Rights Reserved.
    BUILD FAILED: Sun May 01 17:03:52 2011
    heres the entire program:
    Code:
    OSCCON = %11110010
    DEFINE OSC 32
    led  var portb.5
    main:
    toggle led
    pause 500
    goto main
    anybody have any ideas why the build fails? It goes through all the normal things, including mpasm green bar.


    EDIT: Solved it. my DOH!!!!!! No spaces allowed in file name I suppose.
    Last edited by cncmachineguy; - 1st May 2011 at 22:27. Reason: found answer
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    Could be you are reaching the path character (number of ) limit and removing the spaces cut it down enough. Allowed something like 62 characters. If not just us "_" for a space for readability.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    works fine here.

    (great, now I see your edit)
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    I had another solution, but my post have been deleted... oh well, I got no more love in here
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    Quote Originally Posted by mister_e View Post
    I had another solution, but my post have been deleted... oh well, I got no more love in here
    Steve, if you are referring to the post with the camels it had nothing to do with the subject or the forum. I did not delete, another moderator beat me to it but I saw it in the email notification.
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    Sad...I'm quite impressed NO ONE never heard of Camel Case...even more impressed on a "programmer" forum... oh well...

    a bit of culture then
    http://c2.com/cgi/wiki?CamelCase

    SometimeYouNeedToReadBetweenTheLineButModeratorPow erTripSeemsToDisableThisFeature
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  7. #7
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    Well, it appears that Camel Case is an official term. At least according to Microchip's MPlabX, and can be selected, or unselected. Got a chuckle from me.

    Name:  camel-case.PNG
Views: 612
Size:  31.5 KB

  8. #8
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    hahaha! How dare you have some doubt about it

    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  9. #9
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default Re: wish I had a clue

    You had me at "wikipedia"....
    Last edited by ScaleRobotics; - 10th August 2011 at 18:17.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts