Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Created April 18, 2011 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolaj86/925674 to your computer and use it in GitHub Desktop.
Save coolaj86/925674 to your computer and use it in GitHub Desktop.
# lnkv5T bin/ti_platforms_evm3530/algo.xv5T ...
/usr/bin/arm-linux-gnueabi-gcc \
-lm \
-o \
bin/ti_platforms_evm3530/algo.xv5T \
package/cfg/bin/ti_platforms_evm3530/algo/algo_output.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo_xv5T.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/watchdog.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/socket.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/set-algo-defaults.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/algo_main.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/ceapp.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/time_utils.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/main_native.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/set-output-defaults.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/algo_gpp_bridge.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo/buffer.ov5T \
package/cfg/bin/ti_platforms_evm3530/algo_xv5T.xdl \
\
-L/usr/arm-linux-gnueabi/lib \
-lpthread \
-lpng \
-ljpeg
# This warning is benign
/usr/lib/gcc/arm-linux-gnueabi/4.5.2/../../../../arm-linux-gnueabi/bin/ld: warning: package/cfg/bin/ti_platforms_evm3530/algo_xv5T.xdl contains output sections; did you forget -T?
/home/user/ti/dvsdk/dvsdk_3_01_00_10/linuxutils_2_25_02_08/packages/ti/sdo/linuxutils/cmem/lib/cmem.a470MV(cmem.o470MV):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment