Re: [reconos-devel] Error : "usr/bin/env : python : No such file or directory"

2013-04-22 Diskussionsfäden Tuan Nguyen Trong
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"

2013-04-22 Diskussionsfäden Andreas
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"

2013-04-22 Diskussionsfäden Enno Lübbers
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"

2013-04-22 Diskussionsfäden Tuan Nguyen Trong
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