Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:mspds [2023/10/18 00:47]
darron [Build]
tools:mspds [2023/11/12 15:45] (current)
darron [MSP Debug Stack]
Line 1: Line 1:
 ====MSP Debug Stack=== ====MSP Debug Stack===
  
-Build libmsp430.so on AARCH64 +This process builds libmsp430.so on AARCH64 required by [[tools:mspdebug|MSP DEBUG]] and 
 +[[tools:mspflasher|MSP430 Flasher]].
  
 ===Setup=== ===Setup===
Line 35: Line 36:
 </code> </code>
  
-===Library===+===HIDLIB===
  
 <code> <code>
Line 48: Line 49:
 make -j 4 make -j 4
 </code> </code>
 +
 +===Install===
  
 <code> <code>
-file libmsp430.so +cp libmsp430.so /usr/local/lib/ 
-libmsp430.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=e5f1660c12ca35ee8793d746fb482615432bbba0, with debug_info, not stripped+ldconfig
 </code> </code>
- 
 ===Resources=== ===Resources===