Author Topic: compiling micrnucleos in Linux results in error  (Read 2936 times)

cave

  • Newbie
  • *
  • Posts: 1
compiling micrnucleos in Linux results in error
« on: January 31, 2013, 12:12:44 pm »
hi

i tried to install the arduino IDE with the Digispark integration.

i went through: http://digistump.com/wiki/digispark/tutorials/connecting#linux

but at the point where i had to compile the micronucleos thingie, i ran into problems.

Code: [Select]
cave@cave:~/digispark/micronucleus-t85-master/commandline> make
Building library: micronucleus_lib...
gcc `libusb-config --cflags` `libusb-config --libs` -Ilibrary -O -g -D LINUX -c library/micronucleus_lib.c
Building library: littleWire_util...
gcc `libusb-config --cflags` `libusb-config --libs` -Ilibrary -O -g -D LINUX -c library/littleWire_util.c
Building example: micronucleus...
gcc `libusb-config --cflags` `libusb-config --libs` -Ilibrary -O -g -D LINUX -o micronucleus examples/micronucleus.c micronucleus_lib.o littleWire_util.o `libusb-config --libs`
cave@cave:~/digispark/micronucleus-t85-master/commandline>

i am running openSuse 12.1 Linux
Arduino IDE normally makes no problem.

br
cave

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: compiling micrnucleos in Linux results in error
« Reply #1 on: January 31, 2013, 12:35:58 pm »
am I blind or am I missing what is going wrong here? I don't see any errors in the code you posted? can you further explain the issue?


Thanks,
Erik