Yona-Appletree / LEDscape

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.
126 stars 58 forks source link

pasm.c:1356:1: fatal error: opening dependency file am335x/pasm/.pasm.d: No such file or directory #17

Closed MarkAYoder closed 9 years ago

MarkAYoder commented 9 years ago

I just did a fresh clone of LEDscape and I get the following error make'ing on a BeagleBone Black.

pasm.c:1356:1: fatal error: opening dependency file am335x/pasm/.pasm.d: No such file or directory

The full output of the make is here [1].

I'm running Debian, the 2014-11-11 image.

I've had success with LEDscape before. I'm not sure what has changed this time.

--Mark

[1] http://paste.debian.net/134992/

RGB-123 commented 9 years ago

Mark, did you issue #make clean ? I just did a fresh install on a brand new RevC BBB without any trouble.

Yona-Appletree commented 9 years ago

I also just did a fresh install without issue. If make clean doesn't work, try a freshly cloned version of the repo from github.

MarkAYoder commented 9 years ago

Interesting.... If I login at debian and to the make it works fine. If I login as root, it fails. So I have a solution, but I'd like to know why making as root fails.

Thanks for the help...

--Mark

MarkAYoder commented 9 years ago

I found the real problem. I had CFLAGS and CC set and it was overriding the value in the Makefile.