openAUTOSAR / classic-platform

Open source AUTOSAR classic platform forked from the Arctic Core
GNU General Public License v2.0
462 stars 284 forks source link

Getting to know more information #2

Open 0xkelvin opened 3 years ago

0xkelvin commented 3 years ago

Hi all,

I am very interested with your autosar open soure. I would like to try it with my prototype product. But it hard to find out more information or document or guideline. Could you please share to us some more documents ?

thanks. Viet

liker292 commented 2 years ago

$ make BOARDDIR=mpc5604p_trk CROSS_COMPILE=D:/NXP/S32DS_ARM_v2018.R1/Cross_Tools/gcc-6.3-2017-6-arm32-eabi/bin/arm-none-eabi- BDIR=examples/rte_simple all sed: -e expression #1, char 12: unknown option to `s' process_begin: CreateProcess(NULL, /usr/bin/find boards/ -maxdepth 1 -type d, ...) failed. makefile:110: *** no such board: mpc5604p_trk, valid boards are: . Stop.

how to deal with the error,please?

ashwindv0 commented 2 years ago

Hi all,

When I tried to make, make all BOARDDIR=jacinto5 BDIR=build/ gives no such board error even though boards are available under directory 'boards/' [details mentioned below]

make[1]: Entering directory '/home/test/Documents/Automotive/AutoSAR/classic-platform/build/obj_jacinto5'

Build system version check not performed. SELECT_OPT=OPT_DEBUG file /bin/sh: 1: /opt/arm-none-eabi/bin/arm-none-eabi-gcc: not found /bin/sh: 1: /opt/arm-none-eabi/bin/arm-none-eabi-gcc: not found /bin/sh: 1: /opt/arm-none-eabi/bin/arm-none-eabi-gcc: not found /bin/sh: 1: /opt/arm-none-eabi/bin/arm-none-eabi-gcc: not found from rules.mk, /home/test/Documents/Automotive/AutoSAR/classic-platform/build/obj_jacinto5 gawk: fatal: can't open source file `/home/test/Documents/Automotive/AutoSAR/classic-platform/build/obj_jacinto5/scripts/get_version.awk' for reading (No such file or directory) /usr/bin/find: ‘boards/’: No such file or directory /home/test/Documents/Automotive/AutoSAR/classic-platform/makefile:122: no such board: jacinto5, valid boards are: . Stop. make[1]: Leaving directory '/home/test/Documents/Automotive/AutoSAR/classic-platform/build/obj_jacinto5' make: [makefile:201: build/] Error 2

Any help is really appreciated.