Embedded Linux extract array from .o .obj - JohnHau/mis GitHub Wiki

https://www.cs.swarthmore.edu/~newhall/unixhelp/binaryfiles.html

https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/readelf.html https://www3.physnet.uni-hamburg.de/physnet/Tru64-Unix/HTML/APS31DTE/DOCU_013.HTM https://binarydodo.wordpress.com/2016/05/09/investigating-linking-with-common-symbols-in-elf/

https://stackoverflow.com/questions/14134732/what-are-the-relationship-between-lis-obj-and-exe-files

https://people.cs.pitt.edu/~xianeizhang/notes/Linking.html

https://www.microfocus.com/documentation/visual-cobol/VC232/EclWin/HHBUCHCOMP03.html

https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_14.html

http://www.godevtool.com/GoasmHelp/newprog.htm

https://www.oreilly.com/library/view/c-cookbook/0596007612/ch01s03.html https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html

https://www.gnu.org/software/binutils/ https://sourceware.org/binutils/docs/binutils.html https://www3.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html https://vdemir.github.io/linux/C-Compling-and-Linking/

https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/9/html/developing_c_and_cpp_applications_in_rhel_9/assembly_creating-c-or-cpp-applications_developing-applications

https://www.cyberciti.biz/faq/compiling-c-program-and-creating-executable-file/

https://access.redhat.com/documentation/en-us/red_hat_developer_toolset/11/html/user_guide/chap-make

https://en.wikipedia.org/wiki/Nm_(Unix)

https://opensource.com/article/19/10/gnu-binutils

https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk1104?view=msvc-170

https://web.mit.edu/gnu/doc/html/make_2.html

http://gnuwin32.sourceforge.net/packages/make.htm

https://www.saltycrane.com/blog/2007/02/tornado-tools-command-line-summary/

https://en.wikipedia.org/wiki/Make_(software)

https://stackoverflow.com/questions/25461652/make-on-gnu-utils-print-windows-path

https://man7.org/linux/man-pages/man1/gcc.1.html

https://www.thegeekstuff.com/2017/01/gnu-binutils-commands/

https://users.informatik.haw-hamburg.de/~krabat/FH-Labor/gnupro/1_Getting_Started/int04.html

https://community.arm.com/support-forums/f/dev-platforms-forum/52384/how-to-use-external-sprintf-instead-of-sprintf-in-libg-with-gnu-arm-embedded-toolchain-version-10-3-2021-10

https://www.computerhope.com/unix/umake.htm

https://www.geeksforgeeks.org/how-to-use-make-utility-to-build-c-projects/

https://www.eecs.umich.edu/courses/eecs373/readings/Binary_Utilities.pdf

https://fortran-lang.org/learn/building_programs/managing_libraries

https://interrupt.memfault.com/blog/gnu-binutils

https://interrupt.memfault.com/blog/gnu-binutils

https://www.cs.dartmouth.edu/~campbell/cs50/buildlib.html

http://crasseux.com/books/ctutorial/Compiling-multiple-files.html

https://link.springer.com/content/pdf/bbm%3A978-1-4302-0219-6%2F1

https://www.cs.fsu.edu/~myers/c++/notes/compilation.html

https://www.daniweb.com/programming/software-development/threads/350296/command-line-compiling-with-gnu-c-c

https://dev-notes.eu/2020/06/Notes-on-GNU-Make/

http://www-pnp.physics.ox.ac.uk/~gronbech/computing_course/node137.html

https://manpages.ubuntu.com/manpages/bionic/en/man1/gcc.1.html

https://www.fieldtriptoolbox.org/faq/compile/

https://www.rowleydownload.co.uk/arm/documentation/gnu/binutils/addr2line.html

https://tildesites.bowdoin.edu/~ltoma/teaching/cs3225-GIS/fall16/Lectures/make.html

https://ww1.microchip.com/downloads/en/DeviceDoc/arm-gnu-toolchain-5.3.1.487-readme.pdf

https://www.nongnu.org/avr-libc/user-manual/install_tools.html https://www.howtoforge.com/linux-nm-command/

http://hosteddocs.ittoolbox.com/ecwp_depmgmt.pdf

https://www.tenouk.com/ModuleW.html

https://www.cs.odu.edu/~cs252/Book/compilation.html

https://riptutorial.com/cplusplus/example/8518/compiling-with-gnu-make

https://www.javatpoint.com/gcc-linux

https://www.httrack.com/

https://linuxhint.com/understanding_elf_file_format/

https://www.baeldung.com/linux/show-shared-libraries-executables

https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html

https://www.cs.bu.edu/fac/gkollios/cs113/Usingg++.html

https://riptutorial.com/c/example/4360/the-linker

https://www.javatpoint.com/compilation-process-in-c

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/creating-c-or-cpp-applications_developing-applications

