Hi,
I had same problems using Synplify 7.7.1. You must use 8.0 or later.
Also you can try to enable the second cpu using 'cpu enable 1'. However
the '-mp'...
Ivan, Thank you very much ! I am using Synplify Pro 8.0 + ISE 6.3i(or 7.1i). The Synplify Pro 8.0 is OK, but ISE PAR failed. I will try to synthesize with XST....
I noticed that it is possible to access the internal registers using these two macros. LEON_BYPASS_LOAD_PA LEON_BYPASS_STORE_PA Is this the way it should be...
I have fixed this issue in grmon-eval-1.1.1. You can now start grmon with -ni to skip initialization. See the manual for some limitations that this incure....
I have uploaded a new BCC compiler tool-chain based on gcc-3.4.4. This toolchain gives 10 - 15% higher performance compared to the current BCC which is based...
Snapgear linux for leon2/3 version -p16, is now available for download from: http://www.gaisler.com/products/linux_down.html It includes C++ support for...
For those who like graphical IDEs for software development, we have now released a new version of the eclipse/cdt plugin for leon2/3. The plugin requires...
In the build procedure for bcc, step 2 relates to building of gcc and newlib. This step makes the following note: Note: before building, the patches provided...
Hi, Ivan I am using Synplify Pro 8.1 + ISE 6.3i, When I run the SMP test from eCos, I had the same problem as using Synplify Pro 7.7 + ISE 6.3i. Can you tell...
... Thank you for your C++ compiler, Jiri. I met a compiler error on using sparc-linux-g++ (include <list> in C++ file) , I don't sure that if it is a bug of...
Hi,Jiri "Only the CPU0 is starting, and CPU1 will remain halted in power- down mode." In theory, the value of ¡®MP status register¡¯ should be 0x10000002,...
Hi all, i'm using grmon to simulate my exe cjpeg program. I've some ram.dat with the same C code but different ram.dat dimension according with the resolution...
This part of the docs is not really updated for 1.0.13. We now use a different (integrated) build method. I have added the full source package to the download...
El vie, 02-09-2005 a las 09:30 +0000, acro_way escribió:
> Hi, Ivan
Hi acro,
> I am using Synplify Pro 8.1 + ISE 6.3i, When I run the SMP test > from eCos,...
The irqmp's force bit has changed (upper 16 bits clear the force bits). So here's the ecos patch. Apply to packages/hal/sparc/leon3/current/src/hal_irq.c ... ...
Hi i've downloaded the eCos CVS-p2 sources with LEON patches applied ecos-cvs-p2.tar.bz2, how i must proceed to continue the compilation installation, to...
LuÃsVitório C...
lvcargnini@...
Sep 2, 2005 6:10 pm
7202
how could i solve this error ? root/gaisler/ecos/packages/hal/sparc/leon3/current/src/hal_priv.c sparc-elf-gcc -c -I/root/ecos_install/include ...
LuÃsVitório C...
lvcargnini@...
Sep 2, 2005 7:46 pm
7203
Hi i tried to compile eCOS but unsucefully and i received the following errors, i'm using the new BCC 3.4.4, how could i solve this, thanks and regards: ...
LuÃsVitório C...
lvcargnini@...
Sep 2, 2005 9:33 pm
7204
eCos is not (yet) compatible with gcc-3.4.4. I have uploaded bcc-1.0.13 based on gcc-3.2.3 which works OK. We will investigate if there is a way of getting...
Hi, I was wondering if there was something else I need to be doing here. I just untar-red the tarball and tried to make snapgear when I got this error. Has...
This type of message can occur if you try to run the compiler on the wrong host. The tool-chain is compiled to run on linux-x86, are you by any chance trying...
Of course. I used "sparc-linux-g++" to compile a simple cpp file. The report was posted on last article. I sincerely hope you'll try it yourself. Maybe you'll...
You have to add -nostdlib when compiling applications. The ecos test progs also use -fvtable-gc -Wl,--gc-sections -Wl,-static which might be necessary ... ...