diff options
author | Brijeshcr | 2017-07-07 19:57:00 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 19:57:00 +0530 |
commit | eb4fd4f84b56a9b8f1976a67461f2c918edede32 (patch) | |
tree | ad6032b0992e679f9d69e98074141267888f5c03 /macros/CCodeGeneration | |
parent | aa250753b439916e4df235839e9266f058632f80 (diff) | |
parent | 936bd00d2855553f52d682494814804065c7b99e (diff) | |
download | scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.tar.gz scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.tar.bz2 scilab2c-eb4fd4f84b56a9b8f1976a67461f2c918edede32.zip |
Signal Processing and Demos Updated
Diffstat (limited to 'macros/CCodeGeneration')
-rw-r--r-- | macros/CCodeGeneration/C_GenerateMakefile.sci | 2 | ||||
-rw-r--r-- | macros/CCodeGeneration/lib | bin | 1052 -> 1056 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/C_GenerateMakefile.sci b/macros/CCodeGeneration/C_GenerateMakefile.sci index 3b977bd6..dbdae9d3 100644 --- a/macros/CCodeGeneration/C_GenerateMakefile.sci +++ b/macros/CCodeGeneration/C_GenerateMakefile.sci @@ -70,7 +70,7 @@ else PrintStringInfo('CXX = arm-linux-gnueabihf-g++ ',FileInfo.MakefileFilename,'file','y','y'); PrintStringInfo('CFLAGS = -Wall -pedantic -g -I $(HSRCDIR) -I $(ISRCDIR) -L $(LIBDIR)',FileInfo.MakefileFilename,'file','y','y'); PrintStringInfo('CXXFLAGS = -Wall -pedantic -g -I $(HSRCDIR) -I $(ISRCDIR) -L $(LIBDIR)',FileInfo.MakefileFilename,'file','y','y'); - PrintStringInfo('LDFLAGS = -llapack -lrefblas -lgfortran -lwiringPi -lwiringPiDev -lrt -lpthread',FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS = -llapack -lrefblas -lgfortran -lwiringPi -lwiringPiDev -lrt -lpthread -lRPIwfi',FileInfo.MakefileFilename,'file','y','y'); else PrintStringInfo('CC = gcc',FileInfo.MakefileFilename,'file','y','y'); PrintStringInfo('CXX = g++',FileInfo.MakefileFilename,'file','y','y'); diff --git a/macros/CCodeGeneration/lib b/macros/CCodeGeneration/lib Binary files differindex 150b73dd..3d4fed1d 100644 --- a/macros/CCodeGeneration/lib +++ b/macros/CCodeGeneration/lib |