Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr Enno Lübbers, I really know all Demo projects are developed on Virtex platforms. So i am suprised the bug with Spantan3ESK because I never modified and added comments about this on ReconOS package. I shall get new ReConOS package for web and rebuild again Thanks for your support Kindly Regards Tuan On Mon, Apr 22, 2013 at 11:28 AM, Enno Lübbers wrote: > Dear Trong Tuan, > > I wasn't even aware that ReconOS has ever been deployed on a Spartan3 > board; the only supported platforms I am aware of are the Xilinx ML405 > (Virtex 4), the Xilinx XUP (Virtex 2 Pro), and perhaps an Xilinx ML605 > (Virtex 6). > > Perhaps someone from the more active ReconOS developers can comment on > this? ;) Is there a Spartan3 board definition for eCos in the ReconOS > repository? > > Best regards > - Enno > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Hi Enno, the new line of ReconOS (version 3) is currently only supported on the ML605 board. While in theory it should be possible to use other platforms (as long as they are supported by the current Xilinx tools), we have not done so yet. Anyways, Mr. Tuan is clearly using the original ReconOS (version 2) which to my knowledge has never been deployed on a Spartan 3 board. Best Regards, Andreas On 22.04.2013, at 20:28, Enno Lübbers wrote: > Dear Trong Tuan, > > I wasn't even aware that ReconOS has ever been deployed on a Spartan3 board; > the only supported platforms I am aware of are the Xilinx ML405 (Virtex 4), > the Xilinx XUP (Virtex 2 Pro), and perhaps an Xilinx ML605 (Virtex 6). > > Perhaps someone from the more active ReconOS developers can comment on this? > ;) Is there a Spartan3 board definition for eCos in the ReconOS repository? > > Best regards > - Enno > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Trong Tuan, I wasn't even aware that ReconOS has ever been deployed on a Spartan3 board; the only supported platforms I am aware of are the Xilinx ML405 (Virtex 4), the Xilinx XUP (Virtex 2 Pro), and perhaps an Xilinx ML605 (Virtex 6). Perhaps someone from the more active ReconOS developers can comment on this? ;) Is there a Spartan3 board definition for eCos in the ReconOS repository? Best regards - Enno ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr Enno, For along time do not chance discuss with you, I hope you and team for ReConOS are well. Now, i have a problem when build the Sort_Demo in the reconos_master. After building hardware completed when i build software as command : make setup deps ecos posix the terminal occurs error : Package CYGPKG_HAL_MICROBLAZE_SPARTAN3ESK: there are no version subdirectories --- [Tuan@localhost sw]$ make setup.mb deps ecos.mb posix mkdir ecos_build cp sort.mb.ecc ecos_build cd ecos_build && ecosconfig --config=sort.mb.ecc --srcdir=/home/Tuan/ReconOs/reconos-master/core/ecos/ecos-patched/ecos/packages tree Package CYGPKG_HAL_MICROBLAZE_SPARTAN3ESK: there are no version subdirectories make: *** [setup.mb] Error 1 [Tuan@localhost sw]$ - Would you like have any solution for fixing these bug for me Thank so much Trong Tuan On Sat, Jan 19, 2013 at 3:42 PM, Tuan Nguyen Trong wrote: > Dear Dr Enno, > > Thanks for your reply > I have fixed this bug, It just works on Python 2.5.1 ( not works on Python > 2.7) > > Best regards > > Tuan > > > On Sat, Jan 19, 2013 at 2:14 PM, Enno Lübbers wrote: > >> Dear Tuan, >> >> the make script fails while running platgen; could you send me (or post >> to the list) the relevant section of the file "make.log"? It should be in >> the same directory you started make in. >> >> Best >> - Enno >> >> Am 15.01.2013 um 17:05 schrieb Tuan Nguyen Trong > >: >> >> Dear Dr. Enno Lübbers >> Please excuse the long time delayed reply. >> >> I am begin to spend the time for researching the ReconOS. >> Following the README.md in the pr_msg_demo folder. >> >> At the phase of build the hardware thread netlists >> >> cd $RECONOS/demos/pr_msg_demo/hw/hwthreads >> make >> >> >> it occurs the errors that detailed at below " >> >> >> >> >> [Tuan@localhost hwthreads]$ make >> NUM_DYNAMIC_OSIFS=1 make -C thread_4 >> make[1]: Entering directory >> `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' >> rm -f platgen.log platgen.opt system.mhs >> rm -rf hdl implementation synthesis pcores >> rm -rf hw_task_v1_*_b >> rm -f hw_task_*.ngc >> /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkhwthread.py >> -g "C_THREAD_NUM => 4" thread 1 thread.vhd >> make.log >> mkdir pcores >> cd pcores && ln -s ../hw_task_v1_01_b . >> cd pcores && for z in reconos_v2_01_a burst_ram_v2_01_a; do \ >> ln -s /home/Tuan/Downloads/luebbers-reconos-5914b38/core/pcores/$z . >> ;\ >> done >> /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkprmhs.py 1 >> 1 > system.mhs >> platgen -lp $(pwd) -p virtex6 system.mhs >> make.log >> make[1]: *** [hwthread] Error 2 >> make[1]: Leaving directory >> `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' >> make: *** [thread_4/implementation/hw_task_0_wrapper.ngc] Error 2 >> [Tuan@localhost hwthreads]$ >> >> >> --- >> So would you like any suggesstion / solutions for support to me >> >> Thanks so much >> >> Tuan Trong >> >> >> >> ___ >> Reconos-devel_lists.reconos.de mailing list >> reconos-devel@lists.reconos.de >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> >> > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr Enno, Thanks for your reply I have fixed this bug, It just works on Python 2.5.1 ( not works on Python 2.7) Best regards Tuan On Sat, Jan 19, 2013 at 2:14 PM, Enno Lübbers wrote: > Dear Tuan, > > the make script fails while running platgen; could you send me (or post to > the list) the relevant section of the file "make.log"? It should be in the > same directory you started make in. > > Best > - Enno > > Am 15.01.2013 um 17:05 schrieb Tuan Nguyen Trong >: > > Dear Dr. Enno Lübbers > Please excuse the long time delayed reply. > > I am begin to spend the time for researching the ReconOS. > Following the README.md in the pr_msg_demo folder. > > At the phase of build the hardware thread netlists > > cd $RECONOS/demos/pr_msg_demo/hw/hwthreads > make > > > it occurs the errors that detailed at below " > > > > > [Tuan@localhost hwthreads]$ make > NUM_DYNAMIC_OSIFS=1 make -C thread_4 > make[1]: Entering directory > `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' > rm -f platgen.log platgen.opt system.mhs > rm -rf hdl implementation synthesis pcores > rm -rf hw_task_v1_*_b > rm -f hw_task_*.ngc > /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkhwthread.py > -g "C_THREAD_NUM => 4" thread 1 thread.vhd >> make.log > mkdir pcores > cd pcores && ln -s ../hw_task_v1_01_b . > cd pcores && for z in reconos_v2_01_a burst_ram_v2_01_a; do \ > ln -s /home/Tuan/Downloads/luebbers-reconos-5914b38/core/pcores/$z . ;\ > done > /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkprmhs.py 1 1 > > system.mhs > platgen -lp $(pwd) -p virtex6 system.mhs >> make.log > make[1]: *** [hwthread] Error 2 > make[1]: Leaving directory > `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' > make: *** [thread_4/implementation/hw_task_0_wrapper.ngc] Error 2 > [Tuan@localhost hwthreads]$ > > > --- > So would you like any suggesstion / solutions for support to me > > Thanks so much > > Tuan Trong > > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Tuan, the make script fails while running platgen; could you send me (or post to the list) the relevant section of the file "make.log"? It should be in the same directory you started make in. Best - Enno Am 15.01.2013 um 17:05 schrieb Tuan Nguyen Trong : > Dear Dr. Enno Lübbers > Please excuse the long time delayed reply. > > I am begin to spend the time for researching the ReconOS. > Following the README.md in the pr_msg_demo folder. > > At the phase of build the hardware thread netlists > > cd $RECONOS/demos/pr_msg_demo/hw/hwthreads > make > > > it occurs the errors that detailed at below " > > > > [Tuan@localhost hwthreads]$ make > NUM_DYNAMIC_OSIFS=1 make -C thread_4 > make[1]: Entering directory > `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' > rm -f platgen.log platgen.opt system.mhs > rm -rf hdl implementation synthesis pcores > rm -rf hw_task_v1_*_b > rm -f hw_task_*.ngc > /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkhwthread.py -g > "C_THREAD_NUM => 4" thread 1 thread.vhd >> make.log > mkdir pcores > cd pcores && ln -s ../hw_task_v1_01_b . > cd pcores && for z in reconos_v2_01_a burst_ram_v2_01_a; do \ > ln -s /home/Tuan/Downloads/luebbers-reconos-5914b38/core/pcores/$z . ;\ > done > /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkprmhs.py 1 1 > > system.mhs > platgen -lp $(pwd) -p virtex6 system.mhs >> make.log > make[1]: *** [hwthread] Error 2 > make[1]: Leaving directory > `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' > make: *** [thread_4/implementation/hw_task_0_wrapper.ngc] Error 2 > [Tuan@localhost hwthreads]$ > > --- > So would you like any suggesstion / solutions for support to me > > Thanks so much > > Tuan Trong > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr. Enno Lübbers Please excuse the long time delayed reply. I am begin to spend the time for researching the ReconOS. Following the README.md in the pr_msg_demo folder. At the phase of build the hardware thread netlists cd $RECONOS/demos/pr_msg_demo/hw/hwthreads make it occurs the errors that detailed at below " [Tuan@localhost hwthreads]$ make NUM_DYNAMIC_OSIFS=1 make -C thread_4 make[1]: Entering directory `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' rm -f platgen.log platgen.opt system.mhs rm -rf hdl implementation synthesis pcores rm -rf hw_task_v1_*_b rm -f hw_task_*.ngc /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkhwthread.py -g "C_THREAD_NUM => 4" thread 1 thread.vhd >> make.log mkdir pcores cd pcores && ln -s ../hw_task_v1_01_b . cd pcores && for z in reconos_v2_01_a burst_ram_v2_01_a; do \ ln -s /home/Tuan/Downloads/luebbers-reconos-5914b38/core/pcores/$z . ;\ done /home/Tuan/Downloads/luebbers-reconos-5914b38/tools/python/mkprmhs.py 1 1 > system.mhs platgen -lp $(pwd) -p virtex6 system.mhs >> make.log make[1]: *** [hwthread] Error 2 make[1]: Leaving directory `/home/Tuan/Downloads/luebbers-reconos-5914b38/demos/pr_msg_demo/hw/hwthreads/thread_4' make: *** [thread_4/implementation/hw_task_0_wrapper.ngc] Error 2 [Tuan@localhost hwthreads]$ --- So would you like any suggesstion / solutions for support to me Thanks so much Tuan Trong On Mon, May 7, 2012 at 2:08 AM, Tuan Nguyen Trong wrote: > Dear Dr. Enno Lübbers, > > Thanks for your reply and supporting. > I shall development my project on Linux OS > > Best regardes. > Tuan Nguyen > > On Mon, May 7, 2012 at 2:50 AM, Enno Lübbers wrote: > >> Dear Tuan,, >> >> please excuse the delayed response. >> >> If "make netlist-static" works fine (congratulations for getting that up >> and running!), it appears that you have a valid Python toolchain installed. >> This may have been part of the standard Fedora install. >> >> As far as I know, there are no plans to support the ReconOS build chain >> on WindowsXP, which would require significant effort with little added >> benefit. Both the Linux and the eCos host operating systems are way easier >> to build on Linux; the same is true for the hardware tool chain. I'm not >> even sure if you can easily build an eCos application/OS image with a >> compiler other than gcc. >> >> I'd therefore strongly recommend to use Linux for the ReconOS-specific >> parts of your application. >> >> Best regards >> - Enno >> >> Am 28.03.2012 um 18:58 schrieb Tuan Nguyen Trong: >> >> Dear Dr. Enno Lübbers, >> I shall detail my procedures about ReconOS for your consideration : >> >> 1 - I has built a real Linux - Ferora system and the command make >> "netlist-static" works good. No error of "usr/bin/env : python : No such >> file or directory" although not Python be installed in this system. >> So i think the error in previous on WinXP is not by Python >> >> 2 - All my tools are as Impluse-CoDeveloper3, C_Complier .. are for >> WinXP platform. So i prefer using ReconOS on XP platform. Would you like >> have any solution for compiler the ReconOS on XP, (e.g Xilinx Shell Bash) >> >> 3 - I have the planning to develop that based on your project, build an >> SMT Reconfiguration system. That is sugesstion on book with named " >> "Dynamic Reconfigurable Architectures and Transparent Optimization >> Techniques" >> >> Thanks for your supporting. >> Best regards >> >> Tuan Nguyen >> >> >> >> ___ >> Reconos-devel_lists.reconos.de mailing list >> reconos-devel@lists.reconos.de >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> >> > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr. Enno Lübbers, Thanks for your reply and supporting. I shall development my project on Linux OS Best regardes. Tuan Nguyen On Mon, May 7, 2012 at 2:50 AM, Enno Lübbers wrote: > Dear Tuan,, > > please excuse the delayed response. > > If "make netlist-static" works fine (congratulations for getting that up > and running!), it appears that you have a valid Python toolchain installed. > This may have been part of the standard Fedora install. > > As far as I know, there are no plans to support the ReconOS build chain on > WindowsXP, which would require significant effort with little added > benefit. Both the Linux and the eCos host operating systems are way easier > to build on Linux; the same is true for the hardware tool chain. I'm not > even sure if you can easily build an eCos application/OS image with a > compiler other than gcc. > > I'd therefore strongly recommend to use Linux for the ReconOS-specific > parts of your application. > > Best regards > - Enno > > Am 28.03.2012 um 18:58 schrieb Tuan Nguyen Trong: > > Dear Dr. Enno Lübbers, > I shall detail my procedures about ReconOS for your consideration : > > 1 - I has built a real Linux - Ferora system and the command make > "netlist-static" works good. No error of "usr/bin/env : python : No such > file or directory" although not Python be installed in this system. So > i think the error in previous on WinXP is not by Python > > 2 - All my tools are as Impluse-CoDeveloper3, C_Complier .. are for > WinXP platform. So i prefer using ReconOS on XP platform. Would you like > have any solution for compiler the ReconOS on XP, (e.g Xilinx Shell Bash) > > 3 - I have the planning to develop that based on your project, build an > SMT Reconfiguration system. That is sugesstion on book with named " > "Dynamic Reconfigurable Architectures and Transparent Optimization > Techniques" > > Thanks for your supporting. > Best regards > > Tuan Nguyen > > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Tuan,, please excuse the delayed response. If "make netlist-static" works fine (congratulations for getting that up and running!), it appears that you have a valid Python toolchain installed. This may have been part of the standard Fedora install. As far as I know, there are no plans to support the ReconOS build chain on WindowsXP, which would require significant effort with little added benefit. Both the Linux and the eCos host operating systems are way easier to build on Linux; the same is true for the hardware tool chain. I'm not even sure if you can easily build an eCos application/OS image with a compiler other than gcc. I'd therefore strongly recommend to use Linux for the ReconOS-specific parts of your application. Best regards - Enno Am 28.03.2012 um 18:58 schrieb Tuan Nguyen Trong: > Dear Dr. Enno Lübbers, > > I shall detail my procedures about ReconOS for your consideration : > > 1 - I has built a real Linux - Ferora system and the command make > "netlist-static" works good. No error of "usr/bin/env : python : No such file > or directory" although not Python be installed in this system. So i think > the error in previous on WinXP is not by Python > > 2 - All my tools are as Impluse-CoDeveloper3, C_Complier .. are for WinXP > platform. So i prefer using ReconOS on XP platform. Would you like have any > solution for compiler the ReconOS on XP, (e.g Xilinx Shell Bash) > > 3 - I have the planning to develop that based on your project, build an SMT > Reconfiguration system. That is sugesstion on book with named " "Dynamic > Reconfigurable Architectures and Transparent Optimization Techniques" > > Thanks for your supporting. > Best regards > > Tuan Nguyen > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr. Enno Lübbers, I shall detail my procedures about ReconOS for your consideration : 1 - I has built a real Linux - Ferora system and the command make "netlist-static" works good. No error of "usr/bin/env : python : No such file or directory" although not Python be installed in this system. So i think the error in previous on WinXP is not by Python 2 - All my tools are as Impluse-CoDeveloper3, C_Complier .. are for WinXP platform. So i prefer using ReconOS on XP platform. Would you like have any solution for compiler the ReconOS on XP, (e.g Xilinx Shell Bash) 3 - I have the planning to develop that based on your project, build an SMT Reconfiguration system. That is sugesstion on book with named " "Dynamic Reconfigurable Architectures and Transparent Optimization Techniques" Thanks for your supporting. Best regards Tuan Nguyen On Wed, Mar 28, 2012 at 9:10 AM, Tuan Nguyen Trong wrote: > Dear Dr. Enno Lübbers, > Thanks for your sugesstion. > I shall try on Linux. > > Best regards > Tuan Trong. > > > > 2012/3/28 Enno Lübbers > >> Dear Tuan, >> >> the ReconOS toolchain ist built for use on a Linux system. While it may >> theoretically be possible to use a Windows system with CygWin (that's what >> the Xilinx tools come with on Windows, I assume), I'd strongly recommend >> you try it on Linux first (e.g., in a virtual machine). >> >> Best regards >> - Enno >> >> Am 27.03.2012 um 17:57 schrieb Tuan Nguyen Trong > >: >> >> Dear Andreas Agne, >> >> I have just installed the Python and it still occurs the bug at bellow >> although installed Python and try on two PCs. I have passed the source >> setenv.sh >> May i ask you a question : >> - We can compile by Xilinx Shell Bash for this example ? >> Because i saw on other forum, this bug is in Linux platform. >> Currently, i use ISE12.4 >> >> Thanks for your help. >> Best regards >> >> Tuan Nguyen >> >> >> >> On Tue, Mar 27, 2012 at 11:06 PM, Tuan Nguyen Trong < >> asi.sd.tua...@gmail.com> wrote: >> >>> Dear Andreas Agne, >>> >>> Thanks for your help. >>> I shall follow your right now. >>> >>> Best Regards >>> Tuan >>> >>> On Tue, Mar 27, 2012 at 10:57 PM, Andreas wrote: >>> Hello Tuan, you have to install python first. It's a prerequisite. Please see http://doc.reconos.de/reconos_ug.html#Installation for more details. Regards, Andreas Agne On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: > Dear Sir/Madam > > I am a begineer for ReconOS. I has practiced an example which name "pr_msg_demo" with readme.md file > The Shell Bash by EDK Xilinx, when I run command "make" at /demos/pr_msg_demo/hw/hwthreads, i got the error message : > . > usr/bin/env : python : No such file or directory > make[1] : ***[hw_task_v1_01_b] Error 127 > > > I am looking for to fix this bug but no site has good solution > Thanks for any help. > Tuan Nguyen > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >>> >>> >> ___ >> Reconos-devel_lists.reconos.de mailing list >> reconos-devel@lists.reconos.de >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> >> >> ___ >> Reconos-devel_lists.reconos.de mailing list >> reconos-devel@lists.reconos.de >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> >> > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Dr. Enno Lübbers, Thanks for your sugesstion. I shall try on Linux. Best regards Tuan Trong. 2012/3/28 Enno Lübbers > Dear Tuan, > > the ReconOS toolchain ist built for use on a Linux system. While it may > theoretically be possible to use a Windows system with CygWin (that's what > the Xilinx tools come with on Windows, I assume), I'd strongly recommend > you try it on Linux first (e.g., in a virtual machine). > > Best regards > - Enno > > Am 27.03.2012 um 17:57 schrieb Tuan Nguyen Trong >: > > Dear Andreas Agne, > > I have just installed the Python and it still occurs the bug at bellow > although installed Python and try on two PCs. I have passed the source > setenv.sh > May i ask you a question : > - We can compile by Xilinx Shell Bash for this example ? > Because i saw on other forum, this bug is in Linux platform. > Currently, i use ISE12.4 > > Thanks for your help. > Best regards > > Tuan Nguyen > > > > On Tue, Mar 27, 2012 at 11:06 PM, Tuan Nguyen Trong < > asi.sd.tua...@gmail.com> wrote: > >> Dear Andreas Agne, >> >> Thanks for your help. >> I shall follow your right now. >> >> Best Regards >> Tuan >> >> On Tue, Mar 27, 2012 at 10:57 PM, Andreas wrote: >> >>> Hello Tuan, >>> >>> you have to install python first. It's a prerequisite. >>> Please see http://doc.reconos.de/reconos_ug.html#Installation for more >>> details. >>> >>> Regards, >>> Andreas Agne >>> >>> >>> On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: >>> >>> > Dear Sir/Madam >>> > >>> > I am a begineer for ReconOS. I has practiced an example which name >>> "pr_msg_demo" with readme.md file >>> > The Shell Bash by EDK Xilinx, when I run command "make" at >>> /demos/pr_msg_demo/hw/hwthreads, i got the error message : >>> > . >>> > usr/bin/env : python : No such file or directory >>> > make[1] : ***[hw_task_v1_01_b] Error 127 >>> > >>> > >>> > I am looking for to fix this bug but no site has good solution >>> > Thanks for any help. >>> > Tuan Nguyen >>> > >>> > ___ >>> > Reconos-devel_lists.reconos.de mailing list >>> > reconos-devel@lists.reconos.de >>> > >>> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >>> >>> ___ >>> Reconos-devel_lists.reconos.de mailing list >>> reconos-devel@lists.reconos.de >>> >>> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >>> >> >> > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Tuan, the ReconOS toolchain ist built for use on a Linux system. While it may theoretically be possible to use a Windows system with CygWin (that's what the Xilinx tools come with on Windows, I assume), I'd strongly recommend you try it on Linux first (e.g., in a virtual machine). Best regards - Enno Am 27.03.2012 um 17:57 schrieb Tuan Nguyen Trong : > Dear Andreas Agne, > > I have just installed the Python and it still occurs the bug at bellow > although installed Python and try on two PCs. I have passed the source > setenv.sh > May i ask you a question : > - We can compile by Xilinx Shell Bash for this example ? > Because i saw on other forum, this bug is in Linux platform. > Currently, i use ISE12.4 > > Thanks for your help. > Best regards > > Tuan Nguyen > > > > On Tue, Mar 27, 2012 at 11:06 PM, Tuan Nguyen Trong > wrote: > Dear Andreas Agne, > > Thanks for your help. > I shall follow your right now. > > Best Regards > Tuan > > On Tue, Mar 27, 2012 at 10:57 PM, Andreas wrote: > Hello Tuan, > > you have to install python first. It's a prerequisite. > Please see http://doc.reconos.de/reconos_ug.html#Installation for more > details. > > Regards, > Andreas Agne > > > On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: > > > Dear Sir/Madam > > > > I am a begineer for ReconOS. I has practiced an example which name > > "pr_msg_demo" with readme.md file > > The Shell Bash by EDK Xilinx, when I run command "make" at > > /demos/pr_msg_demo/hw/hwthreads, i got the error message : > > . > > usr/bin/env : python : No such file or directory > > make[1] : ***[hw_task_v1_01_b] Error 127 > > > > > > I am looking for to fix this bug but no site has good solution > > Thanks for any help. > > Tuan Nguyen > > > > ___ > > Reconos-devel_lists.reconos.de mailing list > > reconos-devel@lists.reconos.de > > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Andreas Agne, I have just installed the Python and it still occurs the bug at bellow although installed Python and try on two PCs. I have passed the source setenv.sh May i ask you a question : - We can compile by Xilinx Shell Bash for this example ? Because i saw on other forum, this bug is in Linux platform. Currently, i use ISE12.4 Thanks for your help. Best regards Tuan Nguyen On Tue, Mar 27, 2012 at 11:06 PM, Tuan Nguyen Trong wrote: > Dear Andreas Agne, > > Thanks for your help. > I shall follow your right now. > > Best Regards > Tuan > > On Tue, Mar 27, 2012 at 10:57 PM, Andreas wrote: > >> Hello Tuan, >> >> you have to install python first. It's a prerequisite. >> Please see http://doc.reconos.de/reconos_ug.html#Installation for more >> details. >> >> Regards, >> Andreas Agne >> >> >> On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: >> >> > Dear Sir/Madam >> > >> > I am a begineer for ReconOS. I has practiced an example which name >> "pr_msg_demo" with readme.md file >> > The Shell Bash by EDK Xilinx, when I run command "make" at >> /demos/pr_msg_demo/hw/hwthreads, i got the error message : >> > . >> > usr/bin/env : python : No such file or directory >> > make[1] : ***[hw_task_v1_01_b] Error 127 >> > >> > >> > I am looking for to fix this bug but no site has good solution >> > Thanks for any help. >> > Tuan Nguyen >> > >> > ___ >> > Reconos-devel_lists.reconos.de mailing list >> > reconos-devel@lists.reconos.de >> > >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> >> ___ >> Reconos-devel_lists.reconos.de mailing list >> reconos-devel@lists.reconos.de >> https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de >> > > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Dear Andreas Agne, Thanks for your help. I shall follow your right now. Best Regards Tuan On Tue, Mar 27, 2012 at 10:57 PM, Andreas wrote: > Hello Tuan, > > you have to install python first. It's a prerequisite. > Please see http://doc.reconos.de/reconos_ug.html#Installation for more > details. > > Regards, > Andreas Agne > > > On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: > > > Dear Sir/Madam > > > > I am a begineer for ReconOS. I has practiced an example which name > "pr_msg_demo" with readme.md file > > The Shell Bash by EDK Xilinx, when I run command "make" at > /demos/pr_msg_demo/hw/hwthreads, i got the error message : > > . > > usr/bin/env : python : No such file or directory > > make[1] : ***[hw_task_v1_01_b] Error 127 > > > > > > I am looking for to fix this bug but no site has good solution > > Thanks for any help. > > Tuan Nguyen > > > > ___ > > Reconos-devel_lists.reconos.de mailing list > > reconos-devel@lists.reconos.de > > > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de > ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de
Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"
Hello Tuan, you have to install python first. It's a prerequisite. Please see http://doc.reconos.de/reconos_ug.html#Installation for more details. Regards, Andreas Agne On 27.03.2012, at 16:46, Tuan Nguyen Trong wrote: > Dear Sir/Madam > > I am a begineer for ReconOS. I has practiced an example which name > "pr_msg_demo" with readme.md file > The Shell Bash by EDK Xilinx, when I run command "make" at > /demos/pr_msg_demo/hw/hwthreads, i got the error message : > . > usr/bin/env : python : No such file or directory > make[1] : ***[hw_task_v1_01_b] Error 127 > > > I am looking for to fix this bug but no site has good solution > Thanks for any help. > Tuan Nguyen > > ___ > Reconos-devel_lists.reconos.de mailing list > reconos-devel@lists.reconos.de > https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de ___ Reconos-devel_lists.reconos.de mailing list reconos-devel@lists.reconos.de https://ml01.ispgateway.de/mailman/listinfo/reconos-devel_lists.reconos.de