เมื่อสร้าง u-boot / bin / bash: arm-none-linux-gnueabi-gcc: ไม่พบคำสั่ง
ฉันกำลังใช้งาน Ubuntu 12.0.4 บนเครื่อง 64 บิต ฉันมีบอร์ดพัฒนา AM335X เคอร์เนลที่ถูกบีบอัด (linux 3,2), rootfs, u-boot และ ARM cross compiler (arm-2010q1) ฉันไม่ได้บีบอัดทุกอย่างลงในโฟลเดอร์ย่อย (/ home / brent / work) ฉันได้เพิ่มสิ่งต่อไปนี้ในไฟล์. bashrc ของฉัน: PATH=/home/brent/work/arm-2010q1/bin:$PATH CROSS_COMPILE=arm-none-linux-gnueabi- ฉันได้ติดตั้งดังต่อไปนี้: sudo apt-get install ia32-libs เมื่อฉันไปสร้าง u-boot ฉันกำลังทำสิ่งต่อไปนี้ (ตามคำแนะนำที่มาพร้อมกับชุด): brent@brent~/work/u-boot$ sudo make distclean awk '(NF && $1 !~ /^#/) { …