quiet / libcorrect

C library for Convolutional codes and Reed-Solomon
BSD 3-Clause "New" or "Revised" License
362 stars 95 forks source link

Cross Compiling in ARM Platform #35

Open nattu-vizio opened 3 years ago

nattu-vizio commented 3 years ago

Hi,

I am new to libcorrect and CMake. I am taking over the existing code and I want to cross-compile it into an ARM7 platform in Linux. Where do I specify the compiler related information (compiler path, tool name prefix etc..), In other words, which environment variable do I need to look for. Thanks Nattu