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
Arduino
  • Products
  • More
Arduino
Arduino Forum Mensaje error compilacion Arduino
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 392 subscribers
  • Views 545 views
  • Users 0 members are here
Related

Mensaje error compilacion Arduino

Former Member
Former Member over 9 years ago

Por favor, me pueden explicar que significan esos mensajes que aparecen cuando se manda compilar un steck en Mint y funciona perfectamente con Windoes ?

 

Arduino:1.6.10 (Linux), Tarjeta:"Arduino/Genuino Uno"

 

SIGILL: illegal instruction

PC=0x8114699

 

goroutine 1 [running, locked to thread]:

math.init·1()

    /usr/local/go/src/math/pow10.go:34 +0x19 fp=0x18435f84 sp=0x18435f80

math.init()

    /usr/local/go/src/math/unsafe.go:21 +0x3f fp=0x18435f88 sp=0x18435f84

strconv.init()

    /usr/local/go/src/strconv/quote.go:455 +0x45 fp=0x18435fa4 sp=0x18435f88

io/ioutil.init()

    /usr/local/go/src/io/ioutil/tempfile.go:95 +0x4a fp=0x18435fc4 sp=0x18435fa4

github.com/go-errors/errors.init()

    /home/jenkins/jenkins/jobs/arduino-builder-linux32/workspace/src/github.com/go-errors/errors/stackframe.go:102 +0x3f fp=0x18435fc8 sp=0x18435fc4

main.init()

    /home/jenkins/jenkins/jobs/arduino-builder-linux32/workspace/src/arduino.cc/arduino-builder/main.go:371 +0x3f fp=0x18435fcc sp=0x18435fc8

runtime.main()

    /usr/local/go/src/runtime/proc.go:58 +0xbd fp=0x18435ff0 sp=0x18435fcc

runtime.goexit()

    /usr/local/go/src/runtime/asm_386.s:2287 +0x1 fp=0x18435ff4 sp=0x18435ff0

 

goroutine 2 [runnable]:

runtime.forcegchelper()

    /usr/local/go/src/runtime/proc.go:90

runtime.goexit()

    /usr/local/go/src/runtime/asm_386.s:2287 +0x1

 

goroutine 3 [runnable]:

runtime.bgsweep()

    /usr/local/go/src/runtime/mgc0.go:82

runtime.goexit()

    /usr/local/go/src/runtime/asm_386.s:2287 +0x1

 

eax     0x23

ebx     0x826e3d8

ecx     0x18400140

edx     0x826e3d8

edi     0x18435f80

esi     0x18435f8c

ebp     0x1843c03d

esp     0x18435f80

eip     0x8114699

eflags  0x210202

cs      0x73

fs      0x0

gs      0x3f

arduino-builder retornó 2

 

Error compilación en tarjeta Arduino/Genuino Uno.

 

Este reporte podría tener más información con

"Mostrar salida detallada durante la compilación"

opción habilitada en Archivo -> Preferencias.

 

 

Muchas gracias

  • Sign in to reply
  • Cancel
Parents
  • clem57
    clem57 over 9 years ago

    Instruction bad:

    eip     0x8114699

    Without source, I cannot say more.. But follow the suggestion above:

     

     

    This report may have more information

    "Show detailed output during compilation"

    option enabled File -> Preferences.

    This will turn on better diagnoses.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • clem57
    clem57 over 9 years ago

    Instruction bad:

    eip     0x8114699

    Without source, I cannot say more.. But follow the suggestion above:

     

     

    This report may have more information

    "Show detailed output during compilation"

    option enabled File -> Preferences.

    This will turn on better diagnoses.

    Clem

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

    Estimado, muchas gracias por su pronta respuesta.

    Revisando el fondo de mi mente, opte por desinstalar la vesion que tenia e instalar la 1.6.5-r5 y se acabaron todos los problemas. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 9 years ago in reply to Former Member

    Your welcome. Glad the reinstall fixed the problem. Goes the show that keeping up with later releases fixes bugs in old version.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to clem57

    Clem

    Nuevamente muchas gracias por su respuesta, y voy a mantenerme informado de las actualizaciones como usted me sugiere.

    Mis aludos  image

    • 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