Closed vmayoral closed 10 years ago
This is due to a fix of the event wait and clear methods. I forgot to propagate the changes to the examples. I'll do that tomorrow. @jadonk will have to merge those fixes back in tomorrow.
@olsonse great! Thanks.
Can you confirm and close this issue?
Some errors still remain:
make CROSS_COMPILE=
mkdir -p bin
for dir in PRU_memAccess_DDR_PRUsharedRAM PRU_memAccessPRUDataRam PRU_PRUtoPRU_Interrupt; do make -C $dir CROSS_Ce
make[1]: Entering directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_memAccess_DDR_PRUsharedRAM'
gcc -Wall -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -c -o obj/PRU_memAccess_DDR_PRU
gcc -Wall -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -o ../bin/PRU_memAccess_DDR_PRUd
make[1]: Leaving directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_memAccess_DDR_PRUsharedRAM'
make[1]: Entering directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_memAccessPRUDataRam'
gcc -Wall -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -c -o obj/PRU_memAccessPRUDataR
gcc -Wall -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -o ../bin/PRU_memAccessPRUDataRd
make[1]: Leaving directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_memAccessPRUDataRam'
make[1]: Entering directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_PRUtoPRU_Interrupt'
gcc -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -c -o obj/PRU_PRUtoPRU_Interrupt.o PR
gcc -I../../app_loader/include -D__DEBUG -O2 -mtune=cortex-a8 -march=armv7-a -o ../bin/PRU_PRUtoPRU_Interrupt obj/d
make[1]: Leaving directory `/root/pru/am335x_pru_package/pru_sw/example_apps/PRU_PRUtoPRU_Interrupt'
for a_file in PRU_memAccess_DDR_PRUsharedRAM/PRU_memAccess_DDR_PRUsharedRAM.p PRU_memAccessPRUDataRam/PRU_memAcce\
do \
../utils/pasm_2 -V3 -b $a_file ; \
done ; \
mv *.bin bin
/bin/sh: 3: ../utils/pasm_2: not found
/bin/sh: 3: ../utils/pasm_2: not found
/bin/sh: 3: ../utils/pasm_2: not found
/bin/sh: 3: ../utils/pasm_2: not found
mv: cannot stat `*.bin': No such file or directory
make: *** [all] Error 1
When making the
example_apps
i get the following:Tried on a BeagleBone (white) running kernel
3.8.13-bone35.2
and using Ubuntu FS. The whole process is described here.Has anybody experienced this before? is there a workaround? Thanks