Advertisement
geekswine

Error in "make" command

Feb 23rd, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. make[1]: Entering directory `/home/vinit/cmpt433/AM335X_StarterWare_02_00_01_01/build/armv7a/gcc/am335x/beaglebone/platform'
  2. mkdir -p Debug
  3. /home/vinit/cmpt433/linaro-gcc/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -c -mlong-calls -fdata-sections -funsigned-char -ffunction-sections -Wall -I../../../../../..//include -I../../../../../..//include/hw -I../../../../../..//include/armv7a -I../../../../../..//include/armv7a/am335x -I../../../../../..//grlib/include -I../../../../../..//usblib/include -I../../../../../..//ipclite/include -I../../../../../..//nandlib/include -I../../../../../..//mmcsdlib/include -I../../../../../..//bootloader/include -I../../../../../../third_party/fatfs/src -I../../../../../..//norlib/include -I"/include" -Dgcc -Dam335x -Dbeaglebone -D SUPPORT_UNALIGNED -D MMCSD -DUARTCONSOLE -g ../../../../../..//platform/beaglebone/*.c
  4. /bin/sh: 1: /home/vinit/cmpt433/linaro-gcc/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc: not found
  5. make[1]: *** [debug] Error 127
  6. make[1]: Leaving directory `/home/vinit/cmpt433/AM335X_StarterWare_02_00_01_01/build/armv7a/gcc/am335x/beaglebone/platform'
  7. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement