aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

IDE cannot link lib"variant" #12

Closed aethaniel closed 9 years ago

aethaniel commented 9 years ago

Reported by @logos-electromechanical :

I got a weird error that I don't understand things well enough to find the source of. I assume it's something in the way the platform.txt recipes are trying to grab the variant archive, but I can't figure out what precisely is failing. Here's the error message:

arm-none-eabi-gcc: error: C:......\Arduino\hardware\arachnio\sam\variants\logos_arachnio_due/logos_arachnio_due: No such file or directory Error compiling.

aethaniel commented 9 years ago

@logos-electromechanical, you should obtain more information by activating build command line output in file->preferences. This can help while report issues. Well, no need to copy here the whole output but the last 20 lines should be enough at first.