[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Xilinx 8.1i system build issues
Hi,
This is an FYI. Hopefully it will save someone else some time.
We are creating a custom hardware solution, and have external SDRAM and
FLASH.
In our Bit Ram, we put a simple loader that currently transfers from
FLASH to SDRAM and jumps to the transferred code to execute uCLinux.
In the latest Xilinx 8.1i EDK, if John's toolchain is first in the PATH
environment before the Xilinx paths, a BIT RAM compile that has the
following construct in it fails with an insn error:
//---------------------------------------------------------------------------
typedef void (*FunctionPointer)();
FunctionPointer functionpointer = ADDRESS;
functionpointer();
//---------------------------------------------------------------------------
If you use the Xilinx toolchain first in the PATH environment, it builds
without error.
This was done under CentOs 3.x (latest), with Xilinx 8.1i installed,
latest service packs, under VmWare.
I do not know if it works yet, I'm just now at the "got it to build"
point.
thanks,
wade
***CONFIDENTIALITY NOTICE***
This communication (and any attachment) is confidential. It should only be
read by the person(s) to whom
it is addressed. If you have received this communication in error, please
notify the sender by reply and delete this communication.
*****************************************
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/