https://www.techonthenet.com/c_language/file_naming.php

https://www.efaculty.in/c-language/object-and-executable-code-in-c-language/

https://faculty.cs.byu.edu/~rodham/cs240/make-tutorial.html

https://v2.ocaml.org/manual/comp.html

https://www.cprogramming.com/tutorial/shared-libraries-linux-gcc.html

https://www.cita.utoronto.ca/~merz/intel_f10b/main_for/mergedProjects/bldaps_for/common/bldaps_exifort.htm

https://www.cs.fsu.edu/~lacher/lectures/Output/compiler/index.html?$$$compiler2.html$$$

https://w3.cs.jmu.edu/bernstdh/web/common/help/msc_nmake.php

https://www.dbase.com/Knowledgebase/beg/plustutorial/09BUILD.HTM

https://earthly.dev/blog/g++-makefile/

https://realpython.com/cpython-source-code-guide/

https://reference.wolfram.com/language/CCompilerDriver/tutorial/CreatingExecutable.html

https://www.scaler.com/topics/c/compilation-process-in-c/

https://cs.brown.edu/courses/csci1310/2020/assign/labs/lab2.html

https://web.eecs.umich.edu/~sugih/pointers/make.html

https://www.cs.uaf.edu/2017/fall/cs301/lecture/09_22_linker.html

https://opensource.com/article/18/8/what-how-makefile

https://www.softwaretestinghelp.com/cpp-makefile-tutorial/

https://www.verifysoft.com/ctcpp_801_users_guide.pdf

http://www.btechsmartclass.com/c_programming/C-Creating-and-Running-C-Program.html

https://www.sciencedirect.com/topics/engineering/assembly-file

https://www.thegeekstuff.com/2011/10/c-program-to-an-executable/

https://www.mkssoftware.com/docs/man1/nm.1.asp

https://man7.org/linux/man-pages/man1/objdump.1.html

http://courses.cms.caltech.edu/cs11/material/cpp/mike/misc/compiling_c++.html

https://www.bogotobogo.com/cplusplus/libraries.php

https://lynxbee.com/how-to-create-an-executable-by-linking-multiple-object-files-c-source/

https://www.linuxjournal.com/content/embedding-file-executable-aka-hello-world-version-5967

https://www.staff.ncl.ac.uk/andrey.mokhov/EEE1008/first-c-program.html

https://opensource.com/article/18/4/gnu-core-utilities

https://learnbyexample.github.io/cli_text_processing_coreutils/introduction.html

https://catonmat.net/gnu-coreutils-cheat-sheet

https://www.linux.com/training-tutorials/learning-gnu-text-utilities/

https://www.debian.org/doc/manuals/debian-reference/ch01.en.html

https://freshman.tech/rust-coreutils/

http://autotoolset.sourceforge.net/tutorial.html

https://wiki.archlinux.org/title/core_utilities

https://www.maizure.org/projects/decoded-gnu-coreutils/

https://www.linuxtopia.org/online_books/programming_books/gnu_c_programming_tutorial/Putting-a-program-together.html

https://partons.cea.fr/partons/doc/html/linux.html

https://linuxize.com/post/how-to-use-linux-screen/

https://hpc.ncsu.edu/Documents/unixtut/unix7.html

https://www.it.uc3m.es/pbasanta/asng/course_notes/ctut.pdf

https://docs.microsoft.com/en-us/windows/wsl/about

https://stackoverflow.com/questions/68858440/how-to-install-advanced-copy-patch-gnu-coreutils-in-google-colab

https://www.tutorialspoint.com/unix/index.htm

https://linuxconfig.org/how-to-use-time-command-on-linux

https://macuninstallguides.com/remove-gnu-core-utilities-on-mac.html

https://sourceware.org/binutils/docs/binutils/ar-cmdline.html

https://lwn.net/Articles/857599/

https://lwn.net/Articles/857599/

https://en.wikibooks.org/wiki/Guide_to_Unix/Commands/File_System_Utilities

https://rc.byu.edu/documentation/unix-tutorial/unix8.php

https://tldp.org/LDP/GNU-Linux-Tools-Summary/html/GNU-Linux-Tools-Summary.html

https://man7.org/linux/man-pages/man1/mkdir.1.html

https://www.educba.com/gnu-in-linux/

https://ostechnix.com/moreutils-collection-useful-unix-utilities/

http://cs.petrsu.ru/~kryshen/guix/cookbook/en/Extended-example.html

https://www.howtoforge.com/linux-size-command/

https://docs.fedoraproject.org/fr/package-maintainers/Packaging_Tutorial_GNU_Hello/

https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python

http://gnu.ist.utl.pt/software/hurd/users-guide/using_gnuhurd.html

https://geek-university.com/gnu-parted-utility/

