Error : not able to upload code

New members questions
Post Reply
jack
Posts: 47
Joined: Wed Aug 21, 2013 12:37 am

Error : not able to upload code

Post by jack »

Greetings,

this is my first post :)

i just received my RA plus controller with the addons and is confusing

after reading the manual finally asscembled the basic stuff and tried uploading the codes but somehow i am not able to upload it and the following error comes again and again


The following features were automatically added:
Watchdog Timer
Version Menu

The following features were detected:
Simple Menu
Binary sketch size: 19,040 bytes (of a 258,048 byte maximum)
dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude
Reason: image not found


thanks in advance for the help
waiting for the reply
jack
Posts: 47
Joined: Wed Aug 21, 2013 12:37 am

Re: Error : not able to upload code

Post by jack »

a bit info on my system i am using Mac OS X version 10.6.8 hope this helps :)
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error : not able to upload code

Post by lnevo »

Do a search for 10.6.8 theres a manual fix for that library...but i had thought roberto fixed it...either way should be an easy fix.
jack
Posts: 47
Joined: Wed Aug 21, 2013 12:37 am

Re: Error : not able to upload code

Post by jack »

i am not at all coding person

so 10.6.8 what you said didnt made me understood what is this

can you please elaborate with details

sorry this might be funny i dont know the abc of coding but thanks for the help :)
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Error : not able to upload code

Post by rimai »

That has nothing to do with libraries....
It's a specific to MacOSX 10.6.8
Later versions of MacOSX don't have this problem...
http://forum.reefangel.com/viewtopic.php?p=11125#p11125
It's pretty simple to fix though...
Open your terminal and use the following commands:

Code: Select all

cd /usr/lib
sudo ln -s libedit.2.dylib libedit.3.dylib
Roberto.
jack
Posts: 47
Joined: Wed Aug 21, 2013 12:37 am

Re: Error : not able to upload code

Post by jack »

got it

but it says i need password now what password to give ?? my laptop doesnt have any sort of password :(
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Error : not able to upload code

Post by rimai »

Whatever password your Mac is setup.
If you don't have one, don't know it or want to change it, google "sudo password mac"
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error : not able to upload code

Post by lnevo »

Its your account password...if you dont know go to the settings app and go to users/accounts and change your password
jack
Posts: 47
Joined: Wed Aug 21, 2013 12:37 am

Re: Error : not able to upload code

Post by jack »

thank you very much :) its done

it says done uploading and rebooting the reefangel controller

how long does it usually takes ??
Post Reply