Forum Discussion
aiedb
Occasional Contributor
1 year agocross compiler for cyclone 5
hii i have a kernel module that prints hello world in the kernel space , i tried to use cross complier = arm-linux-gnueabihf-gcc and it didn't work for me i get invalid format when i run the file...
BoonBengT_Altera
Moderator
1 year agoHi @aiedb,
Thank you for posting in Intel community forum and hope all is well.
You may refer to the following example for cyclone v:
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10
Note: If the version of toolchain are not working perhaps coule try on the version 12.3 (https://developer.arm.com/-/media/Files/downloads/gnu/12.3.rel1/binrel/arm-gnu-toolchain-12.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz)
Best Wishes
BB
aiedb
Occasional Contributor
1 year agohii thanks for your reply and help
can you give me the full name of the cross compiler
is it aarch64-none-linux-gnu-gcc ??