Hello.
I'm trying to compile cyclingtest (https://rt.wiki.kernel.org/index.php/Cyclictest) for my NGW100 Board.
i have added the avr32-linux-gcc Path to my Path variable.
Then I try to compile it with "make CROSS_COMPILE=avr32-linux-" but it only compiles it for my x86-PC.
Can anybody help me please?
Thx
hce
Posted: May 19, 2011 - 03:12 PM
Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway
Code:
make CC=avr32-linux-gcc
But that will not help you a lot more, AFAICT uClibc lacks support for priority inheritance mutexes.