Search results

  1. X

    Need Guidance

    I think we're closer: TOOLCH = /opt/openwiz/toolchain/arm-openwiz-linux-gnu CC = ${TOOLCH}/bin/gcc CXX = ${TOOLCH}/bin/g++ INCS = -I${TOOLCH}/include -I${TOOLCH}/include/SDL LD = ${TOOLCH}/bin/gcc LDFLAGS= -L${TOOLCH}/lib -lSDL -lm -ldl -lpthread -lz sdl_ex: sdl_ex.o...
  2. X

    Need Guidance

    Ok so I think that worked: My Makefile: TOOLCH = /opt/openwiz/toolchain/arm-openwiz-linux-gnu CC = ${TOOLCH}/bin/arm-openwiz-linux-gnu-gcc CXX = ${TOOLCH}/bin/arm-openwiz-linux-gnu-g++ INCS = -I${TOOLCH}/include -I${TOOLCH}/include/SDL LD =...
  3. X

    Need Guidance

    Ok so I was able to find some time to try it, I re-downloaded the lib and made sure I had all links and directories in the right order according to the link you pasted for the toolchain. I then tried the command: /opt/toolchain/bin/arm-openwiz-linux-gnu-gcc -g -Wall `${TOOLCHAIN}/bin/sdl-config...
  4. X

    Need Guidance

    That is most likely what i'm doing for sure! Thanks a ton, i'll update when I get some time to check it out, holidays and all :D
  5. X

    Need Guidance

    Ok here is my compile line: $ arm-openwiz-linux-gnu-gcc -g -Wall `sdl-config --cflags` `sdl-config --static-libs` sdl_ex.c -o sdl_test.wiz.gpe Here are the errors I receive: /opt/arm-openwiz-linux-gnu/bin/../lib/gcc/arm-openwiz-linux-gnu/4.2.4/../../../../arm-openwiz-linux-gnu/bin/ld: warning...
  6. X

    Need Guidance

    Hi all, just registered on these forums and have just received a Wiz from my wife as a present :D. I'm not new to linux nor am I new to programming (.NET/PHP/SQL/AJAX etc), however I have been feverishly reading all over these forums, downloading everything I can find on these forums...
Back
Top