https://edoras.sdsu.edu/doc/make.html

https://edoras.sdsu.edu/doc/make.html

https://www.togaware.com/linux/survivor/virtuoso-command-line-utilities.html

https://mailutils.org/

https://www.linode.com/docs/guides/gnu-make-tutorial-automate-tasks/

https://web.mit.edu/gnu/doc/html/binutils_1.html

http://www.ee.surrey.ac.uk/Teaching/Unix/unix7.html

http://etutorials.org/Linux+systems/red+hat+linux+9+professional+secrets/Part+II+Exploring+Red+Hat+Linux/Chapter+8+GNU+Utilities/Binary+Utilities/

https://www.polarmicrobes.org/a-short-tutorial-on-gnu-parallel/

https://www.javatpoint.com/gnu-full-form

https://www.hostinger.com/tutorials/linux-commands

https://www.baeldung.com/linux/read-source-code-shell-commands

https://www.passwordstore.org/

http://iactalks.iac.es/esp/talks/view/1397

https://tiswww.case.edu/php/chet/readline/rltop.html

http://www.penguintutor.com/linux/basic-shell-reference

https://ss64.com/bash/

https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-util.html https://www.tecmint.com/10-wget-command-examples-in-linux/

http://shouce.jb51.net/linux-gunhard-en/

https://shapeshed.com/unix-mv/

https://www.regular-expressions.info/gnu.html

https://www.digitalocean.com/community/tutorials/the-basics-of-using-the-sed-stream-editor-to-manipulate-text-in-linux

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHwjCAG&l=zh-CN

https://www.linuxjournal.com/article/2807

https://www.zeuthen.desy.de/dv/documentation/unixguide/infohtml/gawk/gawk.html

https://factorpad.com/tech/full-stack/find-linux-help.html

https://kb.iu.edu/d/acfi

https://www.w3resource.com/linux-system-administration/linux-commands-introduction.php

https://erika.tuxfamily.org/wiki/index.php?title=Tutorial:STM32-_Integrated_Debugging_in_Eclipse_using_GNU_toolchain

https://www.geeksforgeeks.org/cut-command-linux-examples/

https://www.freecodecamp.org/news/fzf-a-command-line-fuzzy-finder-missing-demo-a7de312403ff/

https://crashcourse.housegordon.org/coreutils-multibyte-support.html

https://www.grymoire.com/Unix/Sed.html https://www.softwaretestinghelp.com/unix-vs-linux/

https://ffmpeg.org/

https://unix.stackexchange.com/questions/216775/how-can-i-setup-a-separate-bash-environment-with-only-gnu-utilities-on-os-x https://wiki.lib.sun.ac.za/images/c/ca/TLCL-13.07.pdf

https://adamtheautomator.com/how-to-speed-up-bash-scripts-with-multithreading-and-gnu-parallel/

https://ulhpc-tutorials.readthedocs.io/en/latest/sequential/gnu-parallel/

https://earthly.dev/blog/g++-makefile/

https://www.udemy.com/tutorial/linux-mastery/compiling-software-from-source-code/

https://realguess.net/2015/09/27/get-started-with-the-cut-command-of-gnu-coreutils/

https://www.bu.edu/tech/files/2018/05/2018-Summer-Tutorial-Intro-to-Linux.pdf

https://help.ubuntu.com/community/find

https://www.opensourceforu.com/2012/06/gnu-make-in-detail-for-beginners/

https://www.msys2.org/

https://amir.rachum.com/blog/2016/09/17/shared-libraries/ https://www.ivolve.com/solving-c-symbol-collisions/

https://ddmedinski.wordpress.com/2015/03/04/compiled-c-code/

https://en.wikipedia.org/wiki/Object_file

https://stackoverflow.com/questions/7718299/whats-an-object-file-in-c

https://blog.cloudflare.com/how-to-execute-an-object-file-part-1/

https://www.geeksforgeeks.org/types-of-c-files-after-its-compilation/

https://pediaa.com/what-is-the-difference-between-object-file-and-executable-file/

http://nickdesaulniers.github.io/blog/2016/08/13/object-files-and-symbols/

https://codesteps.com/2014/06/29/c-programming-how-to-create-and-use-object-files/

https://docwiki.embarcadero.com/RADStudio/Sydney/en/C%2B%2B_Object_File_(.obj,_.o)

https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_13.html

https://newbedev.com/what-s-an-object-file-in-c https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-46512/index.html

https://sites.google.com/site/arch1utep/development-tools/dumping-object-files

https://studio.segger.com/index.htm?https://studio.segger.com/cc_option_compile_only.htm

https://www.cs.swarthmore.edu/~newhall/unixhelp/compilecycle.html

https://www.educative.io/answers/how-to-store-object-file-name-in-linux

