2009-07-30 06:19:58 bfin-linux-uclibc-strip command not found
Jithender Golamari (IRELAND)
Message: 78193
Hi
I am working on the bf533 STAMP board, and I was following the documentation shown @
docs.blackfin.uclinux.org/doku.php?id=simple_hello_world_application_example
It worked fine upto a step where I have to strip hello, when i gave the command bfin-linux-uclibc-strip hello, result i got is bfin-linux-uclibc-strip: command not found. can you please help, I am not sure if I have to change the PATH. thank you:)
QuoteReplyEditDelete
2009-07-30 06:21:37 Re: bfin-linux-uclibc-strip command not found
Jithender Golamari (IRELAND)
Message: 78194
Hi
I am working on the bf533 STAMP board, and I was following the documentation shown @
docs.blackfin.uclinux.org/doku.php?id=simple_hello_world_application_example
It worked fine upto a step where I have to strip hello, when i gave the command bfin-linux-uclibc-strip hello, result i got is bfin-linux-uclibc-strip: command not found. can you please help, I am not sure if I have to change the PATH. thank you:)
Isorry, forgot to mention I am using SUSE 11.0 as my OS.
---
QuoteReplyEditDelete
2009-07-30 10:04:24 Re: bfin-linux-uclibc-strip command not found
Robin Getz (UNITED STATES)
Message: 78210
Jithender:
Where did you install your toolchain from? (and what version are you using?)
rgetz@pinky:~> which bfin-linux-uclibc-gcc
/home/rgetz/blackfin/trunk/gcc-4.3-linux-uclibc/bin/bfin-linux-uclibc-gcc
rgetz@pinky:~> ls /home/rgetz/blackfin/trunk/gcc-4.3-linux-uclibc/bin/bfin-linux-uclibc-strip -l
-rwxr-xr-x 2 rgetz users 3131455 2009-06-20 20:37 /home/rgetz/blackfin/trunk/gcc-4.3-linux-uclibc/bin/bfin-linux-uclibc-strip
-Robin
QuoteReplyEditDelete
2009-07-31 07:07:02 Re: bfin-linux-uclibc-strip command not found
Jithender Golamari (IRELAND)
Message: 78249
Hi Robin,
I installed the toolchain from this website: blackfin.uclinux.org/gf/project/toolchain/frs/?action=index and the file name is blackfin-toolchain-uclibc-full-08r1.5-14.i386.tar.tar I gave the PATH as export PATH=/opt/uClinux/bfin-uclinux/bin:/opt/uClinux/bfin-elf/bin:/opt/uClinux/bfin-linux-uclibc/bin:$PATH
However, wen i gave the command which bfin-linux-uclibc-gcc, it said Which command not found, can you please help me. also do u know if there is any gateway blocking on the bf533 by any chance. thank you
Jithender
QuoteReplyEditDelete
2009-07-31 07:33:56 Re: bfin-linux-uclibc-strip command not found
Jithender Golamari (IRELAND)
Message: 78250
Hi Robin,
I installed the toolchain from this website: blackfin.uclinux.org/gf/project/toolchain/frs/?action=index and the file name is blackfin-toolchain-uclibc-full-08r1.5-14.i386.tar.tar I gave the PATH as export PATH=/opt/uClinux/bfin-uclinux/bin:/opt/uClinux/bfin-elf/bin:/opt/uClinux/bfin-linux-uclibc/bin:$PATH
However, wen i gave the command which bfin-linux-uclibc-gcc, it said Which command not found, can you please help me. also do u know if there is any gateway blocking on the bf533 by any chance. thank you
sorry wen i made few changes to the path and gave the command which bfin-linux-uclibc-gcc, it said which: no bfin-linux-uclibc-gcc in (/opt/kde3/bin:/home/lxuser/bin:/usr/local/bin:/usr/bin:sbin/usr/sbin:/bin:usr/bin/X11:usr/X11R6/bin:usr/games:/usr/lib/jvm/jre/bin:/usr/lib/miy:/usr/lib/mit/sbin:/opt/uClinux/bfin-uclinux/bin)
Jithender
---
QuoteReplyEditDelete
2009-07-31 07:50:33 Re: bfin-linux-uclibc-strip command not found
Robin Getz (UNITED STATES)
Message: 78252
Jithender:
Go back and read the install docs:
https://docs.blackfin.uclinux.org/doku.php?id=toolchain:installing
You are not installing the proper packages.
QuoteReplyEditDelete
2009-07-31 08:10:00 Re: bfin-linux-uclibc-strip command not found
Jithender Golamari (IRELAND)
Message: 78253
Hi Robin,
Thanks for your reply, I had already installed GCC/binutils/gdb package(blackfin-toolchain-08r1.5-14.i386.rpm) and uClibc packages(blackfin-toolchain-uclibc-default-08r1.5-14.i386) I am sorry but are there any other files that I need to install, I had read through the manual and doesnt seem like anything left to install, thank you
Jithender
QuoteReplyEditDelete
2009-07-31 09:44:36 Re: bfin-linux-uclibc-strip command not found
Robin Getz (UNITED STATES)
Message: 78257
Jithender:
You said last time you only installed one package (the tarball) - and now it is two (the rpms)
Which is the correct answer? mixing rpms and tarballs will not work. only installing one file will not work.
Go back and read the docs.
-Robin
QuoteReplyEditDelete