Hi all,
When trying to compile a keras network on a Snapdragon-based aarch64 (Linux Linaro) platform I get the following compile error:
g++: error: unrecognized command line option '-m64'
It's strange since the platform is indeed 64 bit and this option is supposed to be used -m64.
Has anybody encountered this before? I want to get ride of the -m64 option from the list of compile parameters but I have no idea where these parameters are set? How does keras gets the list of compile parameters?
Thanks for your help.
Best,
--Moslem.