This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

profibus_slave工程编译问题

Other Parts Discussed in Thread: PROFIBUS

profibus_slave 工程编译突然显示如下错误:

显示找不到 Idal 库文件:

**** Build of configuration AMIC11x_debug for project profibus_slave_AMIC11x_arm ****
"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
 
Building target: "profibus_slave_AMIC11x_arm.out"
Invoking: GNU Linker
"C:/ti/ccs910/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -mtune=cortex-a8 -marm -Dam3359 -DSOC_AM335x -DiceAMIC11x -O0 -g -gstrict-dwarf -Wall -MMD -MP -mfloat-abi=hard -Wl,-Map,"profibus_slave_AMIC11x_arm.map" -nostartfiles -static -Wl,--gc-sections -L"C:/ti/PRU-ICSS-Profibus_Slave_01.00.02.01/third_party/protocols/profibus_slave/stack_lib/am335x/a8" -L"C:/ti/pdk_am335x_1_0_16/packages/ti/drv/uart/lib/am335x/a8/release" -L"C:/ti/pdk_am335x_1_0_16/packages/ti/drv/pruss/lib/am335x/a8/release" -L"C:/ti/pdk_am335x_1_0_16/packages/ti/osal/lib/tirtos/am335x/a8/release" -L"C:/ti/pdk_am335x_1_0_16/packages/ti/starterware/binary/dal/lib/am335x-evm/a8/release/gcc" -L"C:/ti/bios_6_76_02_02/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/hard" -Wl,--defsym,STACKSIZE=0x1C000 -Wl,--defsym,HEAPSIZE=0x400 --specs=nano.specs -o"profibus_slave_AMIC11x_arm.out" "./I2C_soc.o" "./UART_soc.o" "./pruicss_soc.o" "./AM335x/AM335x_bsp.o" "./APP/main.o" "./APP/profi_bsp.o" "./APP/profi_edma.o" "./APP/profi_hw_utils.o" "./APP/profi_misc.o" "./APP/profi_timer.o" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -lm -lprofibus_slave_stack_AM335x_arm -lsupc++ -lrdimon -lgcc -lnosys -lstdc++ -ldal -lc -Wl,--end-group
makefile:163: recipe for target 'profibus_slave_AMIC11x_arm.out' failed
c:/ti/ccs910/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -ldal
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [profibus_slave_AMIC11x_arm.out] Error 1
makefile:159: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
并没有进行过删除操作  突然编译显示该问题。