blhost compilation for Arm-Linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

blhost compilation for Arm-Linux

Jump to solution
787 Views
anshulkhare
Contributor III

Hi All,

i am using blhost 2.6.7 for communicating with flash loader.

i am able to compile it on linux system. as per the release notes, it is possible to compile it for Arm-linux.

can anyone guide me here, how to compile it for Arm-Linux.

Screenshot from 2022-12-22 17-21-00.png

 

Regards,

Anshul

Labels (1)
0 Kudos
1 Solution
769 Views
Andrew9090
Contributor I
  • the paths you must use to the appropriate system header files and libraries (for smiONE Card example, glibc and libstdc++)

  • the appropriate standard options and object files (such as those containing the application entry point function and C library initialization code).

Configuration of the ARM Compiler toolchain can be performed:

  • automatically with armcc

  • manually by specifying particular paths that are used for finding header files and libraries.

View solution in original post

0 Kudos
3 Replies
770 Views
Andrew9090
Contributor I
  • the paths you must use to the appropriate system header files and libraries (for smiONE Card example, glibc and libstdc++)

  • the appropriate standard options and object files (such as those containing the application entry point function and C library initialization code).

Configuration of the ARM Compiler toolchain can be performed:

  • automatically with armcc

  • manually by specifying particular paths that are used for finding header files and libraries.

0 Kudos
770 Views
anshulkhare
Contributor III

Hi @Bio_TICFSL 

able to build blhost, for arm-linux.

facing issues in sdphost build for arm-linux.

 

Thanks & Regards,

Anshul Khare

0 Kudos
773 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Yes, it is possible you have to read the user guide and download the proper toolchain.

Regards

 

0 Kudos