https://www.cs.utah.edu/~zachary/isp/tutorials/separate/separate.html

https://docencia.ac.upc.edu/FIB/USO/Bibliografia/unix-c-libraries.html

https://downloads.ti.com/docs/esd/SPNU118O/Content/SPNU118O_HTML/introduction_to_object_modules.html

https://reference.wolfram.com/language/CCompilerDriver/tutorial/CreatingObjectFile.html

https://developer.arm.com/documentation/100748/0618/Using-Common-Compiler-Options/Linking-object-files-to-produce-an-executable

https://w3.cs.jmu.edu/lam2mo/cs240_2015_08/lab01-using_c.html

https://www.tutorialspoint.com/cprogramming/c_file_io.htm

https://www.cs.uaf.edu/2006/fall/cs301/lecture/12_04_linker.html

https://www.mathworks.com/matlabcentral/answers/1738230-how-can-i-call-functions-inside-a-shared-object-file-so-using-c-code-inside-an-s-function-in-a-l

https://www.cs.unibo.it/~renzo/doc/C/corso1/introduttivo/sx5d.html

https://cboard.cprogramming.com/c-programming/180631-how-check-if-file-object-file.html#post1303426

https://resources.infosecinstitute.com/topic/hello-world-c-assembly-object-file-and-executable/

https://community.spiceworks.com/topic/2440817-the-difference-between-object-and-executable-file

https://www.microchip.com/forums/m572139.aspx

https://unix.stackexchange.com/questions/330077/what-is-the-advantage-of-archiving-c-object-files-in-a-static-library-a-file

https://developer.arm.com/documentation/100748/0618/Writing-Optimized-Code/Scatter-file-section-or-object-placement-with-Link-Time-Optimization

https://www.techtarget.com/searchapparchitecture/definition/source-code

https://opensource.com/article/20/4/linux-binary-analysis

https://access.redhat.com/discussions/3339661

https://web.stanford.edu/class/archive/cs/cs107/cs107.1202/resources/make

https://web.stanford.edu/class/archive/cs/cs107/cs107.1202/resources/make

https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus/issues/65

https://www3.ntu.edu.sg/home/ehchua/programming/cpp/cp3_oop.html

https://interrupt.memfault.com/blog/improving-compilation-times-c-cpp-projects

https://stackoverflow.com/questions/42468971/extract-a-section-from-object-file-to-separate-o

https://stackoverflow.com/questions/2722168/how-can-i-extract-an-array-from-an-executable-file

https://sourceware.org/binutils/docs/binutils/objcopy.html

https://stackoverflow.com/questions/69470315/how-to-analyze-the-size-of-compiled-functions-and-their-dependencies-in-a-bina https://www.cs.swarthmore.edu/~newhall/unixhelp/compilecycle.html

https://docs.oracle.com/cd/E19504-01/802-5880/6i9k05dhg/index.html

https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_11.html

https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/

https://sourceware.org/binutils/docs/binutils/objdump.html

https://www.gnu.org/software/libtool/manual/html_node/Creating-object-files.html

https://linuxhint.com/use-header-files-in-c/

https://www.bottomupcs.com/compilation_example.xhtml

https://docs.microsoft.com/en-us/cpp/build/walkthrough-compile-a-c-program-on-the-command-line?view=msvc-170

https://www.toptal.com/c-plus-plus/c-plus-plus-understanding-compilation

https://courses.cs.washington.edu/courses/cse373/99au/unix/g++.html

https://commandlinefanatic.com/cgi-bin/showarticle.cgi?article=art026

https://www.math.colostate.edu/~yzhou/computer/writemakefile.html

http://nickdesaulniers.github.io/blog/2016/08/13/object-files-and-symbols/

https://www.ibm.com/docs/en/aix/7.2?topic=l-ld-command

https://ece.uwaterloo.ca/~dwharder/icsrts/Tutorials/Tools/

https://web.mit.edu/gnu/doc/html/make_10.html

https://www.baeldung.com/linux/a-so-extension-files

http://www.delorie.com/djgpp/v2faq/faq8_22.html

https://docs.freebsd.org/en/books/developers-handbook/tools/

https://sites.google.com/site/arch1utep/development-tools/dumping-object-files

https://stackoverflow.com/questions/3880924/how-to-view-symbols-in-object-files

https://www.keil.com/support/man/docs/c51/c51_cm_objfile.htm

https://docs.oracle.com/cd/E24457_01/html/E21993/blaeb.html

https://forums.macrumors.com/threads/how-to-extract-the-object-files-for-a-a-file.472097/

https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-46512/index.html

https://askubuntu.com/questions/248924/linking-cpp-object-file-to-c-object-file-and-create-executable

https://developer.apple.com/forums/thread/26542

https://www.sciencedirect.com/topics/computer-science/executable-object-file