mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 10:20:04 +02:00

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@661 951219d9-93cf-4727-9268-0efd64621fa3
15 lines
514 B
Bash
Executable File
15 lines
514 B
Bash
Executable File
|
|
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
|
|
|
. /opt/eldk-5.1/powerpc-4xx-softfloat/environment-setup-ppc440-linux
|
|
|
|
#powerpc-4xx-softfloat-g++ -Wall -o test Test.cxx HardwareIO.cxx LocalLinkInterface.cxx Feb.cxx -I .
|
|
|
|
powerpc-4xx-softfloat-g++ -Wall -o eiger_test EigerTest.cxx Eiger.cxx HardwareIO.cxx LocalLinkInterface.cxx Feb.cxx -I .
|
|
|
|
#powerpc-4xx-softfloat-g++ -Wall -o hardware_interface_test HardwareInterfaceTest.cxx HardwareInterface.cxx HardwareMMapping.cxx -I .
|
|
|
|
cp eiger_test rootfs_executables/.
|
|
|
|
|