Package Details: energia 1.8.10E23-1

Git Clone URL: https://aur.archlinux.org/energia.git (read-only, click to copy)
Package Base: energia
Description: Energia is a Arduino IDE clone for use with the MSP430 launchpad
Upstream URL: http://energia.nu/
Licenses: GPL
Provides: energia
Submitter: will.price94
Maintainer: mpento
Last Packager: mpento
Votes: 23
Popularity: 0.000000
First Submitted: 2013-01-07 23:18 (UTC)
Last Updated: 2020-03-08 13:47 (UTC)

Dependencies (4)

Required by (1)

Sources (3)

Pinned Comments

mpento commented on 2025-06-08 17:35 (UTC)

NOTE:

This package is not out of date. It represents the last official binary release from http://energia.nu/ of Energia at version 23 (1.8.10E23)

I am in the process of creating a new package (energia-git) which will provide the latest fork of the project.

I will replace this pinned comment with the link to the new AUR package when it is complete.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

will.price94 commented on 2014-05-08 09:08 (UTC)

If /run/lock/lockdev is owned by group root, you can run $ sudo chgrp lock /run/lock/lockdev Let me know if this fixes it and I'll add the permission change to the tmpfile.

will.price94 commented on 2014-05-08 09:06 (UTC)

Hi whakim, Thanks for the tip, I've fixed the PKGBUILD. Could you post the output of... $ ls -l /run | grep lock $ ls -l /run/lock Could you also make sure that the tmpfile has been installed to /etc/tmpfiles.d/legacy.conf

whakim commented on 2014-05-08 04:20 (UTC)

It seems that adding staticlibs to the options solve the issue, but I still have problem on the permission during the upload process although I've add user to uucp and lock group after the installation. So, I have to run energia through sudo.

will.price94 commented on 2014-05-07 15:34 (UTC)

It appears however the files are copied in the PKGBUILD the result in the pkg/ directory yields this error. Not quite sure what's going on since I can copy the files manually using the same `cp` commands without problems.

will.price94 commented on 2014-05-06 08:41 (UTC)

That's strange, I also get that error. I'm busy today, but I'll try and get it fixed tomorrow :)

dongfengweixiao commented on 2014-05-06 02:43 (UTC)

I have those error: /opt/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot find -lm /opt/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot find -lgcc /opt/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot find -lc /opt/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot find -lgcc /opt/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot find -lcrt0 collect2: ld returned 1 exit status If i donnot install this package,No problem!

will.price94 commented on 2014-05-04 22:59 (UTC)

Alright, I've updated the package... here's a changelog: * Updated energia to 0012 * We now use a tmpfile.d configuration `legacy.conf' to override the default permissions set by arch on the /run/lock directory. This should (hopefully) cure issues with not being able to access the serial port as a user * Use the icons bundled in the source distribution, and install them using `xdg-icon-resource' * The desktop file has been updated a little to reflect deprecated values in the desktop specification * Modularize the PKGBUILD to be a little more literate in style Let me know if you have any problems (email is better than a comment) Sorry it's been so long since the last update, I left Arch for a bit, but now I'm back :)

Mithefe commented on 2014-05-04 19:02 (UTC)

oops, this too + Icon=/opt/energia/energia_48.png

Mithefe commented on 2014-05-04 14:23 (UTC)

diff 009.3 -vs- 0012.1 +pkgver=0012 +pkgrel=1 + +if [[ $CARCH == "x86_64" ]]; then + source=('http://energia.nu/download/downloadv3.php?file=energia-0101E0012-linux64.tgz') + md5sums=('5046bfda7c04f9539a36fe13063ef180' ) +else + source=('http://energia.nu/download/downloadv3.php?file=energia-0101E0012-linux.tgz') + md5sums=('bddf7f34ceb0288222d8ecddb206665b') +fi +build() { + echo +}

duca commented on 2014-02-05 23:48 (UTC)

Here is an upated pkguild https://bitbucket.org/eduardoml/archlinux-aur/src/1b1f0ecca11ed56984bfd4c3f634710fc7db468d/energia/PKGBUILD?at=default